mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
JSON: bugfix: enable_prime_tower worked inversedly
This commit is contained in:
parent
97ca5cf95a
commit
e53a5b0928
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@
|
|||
"default": 15,
|
||||
"min_value": "0",
|
||||
"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"
|
||||
},
|
||||
"prime_tower_position_x": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue