From b4ad459e868240d3fdfd4ef037c625cb215d775f Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 24 Jul 2011 19:07:40 +0200 Subject: [PATCH] Distribute PS_ON_PIN and STEPPER_ENABLE_PIN to all config templates. --- config.gen3.h | 2 ++ config.gen6.h | 4 ++++ config.h.dist | 2 ++ config.ramps-v1.3.h | 4 ++++ 4 files changed, 12 insertions(+) diff --git a/config.gen3.h b/config.gen3.h index 6299767..865c34e 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -214,6 +214,8 @@ #define SD_WRITE_PROTECT DIO3 #define PS_ON_PIN DIO14 +//#define STEPPER_ENABLE_PIN xxxx +//#define STEPPER_ENABLE_INVERT diff --git a/config.gen6.h b/config.gen6.h index b6933ce..2ae4ae0 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -207,6 +207,10 @@ #define E_ENABLE_PIN DIO3 //#define E_INVERT_DIR +//#define PS_ON_PIN xxxx +//#define STEPPER_ENABLE_PIN xxxx +//#define STEPPER_ENABLE_INVERT + /***************************************************************************\ diff --git a/config.h.dist b/config.h.dist index 205f6d7..adf2e46 100644 --- a/config.h.dist +++ b/config.h.dist @@ -208,6 +208,8 @@ //#define E_INVERT_DIR #define PS_ON_PIN DIO9 +//#define STEPPER_ENABLE_PIN xxxx +//#define STEPPER_ENABLE_INVERT diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index f91a2b2..7ed4e46 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -215,6 +215,10 @@ //#define E_ENABLE_PIN DIO24 //#define E_INVERT_DIR +//#define PS_ON_PIN xxxx +//#define STEPPER_ENABLE_PIN xxxx +//#define STEPPER_ENABLE_INVERT + // TODO: 20110813 SJL - the following two are not yet used&verified for RAMPS1.3 //#define SD_CARD_DETECT DIO2 //#define SD_WRITE_PROTECT DIO3