Browse Source

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.
Ghostkeeper 5 years ago
parent
commit
ed17cfafb7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/definitions/fdmprinter.def.json

+ 1 - 1
resources/definitions/fdmprinter.def.json

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