mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue