diff options
Diffstat (limited to 'klippy/extras/force_move.py')
-rw-r--r-- | klippy/extras/force_move.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/klippy/extras/force_move.py b/klippy/extras/force_move.py index 9cf49519..5f47f8e2 100644 --- a/klippy/extras/force_move.py +++ b/klippy/extras/force_move.py @@ -90,6 +90,7 @@ class ForceMove: print_time + 99999.9) stepper.set_trapq(prev_trapq) stepper.set_stepper_kinematics(prev_sk) + toolhead.note_kinematic_activity(print_time) toolhead.dwell(accel_t + cruise_t + accel_t) toolhead.flush_step_generation() def _lookup_stepper(self, gcmd): |