Disable retraction min travel

It's broken right now, so we should enable it again once it's fixed

CURA-6675
This commit is contained in:
Jaime van Kessel 2019-09-11 15:12:49 +02:00
parent 8126cdc051
commit ab910c2a37
No known key found for this signature in database
GPG Key ID: 3710727397403C91

View File

@ -2698,7 +2698,7 @@
"minimum_value": "0",
"minimum_value_warning": "line_width * 1.5",
"maximum_value_warning": "10",
"enabled": "retraction_enable",
"enabled": false,
"settable_per_mesh": false,
"settable_per_extruder": true
},