mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
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:
parent
8126cdc051
commit
ab910c2a37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue