mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:15:51 +08:00
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:
parent
a1cbdc10df
commit
e11a52b4ac
@ -64,8 +64,7 @@
|
||||
"default_value": 15
|
||||
},
|
||||
"infill_pattern": {
|
||||
"default_value": "lines",
|
||||
"value": "lines"
|
||||
"value": "'lines'"
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default_value": 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user