Config templates: add MAX_PINS consistently.

No functional changes, since all the new ones are commented out.
This commit is contained in:
Markus Hitter 2011-02-23 15:18:48 +01:00
parent 5c31bc01c1
commit 7087587f19
2 changed files with 6 additions and 0 deletions

View File

@ -168,16 +168,19 @@ undefine if you don't want to use them
#define X_STEP_PIN DIO15
#define X_DIR_PIN DIO18
#define X_MIN_PIN DIO20
//#define X_MAX_PIN xxxx
#define X_ENABLE_PIN DIO19
#define Y_STEP_PIN DIO23
#define Y_DIR_PIN DIO22
#define Y_MIN_PIN DIO25
//#define Y_MAX_PIN xxxx
#define Y_ENABLE_PIN DIO24
#define Z_STEP_PIN DIO27
#define Z_DIR_PIN DIO28
#define Z_MIN_PIN DIO30
//#define Z_MAX_PIN xxxx
#define Z_ENABLE_PIN DIO29
#define E_STEP_PIN DIO4

View File

@ -161,14 +161,17 @@ undefine if you don't want to use them
#define X_STEP_PIN AIO0
#define X_DIR_PIN AIO1
#define X_MIN_PIN AIO2
//#define X_MAX_PIN xxxx
#define Y_STEP_PIN AIO3
#define Y_DIR_PIN AIO4
#define Y_MIN_PIN AIO5
//#define Y_MAX_PIN xxxx
#define Z_STEP_PIN DIO2
#define Z_DIR_PIN DIO3
#define Z_MIN_PIN DIO4
//#define Z_MAX_PIN xxxx
#define E_STEP_PIN DIO7
#define E_DIR_PIN DIO8