From 921348c4743c5b7f6f007a29fb6ccc3a855f3cc6 Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Fri, 29 Nov 2013 11:11:09 +0100 Subject: [PATCH] config.ramps-v1.3.h: enable extruder axis. Spotted by @itscipher: http://forums.reprap.org/read.php?147,272712,273344 Thank you for the contribution! --- config.ramps-v1.3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.ramps-v1.3.h b/config.ramps-v1.3.h index c808fd4..dfcff5d 100644 --- a/config.ramps-v1.3.h +++ b/config.ramps-v1.3.h @@ -256,9 +256,9 @@ #define E_STEP_PIN DIO26 #define E_DIR_PIN DIO28 -//#define E_ENABLE_PIN DIO24 +#define E_ENABLE_PIN DIO24 //#define E_INVERT_DIR -//#define E_INVERT_ENABLE +#define E_INVERT_ENABLE //#define PS_ON_PIN xxxx //#define PS_MOSFET_PIN xxxx