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:
Ghostkeeper 2020-02-19 11:40:44 +01:00
parent e52dc56a64
commit ed17cfafb7
No known key found for this signature in database
GPG Key ID: 37E2020986774393

View File

@ -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