🧑💻 Misc. updates for extra axes (#23521)
This commit is contained in:
parent
70d3607f56
commit
40481947fc
27 changed files with 289 additions and 205 deletions
|
|
@ -421,12 +421,10 @@
|
|||
if (monitor_tmc_driver(stepperI, need_update_error_counters, need_debug_reporting))
|
||||
step_current_down(stepperI);
|
||||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(J)
|
||||
if (monitor_tmc_driver(stepperJ, need_update_error_counters, need_debug_reporting))
|
||||
step_current_down(stepperJ);
|
||||
#endif
|
||||
|
||||
#if AXIS_IS_TMC(K)
|
||||
if (monitor_tmc_driver(stepperK, need_update_error_counters, need_debug_reporting))
|
||||
step_current_down(stepperK);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue