From 91b2a9b325701e065d4f7ff4497a47d595ffac1c Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 16 Aug 2021 21:07:55 +0200 Subject: [PATCH] Fix typo --- plugins/PostProcessingPlugin/scripts/PauseAtHeight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py index 2e7aaaa596..cc38662460 100644 --- a/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py +++ b/plugins/PostProcessingPlugin/scripts/PauseAtHeight.py @@ -74,7 +74,7 @@ class PauseAtHeight(Script): "label": "Park Print", "description": "Instruct the head to move to a safe location when pausing. Leave this unchecked if your printer handles parking for you.", "type": "bool", - "default_value": True, + "default_value": true, "enabled": "pause_method != \\\"griffin\\\"" }, "head_park_x":