From 7e42f36f04be0820ab6f8e312096a1466c40f545 Mon Sep 17 00:00:00 2001 From: InsanityAutomation Date: Sun, 15 Mar 2020 14:05:40 -0400 Subject: [PATCH] Update Configuration.h --- Marlin/Configuration.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index 1dbd947a84..f309eeaee2 100644 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1049,8 +1049,8 @@ #define Z_PROBE_LOW_POINT -3 // 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 -20 -#define Z_PROBE_OFFSET_RANGE_MAX 20 +#define Z_PROBE_OFFSET_RANGE_MIN -9 +#define Z_PROBE_OFFSET_RANGE_MAX 9 // Enable the M48 repeatability test to test probe accuracy #if ENABLED(ABL_BLTOUCH)