From 337ce4caa1098ce6ef47baa9e40d75274ed40e1e Mon Sep 17 00:00:00 2001 From: victornpb <3372598+victornpb@users.noreply.github.com> Date: Sat, 19 Nov 2022 04:06:26 -0300 Subject: [PATCH] shortened label --- plugins/PostProcessingPlugin/scripts/FilamentChange.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/PostProcessingPlugin/scripts/FilamentChange.py b/plugins/PostProcessingPlugin/scripts/FilamentChange.py index 9155edf61f..fc09a267f9 100644 --- a/plugins/PostProcessingPlugin/scripts/FilamentChange.py +++ b/plugins/PostProcessingPlugin/scripts/FilamentChange.py @@ -126,7 +126,7 @@ class FilamentChange(Script): }, "enable_before_macro": { - "label": "Enable macro Before filament change", + "label": "Enable G-code Before", "description": "Use this to insert a custom G-code macro before the filament change happens", "type": "bool", "default_value": false, @@ -143,7 +143,7 @@ class FilamentChange(Script): }, "enable_after_macro": { - "label": "Enable macro After filament change", + "label": "Enable G-code After", "description": "Use this to insert a custom G-code macro after the filament change", "type": "bool", "default_value": false,