Browse Source

Fix combing setting

This is a Python expression so it needs to be in quotes to become a string.
Ghostkeeper 6 years ago
parent
commit
4e2d7a6ea9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/hms434.def.json

+ 1 - 1
resources/definitions/hms434.def.json

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