mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-25 05:01:19 +02:00
If note_kinematic_activity() has a time far in the future it could result in a single flush attempt of that time range. Be sure to break up that range into small chunks using the normal _update_move_time() mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>