Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions Marlin/src/pins/pins_FYSETC_F6_13.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

#define BOARD_NAME "FYSETC F6 1.3"

#define RESET_PIN 30
#define SPI_FLASH_CS 83

//
// Servos
//
Expand Down Expand Up @@ -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
Expand All @@ -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

//
Expand Down