Lowered retraction_min_travel to 1.5

As per suggestion of Ultimaker/CuraEngine#246
This commit is contained in:
Jaime van Kessel 2015-09-21 15:21:51 +02:00
parent 6596945ce0
commit bfdb908148

View file

@ -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"