mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Fix combing setting
This is a Python expression so it needs to be in quotes to become a string.
This commit is contained in:
parent
8ae87d3904
commit
4e2d7a6ea9
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@
|
|||
|
||||
"retraction_hop_enabled": {"value": false},
|
||||
"retraction_hop": {"value": 1},
|
||||
"retraction_combing": {"value": "off"},
|
||||
"retraction_combing": {"value": "'off'"},
|
||||
|
||||
"cool_fan_speed": {"value": 0},
|
||||
"cool_fan_enabled": {"value": true},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue