File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 307
307
//#define Y_HARDWARE_SERIAL Serial1
308
308
//#define Y2_HARDWARE_SERIAL Serial1
309
309
//#define Z_HARDWARE_SERIAL Serial1
310
- //#define Z2_HARDWARE_SERIAL Serial1
311
310
//#define E0_HARDWARE_SERIAL Serial1
312
311
//#define E1_HARDWARE_SERIAL Serial1
313
312
//#define E2_HARDWARE_SERIAL Serial1
317
316
#define X_SERIAL_TX_PIN PC13
318
317
#define Y_SERIAL_TX_PIN PE3
319
318
#define Z_SERIAL_TX_PIN PB9
320
- #define Z2_SERIAL_TX_PIN PB5
321
- #define E0_SERIAL_TX_PIN PG14
322
- #define E1_SERIAL_TX_PIN PG10
323
- #define E2_SERIAL_TX_PIN PD5
324
- #define E3_SERIAL_TX_PIN PC6
319
+ #define E0_SERIAL_TX_PIN PB5
320
+ #define E1_SERIAL_TX_PIN PG14
321
+ #define E2_SERIAL_TX_PIN PG10
322
+ #define E3_SERIAL_TX_PIN PD5
323
+ #define E4_SERIAL_TX_PIN PC6
325
324
326
325
// Reduce baud rate to improve software serial reliability
327
326
#ifndef TMC_BAUD_RATE
You can’t perform that action at this time.
0 commit comments