chiark / gitweb /
Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I...
authorDaid <daid303@gmail.com>
Thu, 24 May 2012 16:36:55 +0000 (18:36 +0200)
committerDaid <daid303@gmail.com>
Thu, 24 May 2012 16:36:55 +0000 (18:36 +0200)
Marlin/pins.h

index 95a036968693687bfc9aa506137e21e4f2a9b252..c4d56590f768f2088bbc57f7941e705230a2807e 100644 (file)
 
 #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