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)