Disable Z Software Endstop for BLTouch
This commit is contained in:
@@ -1621,8 +1621,8 @@
|
|||||||
#define Z_PROBE_LOW_POINT -12 // Farthest distance below the trigger-point to go before stopping
|
#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
|
// For M851 give a range for adjusting the Z probe offset
|
||||||
#define Z_PROBE_OFFSET_RANGE_MIN -30
|
#define Z_PROBE_OFFSET_RANGE_MIN -50
|
||||||
#define Z_PROBE_OFFSET_RANGE_MAX 30
|
#define Z_PROBE_OFFSET_RANGE_MAX 50
|
||||||
|
|
||||||
// Enable the M48 repeatability test to test probe accuracy
|
// Enable the M48 repeatability test to test probe accuracy
|
||||||
#if ENABLED(KNUTWURST_BLTOUCH)
|
#if ENABLED(KNUTWURST_BLTOUCH)
|
||||||
@@ -2052,7 +2052,7 @@
|
|||||||
#if ENABLED(MIN_SOFTWARE_ENDSTOPS)
|
#if ENABLED(MIN_SOFTWARE_ENDSTOPS)
|
||||||
#define MIN_SOFTWARE_ENDSTOP_X
|
#define MIN_SOFTWARE_ENDSTOP_X
|
||||||
#define MIN_SOFTWARE_ENDSTOP_Y
|
#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_I
|
||||||
#define MIN_SOFTWARE_ENDSTOP_J
|
#define MIN_SOFTWARE_ENDSTOP_J
|
||||||
#define MIN_SOFTWARE_ENDSTOP_K
|
#define MIN_SOFTWARE_ENDSTOP_K
|
||||||
|
Reference in New Issue
Block a user