mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-06-26 09:25:18 -06:00
parent
f1bb46f5b8
commit
951b8be3a1
1 changed files with 10 additions and 12 deletions
|
@ -62,6 +62,8 @@
|
|||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define X_DIAG_PIN PB10
|
||||
#define Y_DIAG_PIN PB11
|
||||
#ifndef Z_STOP_PIN
|
||||
#define Z_STOP_PIN PC14
|
||||
#endif
|
||||
|
@ -79,23 +81,19 @@
|
|||
#define HEATER_BED_PIN PB2 // HOT BED
|
||||
#define FAN1_PIN PC1 // extruder fan
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
|
||||
#if HAS_TMC_UART
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#define TMC_BAUD_RATE 19200
|
||||
|
||||
// Software serial
|
||||
#define X_SERIAL_TX_PIN PB12
|
||||
#define X_DIAG_PIN PB10
|
||||
|
||||
#define Y_SERIAL_TX_PIN PB13
|
||||
#define Y_DIAG_PIN PB11
|
||||
|
||||
#define Z_SERIAL_TX_PIN PB14
|
||||
#endif // HAS_TMC_UART
|
||||
#define E0_SERIAL_TX_PIN PB15
|
||||
|
||||
// Reduce baud rate to improve software serial reliability
|
||||
#ifndef TMC_BAUD_RATE
|
||||
#define TMC_BAUD_RATE 19200
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// SD Card
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue