Skip to content

Commit

Permalink
🚸 TH3D EZBoard V2 TMC slave addresses (MarlinFirmware#23857)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and Omkar Dhekne committed Mar 25, 2024
1 parent 04ce392 commit 7085700
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Marlin/src/pins/stm32f4/pins_TH3D_EZBOARD_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,20 @@

// Reduce baud rate to improve software serial reliability
#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

//
Expand Down

0 comments on commit 7085700

Please sign in to comment.