Kevin O'Connor db7a9cf071 manual_stepper: Implement "drip moves" for manual stepper STOP_ON_ENDSTOP
Currently, `MANUAL_STEPPER STOP_ON_ENDSTOP=1` type commands will move
until hitting the endstop, but it will still always consume the total
amount of move time.  That is, following moves can't be started until
the total possible time of the homing move is completed.

Implement "drip moves" so that the code only schedules the movement in
small segments.  This allows following movements to be scheduled
without a significant delay.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025-04-18 14:32:23 -04:00
..
2022-01-09 21:13:53 -05:00
2019-04-14 22:41:23 -04:00
2023-02-20 11:06:25 -05:00
2022-07-16 10:48:10 -04:00
2023-02-20 11:06:25 -05:00
2025-04-11 21:07:28 -04:00
2024-10-26 22:02:20 -04:00

Welcome to the Klipper documentation. The overview document is a good starting point.