From 626283aadbafc1eb61072ca50bb498ac3150848f Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Fri, 29 Jul 2022 08:59:58 +0200 Subject: [PATCH] Set Z_PROBE_LOW_POINT to -2 to fix #346 --- Marlin/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index dd82b5d8..be816ad6 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1595,7 +1595,7 @@ #define Z_CLEARANCE_MULTI_PROBE 5 // Z Clearance between multiple probes //#define Z_AFTER_PROBING 5 // Z position after probing is done -#define Z_PROBE_LOW_POINT -12 // Farthest distance below the trigger-point to go before stopping +#define Z_PROBE_LOW_POINT -2 // Farthest distance below the trigger-point to go before stopping // For M851 give a range for adjusting the Z probe offset #define Z_PROBE_OFFSET_RANGE_MIN -50