Browse Source

FYSETC F6 13 - E2_SERIAL_TX_PIN correction (#12667)

Ludy 6 years ago
parent
commit
3829d6ccf8
1 changed files with 4 additions and 7 deletions
  1. 4
    7
      Marlin/src/pins/pins_FYSETC_F6_13.h

+ 4
- 7
Marlin/src/pins/pins_FYSETC_F6_13.h View File

@@ -30,6 +30,9 @@
30 30
 
31 31
 #define BOARD_NAME "FYSETC F6 1.3"
32 32
 
33
+#define RESET_PIN          30
34
+#define SPI_FLASH_CS       83
35
+
33 36
 //
34 37
 // Servos
35 38
 //
@@ -109,12 +112,6 @@
109 112
 // the jumper next to the limit switch socket when using sensorless homing.
110 113
 //
111 114
 
112
-#define X_TMC2130_DIAG     -1
113
-#define Y_TMC2130_DIAG     -1
114
-#define Z_TMC2130_DIAG     -1
115
-#define E0_TMC2130_DIAG    -1
116
-#define E1_TMC2130_DIAG    -1
117
-#define E2_TMC2130_DIAG    -1
118 115
 
119 116
 #if HAS_DRIVER(TMC2208)
120 117
   // Software serial
@@ -129,7 +126,7 @@
129 126
   #define E1_SERIAL_RX_PIN 80
130 127
   #define E1_SERIAL_TX_PIN 81
131 128
   #define E2_SERIAL_RX_PIN 22
132
-  #define E2_SERIAL_TX_PIN 83
129
+  #define E2_SERIAL_TX_PIN 82
133 130
 #endif
134 131
 
135 132
 //

Loading…
Cancel
Save