From 7087587f19efc921a40232f04a31a9c07727170e Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Wed, 23 Feb 2011 15:18:48 +0100 Subject: [PATCH] Config templates: add MAX_PINS consistently. No functional changes, since all the new ones are commented out. --- config.gen6.h | 3 +++ config.h.dist | 3 +++ 2 files changed, 6 insertions(+) diff --git a/config.gen6.h b/config.gen6.h index 2301728..ad30e19 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -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 diff --git a/config.h.dist b/config.h.dist index de64e2f..e31465e 100644 --- a/config.h.dist +++ b/config.h.dist @@ -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