From e9bec9b6fef576762cef4f4001417ae5cb7bdff7 Mon Sep 17 00:00:00 2001
From: Daid <daid303@gmail.com>
Date: Thu, 24 May 2012 18:36:55 +0200
Subject: [PATCH] Fixed E1_ENABLE pin for Ultimaker. This was wrong for the
 1.5.4 and 1.5.3 PCB (I cannot check the 1.5.6)

---
 Marlin/pins.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/pins.h b/Marlin/pins.h
index 95a0369686..c4d56590f7 100644
--- a/Marlin/pins.h
+++ b/Marlin/pins.h
@@ -684,7 +684,7 @@
 
 #define E1_STEP_PIN         49
 #define E1_DIR_PIN          47
-#define E1_ENABLE_PIN       51
+#define E1_ENABLE_PIN       48
 
 #define SDPOWER            -1
 #define SDSS               53