File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change 62
62
//
63
63
// Limit Switches
64
64
//
65
+ #define X_DIAG_PIN PB10
66
+ #define Y_DIAG_PIN PB11
65
67
#ifndef Z_STOP_PIN
66
68
#define Z_STOP_PIN PC14
67
69
#endif
79
81
#define HEATER_BED_PIN PB2 // HOT BED
80
82
#define FAN1_PIN PC1 // extruder fan
81
83
82
- //
83
- // Steppers
84
- //
85
- #if HAS_TMC_UART
86
-
87
- // Reduce baud rate to improve software serial reliability
88
- #define TMC_BAUD_RATE 19200
89
84
85
+ #if HAS_TMC_UART
90
86
// Software serial
91
87
#define X_SERIAL_TX_PIN PB12
92
- #define X_DIAG_PIN PB10
93
-
94
88
#define Y_SERIAL_TX_PIN PB13
95
- #define Y_DIAG_PIN PB11
96
-
97
89
#define Z_SERIAL_TX_PIN PB14
98
- #endif // HAS_TMC_UART
90
+ #define E0_SERIAL_TX_PIN PB15
91
+
92
+ // Reduce baud rate to improve software serial reliability
93
+ #ifndef TMC_BAUD_RATE
94
+ #define TMC_BAUD_RATE 19200
95
+ #endif
96
+ #endif
99
97
100
98
//
101
99
// SD Card
You can’t perform that action at this time.
0 commit comments