mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 17:52:57 +00:00
🔧 BTT SKRat UART driver support pending (#27639)
This commit is contained in:
parent
ef34fd1a3f
commit
5dc55150bd
1 changed files with 10 additions and 8 deletions
|
@ -309,16 +309,18 @@
|
||||||
//
|
//
|
||||||
// Software serial
|
// Software serial
|
||||||
//
|
//
|
||||||
#define X_SERIAL_TX_PIN PF10
|
//#define X_SERIAL_TX_PIN PF10
|
||||||
#define Y_SERIAL_TX_PIN PD4
|
//#define Y_SERIAL_TX_PIN PD4
|
||||||
#define Z_SERIAL_TX_PIN PC8
|
//#define Z_SERIAL_TX_PIN PC8
|
||||||
#define E0_SERIAL_TX_PIN PD8
|
//#define E0_SERIAL_TX_PIN PD8
|
||||||
#define E1_SERIAL_TX_PIN PB11
|
//#define E1_SERIAL_TX_PIN PB11
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#ifndef TMC_BAUD_RATE
|
//#ifndef TMC_BAUD_RATE
|
||||||
#define TMC_BAUD_RATE 19200
|
// #define TMC_BAUD_RATE 19200
|
||||||
#endif
|
//#endif
|
||||||
|
|
||||||
|
#error "UART-based drivers are not supported on this board."
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue