mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-06 05:50:01 +02:00
Automatically reset the next step time to zero on a stepper_stop() call. This makes the host code simpler as it no longer needs to schedule an explicit reset_step_clock command on the step after a homing operation. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>