mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 19:31:16 -07:00
JSON: bug fix last commit (CURA-1309)
This commit is contained in:
parent
92cb16cf8c
commit
52d064d7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -1270,7 +1270,7 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": true,
|
"default": true,
|
||||||
"visible": false,
|
"visible": false,
|
||||||
"enabled": "support_enable and support_pattern==zigzag",
|
"enabled": "support_enable and (support_pattern == 'zigzag')",
|
||||||
"global_only": true
|
"global_only": true
|
||||||
},
|
},
|
||||||
"support_infill_rate": {
|
"support_infill_rate": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue