Catch a TMC address conflict early (#19458)
This commit is contained in:
parent
5f5f76956f
commit
5d0429ee2a
4 changed files with 117 additions and 3 deletions
|
|
@ -30,6 +30,10 @@ opt_set X_HARDWARE_SERIAL Serial1
|
|||
opt_set Y_HARDWARE_SERIAL Serial1
|
||||
opt_set Z_HARDWARE_SERIAL Serial1
|
||||
opt_set E0_HARDWARE_SERIAL Serial1
|
||||
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 HOTEND_IDLE_TIMEOUT
|
||||
exec_test $1 $2 "ESP32, TMC HW Serial, Hotend Idle"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue