mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Use double quotes for string
Contributes to issue CURA-1309.
This commit is contained in:
parent
53018b49a4
commit
2d86606b5a
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@
|
|||
"type": "boolean",
|
||||
"default": true,
|
||||
"visible": false,
|
||||
"enabled": "support_enable and (support_pattern == 'zigzag')",
|
||||
"enabled": "support_enable and (support_pattern == \"zigzag\")",
|
||||
"global_only": true
|
||||
},
|
||||
"support_infill_rate": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue