mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 00:39:01 +08:00
shortened label
This commit is contained in:
parent
4459ecb5d7
commit
337ce4caa1
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user