mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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",
|
||||
"type": "float",
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
"enabled": "support_conical_enabled and support_enable"
|
||||
},
|
||||
"support_bottom_stair_step_height": {
|
||||
"label": "Stair Step Height",
|
||||
|
@ -1483,7 +1483,7 @@
|
|||
"max_value": "90",
|
||||
"default": 65,
|
||||
"visible": false,
|
||||
"enabled": "support_enable"
|
||||
"enabled": "support_enable and support_use_towers"
|
||||
},
|
||||
"support_pattern": {
|
||||
"label": "Pattern",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue