From 0adb74782784288a9720cc145a327b324aa275a6 Mon Sep 17 00:00:00 2001 From: Lorenzo Delana Date: Thu, 17 Sep 2020 18:59:25 +0200 Subject: [PATCH] fix code doc typo on PG14 ( EN ) ; swapped pins E0_DIR_PIN, E0_ENABLE_PIN probably due above doc typo --- Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h b/Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h index f3d31fbefe97..5e3d5f4ab538 100644 --- a/Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h +++ b/Marlin/src/pins/stm32f7/pins_NUCLEO_F767ZI.h @@ -85,7 +85,7 @@ _*  ̄ ̄ ̄ _CN10 * (TEMP_BED) PC0 | · · | PD6 PB1 | · · | PF14 * PC3 | · · | PD5 PC2 | · · | PE13 * PF3 | · · | PD4 PF4 | · · | PF15 - * PF5 | · · | PD3 (E_STEP) PB6 | · · | PG14 (E_DIR) + * PF5 | · · | PD3 (E_STEP) PB6 | · · | PG14 (E_EN) * PF10 | · · | GND (E_DIR) PB2 | · · | PG9 (E_CS) * NC | · · | PE2 GND | · · | PE8 * PA7 | · · | PE4 PD13 | · · | PE7 @@ -125,8 +125,8 @@ _*  ̄ ̄ ̄ _CN10 #define Z_CS_PIN PE12 #define E0_STEP_PIN PB6 -#define E0_DIR_PIN PG14 -#define E0_ENABLE_PIN PB2 +#define E0_DIR_PIN PB2 +#define E0_ENABLE_PIN PG14 #define E0_CS_PIN PG9 #if HAS_TMC_UART