Fix combing setting

This is a Python expression so it needs to be in quotes to become a string.
This commit is contained in:
Ghostkeeper 2019-04-04 16:22:03 +02:00
parent 8ae87d3904
commit 4e2d7a6ea9
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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},