From e4b4b8e4a4fa5351331d2146617b6b595a0fc14e Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Tue, 1 Oct 2024 15:16:43 +0200 Subject: [PATCH] Remove extra-spaces after units --- plugins/PostProcessingPlugin/scripts/TimeLapse.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/TimeLapse.py b/plugins/PostProcessingPlugin/scripts/TimeLapse.py index 6295464056..f78765f3f0 100644 --- a/plugins/PostProcessingPlugin/scripts/TimeLapse.py +++ b/plugins/PostProcessingPlugin/scripts/TimeLapse.py @@ -53,7 +53,7 @@ class TimeLapse(Script): "type": "int", "default_value": 0, "minimum_value": 0, - "unit": "ms " + "unit": "ms" }, "pause_length": { @@ -62,7 +62,7 @@ class TimeLapse(Script): "type": "int", "default_value": 500, "minimum_value": 0, - "unit": "ms " + "unit": "ms" }, "park_print_head": { @@ -84,7 +84,7 @@ class TimeLapse(Script): { "label": "Park Print Head Y", "description": "What Y location does the head move to for photo.", - "unit": "mm ", + "unit": "mm", "type": "float", "default_value": 0, "enabled": "park_print_head" @@ -100,7 +100,7 @@ class TimeLapse(Script): { "label": "Z-Hop Height When Parking", "description": "The height to lift the nozzle off the print before parking.", - "unit": "mm ", + "unit": "mm", "type": "float", "default_value": 2.0, "minimum_value": 0.0