mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:05:53 +08:00
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:
parent
246c986d95
commit
43897b60d8
@ -91,13 +91,13 @@
|
||||
"value": false
|
||||
},
|
||||
"retraction_combing": {
|
||||
"value": "no_outer_surfaces"
|
||||
"value": "'no_outer_surfaces'"
|
||||
},
|
||||
"skin_monotonic" : {
|
||||
"value": true
|
||||
},
|
||||
"top_bottom_pattern" : {
|
||||
"value": "zigzag"
|
||||
"value": "'zigzag'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user