Browse Source

GTM32 Pro VB changes from Markku Sinisalo

Scott Lahteine 6 years ago
parent
commit
9d13f07d09
1 changed files with 6 additions and 6 deletions
  1. 6
    6
      Marlin/src/pins/pins_GTM32_PRO_VB.h

+ 6
- 6
Marlin/src/pins/pins_GTM32_PRO_VB.h View File

64
 #define Z_DIR_PIN          PD3
64
 #define Z_DIR_PIN          PD3
65
 #define Z_ENABLE_PIN       PB3
65
 #define Z_ENABLE_PIN       PB3
66
 
66
 
67
-#define E0_STEP_PIN        PC14
68
-#define E0_DIR_PIN         PC13
69
-#define E0_ENABLE_PIN      PC15
67
+#define E0_STEP_PIN        PB2
68
+#define E0_DIR_PIN         PB11
69
+#define E0_ENABLE_PIN      PC4
70
 
70
 
71
 #define E1_STEP_PIN        PA0
71
 #define E1_STEP_PIN        PA0
72
 #define E1_DIR_PIN         PB6
72
 #define E1_DIR_PIN         PB6
73
 #define E1_ENABLE_PIN      PA1
73
 #define E1_ENABLE_PIN      PA1
74
 
74
 
75
-#define E2_STEP_PIN        PB2
76
-#define E2_DIR_PIN         PB11
77
-#define E2_ENABLE_PIN      PC4
75
+#define E2_STEP_PIN        PC14
76
+#define E2_DIR_PIN         PC13
77
+#define E2_ENABLE_PIN      PC15
78
 
78
 
79
 //
79
 //
80
 // Heaters / Fans
80
 // Heaters / Fans

Loading…
Cancel
Save