Skip to content

Commit c6a6d35

Browse files
authored
🚸 TH3D EZBoard V2 TMC slave addresses (MarlinFirmware#23857)
1 parent 323ac94 commit c6a6d35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Marlin/src/pins/stm32f4/pins_TH3D_EZBOARD_V2.h

+14
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,20 @@
130130

131131
// Reduce baud rate to improve software serial reliability
132132
#define TMC_BAUD_RATE 19200
133+
134+
// Default TMC slave addresses
135+
#ifndef X_SLAVE_ADDRESS
136+
#define X_SLAVE_ADDRESS 0
137+
#endif
138+
#ifndef Y_SLAVE_ADDRESS
139+
#define Y_SLAVE_ADDRESS 1
140+
#endif
141+
#ifndef Z_SLAVE_ADDRESS
142+
#define Z_SLAVE_ADDRESS 2
143+
#endif
144+
#ifndef E0_SLAVE_ADDRESS
145+
#define E0_SLAVE_ADDRESS 3
146+
#endif
133147
#endif
134148

135149
//

0 commit comments

Comments
 (0)