Properly use strings as values for enums in setting overrides

This is interpreted as a Python function, so if it doesn't have those quotes it'll be interpreted as a variable name, and that variable doesn't exist.

Contributes to issue CURA-8627.
This commit is contained in:
Ghostkeeper 2021-10-13 15:42:46 +02:00
parent 246c986d95
commit 43897b60d8
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -91,13 +91,13 @@
"value": false "value": false
}, },
"retraction_combing": { "retraction_combing": {
"value": "no_outer_surfaces" "value": "'no_outer_surfaces'"
}, },
"skin_monotonic" : { "skin_monotonic" : {
"value": true "value": true
}, },
"top_bottom_pattern" : { "top_bottom_pattern" : {
"value": "zigzag" "value": "'zigzag'"
} }
} }
} }