mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Added missing enabled parameters
This commit is contained in:
parent
834e2148d2
commit
235f324d56
1 changed files with 2 additions and 2 deletions
|
|
@ -1336,7 +1336,7 @@
|
||||||
"max_value_warning": "100.0",
|
"max_value_warning": "100.0",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_conical_enabled and support_enable"
|
||||||
},
|
},
|
||||||
"support_bottom_stair_step_height": {
|
"support_bottom_stair_step_height": {
|
||||||
"label": "Stair Step Height",
|
"label": "Stair Step Height",
|
||||||
|
|
@ -1483,7 +1483,7 @@
|
||||||
"max_value": "90",
|
"max_value": "90",
|
||||||
"default": 65,
|
"default": 65,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable"
|
"enabled": "support_enable and support_use_towers"
|
||||||
},
|
},
|
||||||
"support_pattern": {
|
"support_pattern": {
|
||||||
"label": "Pattern",
|
"label": "Pattern",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue