"M122 I" to reinitialize TMC (#18571)
This commit is contained in:
		| @@ -26,6 +26,7 @@ | ||||
|  | ||||
| #include "../../gcode.h" | ||||
| #include "../../../feature/tmc_util.h" | ||||
| #include "../../../module/stepper/indirection.h" | ||||
|  | ||||
| /** | ||||
|  * M122: Debug TMC drivers | ||||
| @@ -37,6 +38,8 @@ void GcodeSuite::M122() { | ||||
|  | ||||
|   if (print_all) LOOP_XYZE(i) print_axis[i] = true; | ||||
|  | ||||
|   if (parser.boolval('I')) restore_stepper_drivers(); | ||||
|  | ||||
|   #if ENABLED(TMC_DEBUG) | ||||
|     #if ENABLED(MONITOR_DRIVER_STATUS) | ||||
|       uint16_t interval = MONITOR_DRIVER_STATUS_INTERVAL_MS; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user