From 38766c367f09c17eb3b6cebb1952b342c26a7f95 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Mon, 19 Jul 2021 13:11:36 -0400 Subject: motion_report: Add new extras module for low-level motion diagnostics Signed-off-by: Kevin O'Connor --- klippy/stepper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'klippy/stepper.py') diff --git a/klippy/stepper.py b/klippy/stepper.py index 0263a1a2..b92c78ce 100644 --- a/klippy/stepper.py +++ b/klippy/stepper.py @@ -198,7 +198,7 @@ def PrinterStepper(config, units_in_radians=False): mcu_stepper = MCU_stepper(name, step_pin_params, dir_pin_params, step_dist, units_in_radians) # Register with helper modules - for mname in ['stepper_enable', 'force_move']: + for mname in ['stepper_enable', 'force_move', 'motion_report']: m = printer.load_object(config, mname) m.register_stepper(config, mcu_stepper) return mcu_stepper -- cgit v1.2.3-70-g09d2