More grouping, cleanup, start on overrides

This commit is contained in:
Scott Lahteine
2015-03-06 08:48:53 -08:00
parent fad14ae7eb
commit 1149c24b86
3 changed files with 166 additions and 124 deletions

View File

@ -347,7 +347,7 @@ const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of
// @section machine
// For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
// :{0:'Active Low',1:'Active High'}
// :{0:'Low',1:'High'}
#define X_ENABLE_ON 0
#define Y_ENABLE_ON 0
#define Z_ENABLE_ON 0