TMC connection test, spreadCycle parameters, improved debugging (#12616)
This commit is contained in:
parent
97de9d54a5
commit
55144284c2
71 changed files with 917 additions and 452 deletions
|
|
@ -650,9 +650,7 @@ void GcodeSuite::process_parsed_command(
|
|||
#endif
|
||||
|
||||
#if HAS_TRINAMIC
|
||||
#if ENABLED(TMC_DEBUG)
|
||||
case 122: M122(); break;
|
||||
#endif
|
||||
case 122: M122(); break;
|
||||
case 906: M906(); break; // M906: Set motor current in milliamps using axis codes X, Y, Z, E
|
||||
#if ENABLED(MONITOR_DRIVER_STATUS)
|
||||
case 911: M911(); break; // M911: Report TMC2130 prewarn triggered flags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue