Browse Source

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)

Daid 13 years ago
parent
commit
e9bec9b6fe
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins.h

+ 1
- 1
Marlin/pins.h View File

684
 
684
 
685
 #define E1_STEP_PIN         49
685
 #define E1_STEP_PIN         49
686
 #define E1_DIR_PIN          47
686
 #define E1_DIR_PIN          47
687
-#define E1_ENABLE_PIN       51
687
+#define E1_ENABLE_PIN       48
688
 
688
 
689
 #define SDPOWER            -1
689
 #define SDPOWER            -1
690
 #define SDSS               53
690
 #define SDSS               53

Loading…
Cancel
Save