mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Lowered retraction_min_travel to 1.5
As per suggestion of Ultimaker/CuraEngine#246
This commit is contained in:
parent
6596945ce0
commit
bfdb908148
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@
|
|||
"description": "The minimum distance of travel needed for a retraction to happen at all. This helps ensure you do not get a lot of retractions in a small area.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 4.5,
|
||||
"default": 1.5,
|
||||
"visible": false,
|
||||
"inherit": false,
|
||||
"enabled": "retraction_enable"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue