From 3829d6ccf84a6e0bd8074575c9da7da42a877c8f Mon Sep 17 00:00:00 2001 From: Ludy Date: Thu, 20 Dec 2018 23:11:33 +0100 Subject: [PATCH] FYSETC F6 13 - E2_SERIAL_TX_PIN correction (#12667) --- Marlin/src/pins/pins_FYSETC_F6_13.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/Marlin/src/pins/pins_FYSETC_F6_13.h b/Marlin/src/pins/pins_FYSETC_F6_13.h index fd39e233ac..c97aea6444 100644 --- a/Marlin/src/pins/pins_FYSETC_F6_13.h +++ b/Marlin/src/pins/pins_FYSETC_F6_13.h @@ -30,6 +30,9 @@ #define BOARD_NAME "FYSETC F6 1.3" +#define RESET_PIN 30 +#define SPI_FLASH_CS 83 + // // Servos // @@ -109,12 +112,6 @@ // the jumper next to the limit switch socket when using sensorless homing. // -#define X_TMC2130_DIAG -1 -#define Y_TMC2130_DIAG -1 -#define Z_TMC2130_DIAG -1 -#define E0_TMC2130_DIAG -1 -#define E1_TMC2130_DIAG -1 -#define E2_TMC2130_DIAG -1 #if HAS_DRIVER(TMC2208) // Software serial @@ -129,7 +126,7 @@ #define E1_SERIAL_RX_PIN 80 #define E1_SERIAL_TX_PIN 81 #define E2_SERIAL_RX_PIN 22 - #define E2_SERIAL_TX_PIN 83 + #define E2_SERIAL_TX_PIN 82 #endif //