mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Reduce minimum value warning for Anti-Ooze Retracted Position
For BAM and filled materials the default would give a warning position since for a filament switch it needs to retract more than for the normal print. Done as a 5 minute fix.
This commit is contained in:
parent
e52dc56a64
commit
ed17cfafb7
1 changed files with 1 additions and 1 deletions
|
@ -2330,7 +2330,7 @@
|
|||
"unit": "mm",
|
||||
"default_value": -4,
|
||||
"enabled": false,
|
||||
"minimum_value_warning": "-retraction_amount",
|
||||
"minimum_value_warning": "-switch_extruder_retraction_amount",
|
||||
"maximum_value_warning": "0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue