diff --git a/Marlin/Configuration.h b/Marlin/Configuration.h index c7ed7d92..cfe25ca4 100755 --- a/Marlin/Configuration.h +++ b/Marlin/Configuration.h @@ -1621,8 +1621,8 @@ #define Z_PROBE_LOW_POINT -12 // 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 -30 -#define Z_PROBE_OFFSET_RANGE_MAX 30 +#define Z_PROBE_OFFSET_RANGE_MIN -50 +#define Z_PROBE_OFFSET_RANGE_MAX 50 // Enable the M48 repeatability test to test probe accuracy #if ENABLED(KNUTWURST_BLTOUCH) @@ -2052,7 +2052,7 @@ #if ENABLED(MIN_SOFTWARE_ENDSTOPS) #define MIN_SOFTWARE_ENDSTOP_X #define MIN_SOFTWARE_ENDSTOP_Y - #define MIN_SOFTWARE_ENDSTOP_Z + //#define MIN_SOFTWARE_ENDSTOP_Z // Disabled for BLTouch #define MIN_SOFTWARE_ENDSTOP_I #define MIN_SOFTWARE_ENDSTOP_J #define MIN_SOFTWARE_ENDSTOP_K