mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Better defaults for filament change
And better descriptions.
This commit is contained in:
parent
5e3cf92197
commit
4226f3641b
1 changed files with 4 additions and 4 deletions
|
@ -27,18 +27,18 @@ class FilamentChange(Script):
|
||||||
"initial_retract":
|
"initial_retract":
|
||||||
{
|
{
|
||||||
"label": "Initial Retraction",
|
"label": "Initial Retraction",
|
||||||
"description": "Initial filament retraction distance",
|
"description": "Initial filament retraction distance. The filament will be retracted with this amount before moving the nozzle away from the ongoing print.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 300.0
|
"default_value": 30.0
|
||||||
},
|
},
|
||||||
"later_retract":
|
"later_retract":
|
||||||
{
|
{
|
||||||
"label": "Later Retraction Distance",
|
"label": "Later Retraction Distance",
|
||||||
"description": "Later filament retraction distance for removal",
|
"description": "Later filament retraction distance for removal. The filament will be retracted all the way out of the printer so that you can change the filament.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default_value": 30.0
|
"default_value": 300.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"""
|
}"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue