From fc6db7b0205f7d8e9c0920a8036074f68d38af4e Mon Sep 17 00:00:00 2001 From: Christian Kvasny Date: Mon, 5 Dec 2022 13:14:31 +0100 Subject: [PATCH] Update vzbot_base.def.json remove retraction_hop_enabled false --- resources/definitions/vzbot_base.def.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/definitions/vzbot_base.def.json b/resources/definitions/vzbot_base.def.json index 671db0f58e..686e81f070 100644 --- a/resources/definitions/vzbot_base.def.json +++ b/resources/definitions/vzbot_base.def.json @@ -53,7 +53,6 @@ "retraction_speed": { "default_value": 45, "maximum_value_warning": 150 }, "retraction_retract_speed": { "maximum_value_warning": 150 }, "retraction_prime_speed": { "value": "math.ceil(retraction_speed * 0.4)", "maximum_value_warning": 150 }, - "retraction_hop_enabled": { "default_value": false }, "retraction_hop": { "default_value": 0.2 }, "retraction_combing": { "value": "'noskin'" }, "z_seam_type": { "value": "'back'" },