mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-09 12:34:49 -06:00
Let boards set Default TMC Slave Addresses (#20498)
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
This commit is contained in:
parent
a4701fbd3e
commit
87fbb89330
7 changed files with 130 additions and 32 deletions
|
|
@ -17,10 +17,6 @@ opt_set X_DRIVER_TYPE TMC2209
|
|||
opt_set Y_DRIVER_TYPE TMC2209
|
||||
opt_set Z_DRIVER_TYPE TMC2209
|
||||
opt_set E0_DRIVER_TYPE TMC2209
|
||||
opt_set X_SLAVE_ADDRESS 0
|
||||
opt_set Y_SLAVE_ADDRESS 1
|
||||
opt_set Z_SLAVE_ADDRESS 2
|
||||
opt_set E0_SLAVE_ADDRESS 3
|
||||
opt_enable PINS_DEBUGGING
|
||||
|
||||
exec_test $1 $2 "BigTreeTech SKR Mini E3 1.0 - Basic Config with TMC2209 HW Serial" "$3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue