Skip to content

Commit

Permalink
🔧Ender-5 with SKR Mini E3 V3 TMC slave addresses (#1039)
Browse files Browse the repository at this point in the history
There's no need to define these since they are already handled correctly in the SKR Mini E3 V3 pins file.
  • Loading branch information
thisiskeithb authored Apr 10, 2024
1 parent 7eb7090 commit 29db436
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3260,9 +3260,9 @@
* Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers
* on the same serial port, either here or in your board's pins file.
*/
#define X_SLAVE_ADDRESS 0
#define Y_SLAVE_ADDRESS 2
#define Z_SLAVE_ADDRESS 1
//#define X_SLAVE_ADDRESS 0
//#define Y_SLAVE_ADDRESS 0
//#define Z_SLAVE_ADDRESS 0
//#define X2_SLAVE_ADDRESS 0
//#define Y2_SLAVE_ADDRESS 0
//#define Z2_SLAVE_ADDRESS 0
Expand Down

0 comments on commit 29db436

Please sign in to comment.