Allow TMC baud rate override (#15773)
This commit is contained in:
committed by
Scott Lahteine
parent
d9b0b964be
commit
814a2eaf8f
@ -61,4 +61,7 @@
|
||||
#define Z_SERIAL_RX_PIN P2_11 // J8-4
|
||||
#define E0_SERIAL_TX_PIN P2_13 // J8-5
|
||||
#define E0_SERIAL_RX_PIN P2_13 // J8-5
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif
|
||||
|
@ -87,6 +87,9 @@
|
||||
#define Z_SERIAL_RX_PIN P0_20
|
||||
#define E0_SERIAL_TX_PIN P0_22
|
||||
#define E0_SERIAL_RX_PIN P0_21
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user