From 2d7c3a84eefdb584e977747d0b8d84304571b50f Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 8 Feb 2019 20:11:05 -0500 Subject: manual_stepper: Add an "extras" module for manually controlling a stepper Signed-off-by: Kevin O'Connor --- klippy/toolhead.py | 1 + 1 file changed, 1 insertion(+) (limited to 'klippy/toolhead.py') diff --git a/klippy/toolhead.py b/klippy/toolhead.py index 9c7369e8..32bda0fc 100644 --- a/klippy/toolhead.py +++ b/klippy/toolhead.py @@ -372,6 +372,7 @@ class ToolHead: self.kin.motor_off(last_move_time) for ext in kinematics.extruder.get_printer_extruders(self.printer): ext.motor_off(last_move_time) + self.printer.send_event("toolhead:motor_off", last_move_time) self.dwell(STALL_TIME) logging.debug('; Max time of %f', last_move_time) def wait_moves(self): -- cgit v1.2.3-70-g09d2