Browse Source

GTM32 Pro VB changes from Markku Sinisalo

pull/1/head
Scott Lahteine 6 years ago
parent
commit
9d13f07d09
  1. 12
      Marlin/src/pins/pins_GTM32_PRO_VB.h

12
Marlin/src/pins/pins_GTM32_PRO_VB.h

@ -64,17 +64,17 @@
#define Z_DIR_PIN PD3 #define Z_DIR_PIN PD3
#define Z_ENABLE_PIN PB3 #define Z_ENABLE_PIN PB3
#define E0_STEP_PIN PC14 #define E0_STEP_PIN PB2
#define E0_DIR_PIN PC13 #define E0_DIR_PIN PB11
#define E0_ENABLE_PIN PC15 #define E0_ENABLE_PIN PC4
#define E1_STEP_PIN PA0 #define E1_STEP_PIN PA0
#define E1_DIR_PIN PB6 #define E1_DIR_PIN PB6
#define E1_ENABLE_PIN PA1 #define E1_ENABLE_PIN PA1
#define E2_STEP_PIN PB2 #define E2_STEP_PIN PC14
#define E2_DIR_PIN PB11 #define E2_DIR_PIN PC13
#define E2_ENABLE_PIN PC4 #define E2_ENABLE_PIN PC15
// //
// Heaters / Fans // Heaters / Fans

Loading…
Cancel
Save