|
@@ -588,8 +588,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
588
|
588
|
//
|
589
|
589
|
// For M851 give a range for adjusting the Z probe offset
|
590
|
590
|
//
|
591
|
|
-#define Z_PROBE_OFFSET_RANGE_MIN -20
|
592
|
|
-#define Z_PROBE_OFFSET_RANGE_MAX 20
|
|
591
|
+#define Z_PROBE_OFFSET_RANGE_MIN -15
|
|
592
|
+#define Z_PROBE_OFFSET_RANGE_MAX 5
|
593
|
593
|
|
594
|
594
|
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
|
595
|
595
|
// :{0:'Low',1:'High'}
|
|
@@ -821,11 +821,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
821
|
821
|
//============================= Additional Features ===========================
|
822
|
822
|
//=============================================================================
|
823
|
823
|
|
824
|
|
-// @section probes
|
825
|
|
-
|
826
|
|
-#define Z_PROBE_OFFSET_RANGE_MIN -15
|
827
|
|
-#define Z_PROBE_OFFSET_RANGE_MAX 5
|
828
|
|
-
|
829
|
824
|
// @section extras
|
830
|
825
|
|
831
|
826
|
//
|