mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 14:29:03 +08:00
JSON: support tower settings disabled if use_tower=Flase (CURA-870)
This commit is contained in:
parent
18ef6f9a69
commit
1271a7407e
@ -1437,7 +1437,7 @@
|
||||
"min_value": "0",
|
||||
"max_value_warning": "10",
|
||||
"visible": false,
|
||||
"enabled": "support_enable",
|
||||
"enabled": "support_enable and support_use_towers",
|
||||
"children": {
|
||||
"support_minimal_diameter": {
|
||||
"label": "Minimum Diameter",
|
||||
@ -1450,7 +1450,7 @@
|
||||
"max_value": "support_tower_diameter",
|
||||
"inherit": true,
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
"enabled": "support_enable and support_use_towers"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user