From ebdfca871e3369d505d915b68eee6164e9a01236 Mon Sep 17 00:00:00 2001 From: Aegean Odyssey <57586704+aegean-odyssey@users.noreply.github.com> Date: Mon, 21 Dec 2020 04:15:51 +0000 Subject: [PATCH] Revert "Bump Z_PROBE_LOW_POINT from -3mm to -5mm to fix probing at the 55mm radius" This reverts commit a1d4d2dc7e4eb4e485a5c170e34f8cb06abdcd49. --- marlin_changes/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marlin_changes/Configuration.h b/marlin_changes/Configuration.h index d8932bc5..b9588ca8 100644 --- a/marlin_changes/Configuration.h +++ b/marlin_changes/Configuration.h @@ -1120,7 +1120,7 @@ //#define Z_AFTER_PROBING 5 // Z position after probing is done // Farthest distance below the trigger-point to go before stopping -#define Z_PROBE_LOW_POINT -5 +#define Z_PROBE_LOW_POINT -3 // For M851 give a range for adjusting the Z probe offset #define Z_PROBE_OFFSET_RANGE_MIN -20