Skip to content

Commit

Permalink
🔧 BTT SKRat UART driver support pending (#27639)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored Jan 14, 2025
1 parent ef34fd1 commit 5dc5515
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Marlin/src/pins/stm32g0/pins_BTT_SKRAT_V1_0.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5dc5515

Please sign in to comment.