shortened label

This commit is contained in:
victornpb 2022-11-19 04:06:26 -03:00
parent 4459ecb5d7
commit 337ce4caa1

View file

@ -126,7 +126,7 @@ class FilamentChange(Script):
}, },
"enable_before_macro": "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", "description": "Use this to insert a custom G-code macro before the filament change happens",
"type": "bool", "type": "bool",
"default_value": false, "default_value": false,
@ -143,7 +143,7 @@ class FilamentChange(Script):
}, },
"enable_after_macro": "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", "description": "Use this to insert a custom G-code macro after the filament change",
"type": "bool", "type": "bool",
"default_value": false, "default_value": false,