From 4e2d7a6ea989fe970e3380aee4c06736feab4154 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 4 Apr 2019 16:22:03 +0200 Subject: [PATCH] Fix combing setting This is a Python expression so it needs to be in quotes to become a string. --- resources/definitions/hms434.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/hms434.def.json b/resources/definitions/hms434.def.json index dfb39fa344..163f3fbec2 100644 --- a/resources/definitions/hms434.def.json +++ b/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},