🔧Ender-5 with SKR Mini E3 V3 TMC slave addresses (#1039)

There's no need to define these since they are already handled correctly in the SKR Mini E3 V3 pins file.
This commit is contained in:
Keith Bennett 2024-04-09 23:23:31 -07:00 committed by GitHub
parent 7eb7090a4b
commit 29db4362c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3260,9 +3260,9 @@
* Set *_SERIAL_TX_PIN and *_SERIAL_RX_PIN to match for all drivers * 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. * on the same serial port, either here or in your board's pins file.
*/ */
#define X_SLAVE_ADDRESS 0 //#define X_SLAVE_ADDRESS 0
#define Y_SLAVE_ADDRESS 2 //#define Y_SLAVE_ADDRESS 0
#define Z_SLAVE_ADDRESS 1 //#define Z_SLAVE_ADDRESS 0
//#define X2_SLAVE_ADDRESS 0 //#define X2_SLAVE_ADDRESS 0
//#define Y2_SLAVE_ADDRESS 0 //#define Y2_SLAVE_ADDRESS 0
//#define Z2_SLAVE_ADDRESS 0 //#define Z2_SLAVE_ADDRESS 0