Browse Source

FYSETC F6 13 - E2_SERIAL_TX_PIN correction (#12667)

pull/1/head
Ludy 6 years ago
committed by Scott Lahteine
parent
commit
3829d6ccf8
  1. 11
      Marlin/src/pins/pins_FYSETC_F6_13.h

11
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
//

Loading…
Cancel
Save