mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-27 05:22:13 +02:00
If self.kin_flush_delay changes after a G4 dwell command (or other non-kinematic time update) then it could lead to "internal step compression" errors. Make sure to handle this case in flush_step_generation(). Signed-off-by: Kevin O'Connor <kevin@koconnor.net>