0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-22 09:42:34 +00:00

🔧 BTT SKRat UART driver support pending (#27639)

This commit is contained in:
Keith Bennett 2025-01-14 10:42:06 -08:00 committed by GitHub
parent ef34fd1a3f
commit 5dc55150bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -309,16 +309,18 @@
//
// Software serial
//
#define X_SERIAL_TX_PIN PF10
#define Y_SERIAL_TX_PIN PD4
#define Z_SERIAL_TX_PIN PC8
#define E0_SERIAL_TX_PIN PD8
#define E1_SERIAL_TX_PIN PB11
//#define X_SERIAL_TX_PIN PF10
//#define Y_SERIAL_TX_PIN PD4
//#define Z_SERIAL_TX_PIN PC8
//#define E0_SERIAL_TX_PIN PD8
//#define E1_SERIAL_TX_PIN PB11
// Reduce baud rate to improve software serial reliability
#ifndef TMC_BAUD_RATE
#define TMC_BAUD_RATE 19200
#endif
//#ifndef TMC_BAUD_RATE
// #define TMC_BAUD_RATE 19200
//#endif
#error "UART-based drivers are not supported on this board."
#endif