From ed17cfafb7493a3c2576da44e1756f1d4a1a78bf Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 19 Feb 2020 11:40:44 +0100 Subject: [PATCH] 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. --- resources/definitions/fdmprinter.def.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/definitions/fdmprinter.def.json b/resources/definitions/fdmprinter.def.json index 3a222215d8..136f999a17 100644 --- a/resources/definitions/fdmprinter.def.json +++ b/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