mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-03 01:04:35 +08:00
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:
parent
91d271b993
commit
cde67ab84c
@ -2137,6 +2137,7 @@
|
|||||||
"default_value": 1.5,
|
"default_value": 1.5,
|
||||||
"value": "line_width * 2",
|
"value": "line_width * 2",
|
||||||
"minimum_value": "0",
|
"minimum_value": "0",
|
||||||
|
"minimum_value_warning": "line_width * 1.5",
|
||||||
"maximum_value_warning": "10",
|
"maximum_value_warning": "10",
|
||||||
"enabled": "retraction_enable",
|
"enabled": "retraction_enable",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user