mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 06:57:39 -06:00
🔧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:
parent
7eb7090a4b
commit
29db4362c4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue