From c8e33a5188a636440b7ed8a5184f672ec396773d Mon Sep 17 00:00:00 2001 From: Dragos Circa Date: Mon, 28 Mar 2022 13:14:08 +0300 Subject: [PATCH] Update PauseAtHeight.py Enable disarm only if hold steppers is disabled --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index 1511179d71..ab69fe2379 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -71,12 +71,12 @@ class PauseAtHeight(Script): "label": "Disarm timeout", "description": "After this time steppers are going to disarm (meaning that they can easily lose their positions). Set this to 0 if you don't want to set any duration and disarm immediately.", "type": "int", - "value": "60", + "value": "0", "minimum_value": "0", "minimum_value_warning": "0", "maximum_value_warning": "1800", "unit": "s", - "enabled": "hold_steppers_on" + "enabled": "not hold_steppers_on" }, "head_park_enabled": {