mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 20:16:02 +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",
|
"min_value": "0",
|
||||||
"max_value_warning": "10",
|
"max_value_warning": "10",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable",
|
"enabled": "support_enable and support_use_towers",
|
||||||
"children": {
|
"children": {
|
||||||
"support_minimal_diameter": {
|
"support_minimal_diameter": {
|
||||||
"label": "Minimum Diameter",
|
"label": "Minimum Diameter",
|
||||||
@ -1450,7 +1450,7 @@
|
|||||||
"max_value": "support_tower_diameter",
|
"max_value": "support_tower_diameter",
|
||||||
"inherit": true,
|
"inherit": true,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable and support_use_towers"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user