🚸 TH3D EZBoard V2 TMC slave addresses (#23857)
This commit is contained in:
parent
17099e7973
commit
de0bc19230
|
@ -130,6 +130,20 @@
|
||||||
|
|
||||||
// Reduce baud rate to improve software serial reliability
|
// Reduce baud rate to improve software serial reliability
|
||||||
#define TMC_BAUD_RATE 19200
|
#define TMC_BAUD_RATE 19200
|
||||||
|
|
||||||
|
// Default TMC slave addresses
|
||||||
|
#ifndef X_SLAVE_ADDRESS
|
||||||
|
#define X_SLAVE_ADDRESS 0
|
||||||
|
#endif
|
||||||
|
#ifndef Y_SLAVE_ADDRESS
|
||||||
|
#define Y_SLAVE_ADDRESS 1
|
||||||
|
#endif
|
||||||
|
#ifndef Z_SLAVE_ADDRESS
|
||||||
|
#define Z_SLAVE_ADDRESS 2
|
||||||
|
#endif
|
||||||
|
#ifndef E0_SLAVE_ADDRESS
|
||||||
|
#define E0_SLAVE_ADDRESS 3
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue