mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 1 additions and 2 deletions
|
|
@ -64,8 +64,7 @@
|
|||
"default_value": 15
|
||||
},
|
||||
"infill_pattern": {
|
||||
"default_value": "lines",
|
||||
"value": "lines"
|
||||
"value": "'lines'"
|
||||
},
|
||||
"retraction_amount": {
|
||||
"default_value": 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue