Parcourir la source

GTM32 Pro VB changes from Markku Sinisalo

Scott Lahteine il y a 6 ans
Parent
révision
9d13f07d09
1 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 6
    6
      Marlin/src/pins/pins_GTM32_PRO_VB.h

+ 6
- 6
Marlin/src/pins/pins_GTM32_PRO_VB.h Voir le fichier

@@ -64,17 +64,17 @@
64 64
 #define Z_DIR_PIN          PD3
65 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 71
 #define E1_STEP_PIN        PA0
72 72
 #define E1_DIR_PIN         PB6
73 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 80
 // Heaters / Fans

Chargement…
Annuler
Enregistrer