Use double quotes for string

Contributes to issue CURA-1309.
This commit is contained in:
Ghostkeeper 2016-03-31 18:31:04 +02:00
parent 53018b49a4
commit 2d86606b5a
No known key found for this signature in database
GPG key ID: 701948C5954A7385

View file

@ -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": {