From: Daid Date: Thu, 24 May 2012 16:36:55 +0000 (+0200) Subject: Fixed E1_ENABLE pin for Ultimaker. This was wrong for the 1.5.4 and 1.5.3 PCB (I... X-Git-Tag: iwj-success-2012-07-29~20^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e9bec9b6fef576762cef4f4001417ae5cb7bdff7;p=marlin.git 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) --- diff --git a/Marlin/pins.h b/Marlin/pins.h index 95a0369..c4d5659 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