mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Change default retraction for nozzle switch
This should get overridden by the heat zone length anyway. Contributes to issue CURA-346.
This commit is contained in:
parent
b5f00ffd80
commit
58d08f2b8d
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@
|
|||
"description": "The amount of retraction: Set at 0 for no retraction at all. This should generally be the same as the length of the heat zone.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 16,
|
||||
"default": 20,
|
||||
"min_value_warning": "0",
|
||||
"max_value_warning": "100",
|
||||
"visible": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue