mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:59:02 +08: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
@ -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…
x
Reference in New Issue
Block a user