mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
shortened label
This commit is contained in:
parent
4459ecb5d7
commit
337ce4caa1
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue