mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 08:48:58 +08:00
JSON: bugfix: enable_prime_tower worked inversedly
This commit is contained in:
parent
97ca5cf95a
commit
e53a5b0928
@ -122,7 +122,7 @@
|
|||||||
"default": 15,
|
"default": 15,
|
||||||
"min_value": "0",
|
"min_value": "0",
|
||||||
"max_value_warning": "20",
|
"max_value_warning": "20",
|
||||||
"inherit_function": "0 if prime_tower_enable else 15",
|
"inherit_function": "15 if prime_tower_enable else 0",
|
||||||
"enabled": "prime_tower_enable"
|
"enabled": "prime_tower_enable"
|
||||||
},
|
},
|
||||||
"prime_tower_position_x": {
|
"prime_tower_position_x": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user