Added DISABLE_MAX_ENDSTOPS

This commit is contained in:
Erik van der Zalm
2012-03-12 20:32:14 +01:00
parent 33f5697888
commit 2e749d60c3
2 changed files with 7 additions and 0 deletions

View File

@ -118,6 +118,7 @@
const bool X_ENDSTOPS_INVERTING = true; // set to true to invert the logic of the endstops.
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
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
#define X_ENABLE_ON 0