mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:09:00 +08: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
@ -2330,7 +2330,7 @@
|
|||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"default_value": -4,
|
"default_value": -4,
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"minimum_value_warning": "-retraction_amount",
|
"minimum_value_warning": "-switch_extruder_retraction_amount",
|
||||||
"maximum_value_warning": "0",
|
"maximum_value_warning": "0",
|
||||||
"settable_per_mesh": false,
|
"settable_per_mesh": false,
|
||||||
"settable_per_extruder": true
|
"settable_per_extruder": true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user