Add warning for low Retraction Min Travel

Because if you set it to be too close to the line width, you'll get retractions between every skin line.
This commit is contained in:
Ghostkeeper 2018-02-26 14:48:06 +01:00
parent 91d271b993
commit cde67ab84c
No known key found for this signature in database
GPG Key ID: 5252B696FB5E7C7A

View File

@ -2137,6 +2137,7 @@
"default_value": 1.5,
"value": "line_width * 2",
"minimum_value": "0",
"minimum_value_warning": "line_width * 1.5",
"maximum_value_warning": "10",
"enabled": "retraction_enable",
"settable_per_mesh": false,