|
@@ -362,7 +362,7 @@ const bool X_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
|
362
|
362
|
const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
|
363
|
363
|
const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
|
364
|
364
|
const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
|
365
|
|
-//#define DISABLE_MAX_ENDSTOPS
|
|
365
|
+#define DISABLE_MAX_ENDSTOPS
|
366
|
366
|
//#define DISABLE_MIN_ENDSTOPS
|
367
|
367
|
|
368
|
368
|
//===========================================================================
|