From 9d13f07d09881aadf0702a7b1cfccb3887948d85 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sat, 17 Nov 2018 22:51:03 -0600 Subject: [PATCH] GTM32 Pro VB changes from Markku Sinisalo --- Marlin/src/pins/pins_GTM32_PRO_VB.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Marlin/src/pins/pins_GTM32_PRO_VB.h b/Marlin/src/pins/pins_GTM32_PRO_VB.h index 2dcf9ec2a..1914db0b4 100644 --- a/Marlin/src/pins/pins_GTM32_PRO_VB.h +++ b/Marlin/src/pins/pins_GTM32_PRO_VB.h @@ -64,17 +64,17 @@ #define Z_DIR_PIN PD3 #define Z_ENABLE_PIN PB3 -#define E0_STEP_PIN PC14 -#define E0_DIR_PIN PC13 -#define E0_ENABLE_PIN PC15 +#define E0_STEP_PIN PB2 +#define E0_DIR_PIN PB11 +#define E0_ENABLE_PIN PC4 #define E1_STEP_PIN PA0 #define E1_DIR_PIN PB6 #define E1_ENABLE_PIN PA1 -#define E2_STEP_PIN PB2 -#define E2_DIR_PIN PB11 -#define E2_ENABLE_PIN PC4 +#define E2_STEP_PIN PC14 +#define E2_DIR_PIN PC13 +#define E2_ENABLE_PIN PC15 // // Heaters / Fans