Fix infill pattern

Since the value is interpreted as Python code, it needs to have an extra set of quotes to be interpreted as a string instead of a variable.

Contributes to issue CURA-3907.
This commit is contained in:
Ghostkeeper 2017-06-16 12:46:52 +02:00
parent a1cbdc10df
commit e11a52b4ac
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -64,8 +64,7 @@
"default_value": 15 "default_value": 15
}, },
"infill_pattern": { "infill_pattern": {
"default_value": "lines", "value": "'lines'"
"value": "lines"
}, },
"retraction_amount": { "retraction_amount": {
"default_value": 1 "default_value": 1