From b80c7360045e143ce46e4ce057b088dbe7363981 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 28 Oct 2011 13:20:36 +0200 Subject: [PATCH] Add the missing E_INVERT_ENABLE to the config templates. Catch by brnrd, thanks. --- config.default.h | 1 + config.gen3.h | 1 + config.gen6.h | 1 + config.gen7.h | 1 + config.ramps-v1.2.h | 1 + config.ramps-v1.3.h | 1 + config.sanguinololu-v1.1.h | 1 + config.sanguinololu-v1.2.h | 1 + 8 files changed, 8 insertions(+) diff --git a/config.default.h b/config.default.h index 421c24e..427f1f8 100644 --- a/config.default.h +++ b/config.default.h @@ -214,6 +214,7 @@ #define E_DIR_PIN DIO8 //#define E_ENABLE_PIN xxxx //#define E_INVERT_DIR +//#define E_INVERT_ENABLE #define PS_ON_PIN DIO9 //#define STEPPER_ENABLE_PIN xxxx diff --git a/config.gen3.h b/config.gen3.h index 4ea1230..81f6ec4 100644 --- a/config.gen3.h +++ b/config.gen3.h @@ -216,6 +216,7 @@ #define E_DIR_PIN DIO16 //#define E_ENABLE_PIN xxxx //#define E_INVERT_DIR +//#define E_INVERT_ENABLE #define SD_CARD_DETECT DIO2 #define SD_WRITE_PROTECT DIO3 diff --git a/config.gen6.h b/config.gen6.h index 5010312..73b5bca 100644 --- a/config.gen6.h +++ b/config.gen6.h @@ -213,6 +213,7 @@ #define E_DIR_PIN DIO2 #define E_ENABLE_PIN DIO3 //#define E_INVERT_DIR +//#define E_INVERT_ENABLE //#define PS_ON_PIN xxxx //#define STEPPER_ENABLE_PIN xxxx diff --git a/config.gen7.h b/config.gen7.h index eadf3a0..b4a771c 100644 --- a/config.gen7.h +++ b/config.gen7.h @@ -219,6 +219,7 @@ #define E_DIR_PIN DIO27 //#define E_ENABLE_PIN //#define E_INVERT_DIR +//#define E_INVERT_ENABLE #define PS_ON_PIN DIO15 #define STEPPER_ENABLE_PIN DIO24 diff --git a/config.ramps-v1.2.h b/config.ramps-v1.2.h index feb52ce..de235ce 100644 --- a/config.ramps-v1.2.h +++ b/config.ramps-v1.2.h @@ -222,6 +222,7 @@ #define E_DIR_PIN DIO34 #define E_ENABLE_PIN DIO30 //#define E_INVERT_DIR +#define E_INVERT_ENABLE //#define SD_CARD_DETECT DIO2 //#define SD_WRITE_PROTECT DIO3 diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index 64266c1..5b13fa8 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -221,6 +221,7 @@ #define E_DIR_PIN DIO28 //#define E_ENABLE_PIN DIO24 //#define E_INVERT_DIR +//#define E_INVERT_ENABLE //#define PS_ON_PIN xxxx //#define STEPPER_ENABLE_PIN xxxx diff --git a/config.sanguinololu-v1.1.h b/config.sanguinololu-v1.1.h index 0381190..63417d9 100644 --- a/config.sanguinololu-v1.1.h +++ b/config.sanguinololu-v1.1.h @@ -219,6 +219,7 @@ #define E_DIR_PIN DIO0 //#define E_ENABLE_PIN xxxx //#define E_INVERT_DIR +//#define E_INVERT_ENABLE #define PS_ON_PIN DIO9 #define STEPPER_ENABLE_PIN DIO4 diff --git a/config.sanguinololu-v1.2.h b/config.sanguinololu-v1.2.h index d3e0319..e139219 100644 --- a/config.sanguinololu-v1.2.h +++ b/config.sanguinololu-v1.2.h @@ -219,6 +219,7 @@ #define E_DIR_PIN DIO0 //#define E_ENABLE_PIN xxxx //#define E_INVERT_DIR +//#define E_INVERT_ENABLE #define PS_ON_PIN DIO9 #define STEPPER_ENABLE_PIN DIO14