mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
JSON: fix for support roof vs infill speed visiblity
This commit is contained in:
parent
9db5373183
commit
a176c6a977
1 changed files with 2 additions and 2 deletions
|
@ -912,7 +912,7 @@
|
|||
"default": 60,
|
||||
"visible": false,
|
||||
"inherit_function": "speed_print",
|
||||
"enabled": "support_enable",
|
||||
"enabled": "support_roof_enable",
|
||||
"children": {
|
||||
"speed_support_infill": {
|
||||
"label": "Support Infill Speed",
|
||||
|
@ -925,7 +925,7 @@
|
|||
"max_value_warning": "150",
|
||||
"visible": false,
|
||||
"inherit": true,
|
||||
"enabled": "support_roof_enable",
|
||||
"enabled": "support_enable",
|
||||
"global_only": true
|
||||
},
|
||||
"speed_support_roof": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue