Added DISABLE_MIN_ENDSTOPS

This commit is contained in:
Erik van der Zalm
2013-06-18 19:20:26 +02:00
parent 1c86adc760
commit 2015989f84
2 changed files with 7 additions and 0 deletions

View File

@ -279,6 +279,7 @@ const bool X_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
const bool Y_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
//#define DISABLE_MAX_ENDSTOPS
//#define DISABLE_MIN_ENDSTOPS
// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) && !defined(DISABLE_MAX_ENDSTOPS)