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
..
2025-04-03 13:47:00 -04:00
2024-11-27 18:31:01 -05:00
2020-07-29 21:28:18 -04:00
2025-03-20 19:53:44 -04:00
2025-03-08 22:23:35 -05:00
2024-04-27 11:01:57 -04:00
2021-12-27 12:24:58 -05:00
2024-11-19 17:15:43 -05:00
2025-02-26 20:25:18 -05:00
2022-01-09 21:13:53 -05:00
2023-10-19 13:10:05 -04:00
2023-08-13 15:32:27 -04:00
2022-07-29 11:40:54 -04:00
2025-02-15 18:20:04 -05:00
2024-04-20 12:47:06 -04:00
2019-04-14 22:41:23 -04:00
2025-01-10 10:41:09 -05:00
2022-07-19 12:48:16 -04:00
2025-04-18 14:32:23 -04:00
2023-10-19 13:13:57 -04:00
2025-04-17 11:42:44 -04:00
2025-01-21 18:54:33 -05:00
2023-03-15 14:55:51 -04:00
2023-02-20 11:06:25 -05:00
2022-04-29 13:58:05 -04:00
2017-12-24 12:33:01 -05:00
2024-09-01 13:37:35 -04:00
2021-07-27 13:15:25 -04:00
2022-04-30 14:51:14 -04:00
2022-06-03 18:11:35 -04:00
2022-07-16 10:48:10 -04:00
2025-04-11 21:07:28 -04:00
2025-04-08 23:23:05 -04:00
2023-02-20 11:06:25 -05:00
2025-01-21 18:54:00 -05:00
2025-03-31 11:28:04 -04:00
2024-03-13 21:31:37 -04:00
2025-03-20 19:53:44 -04:00
2022-04-05 20:35:56 -04:00
2021-11-04 12:06:27 -04:00
2025-03-04 17:12:26 -05:00
2024-01-16 14:19:11 -05:00
2024-10-22 10:36:13 -04:00
2025-03-20 19:53:44 -04:00
2023-02-20 11:06:25 -05:00
2025-02-04 19:08:05 -05:00
2024-02-09 19:21:34 -05:00
2021-07-27 13:15:25 -04:00
2017-04-27 16:05:26 -04:00
2025-04-11 21:07:28 -04:00
2024-04-12 12:17:35 -04:00
2022-01-09 21:13:53 -05:00
2023-09-29 13:58:29 -04:00
2023-11-01 19:04:13 -04:00
2024-02-15 12:29:13 -05:00
2023-04-11 11:39:41 -04:00
2024-10-26 22:02:20 -04:00
2025-04-17 11:44:26 -04:00
2025-02-15 13:55:19 -05:00
2022-02-01 11:59:55 -05:00
2023-11-16 22:07:15 -05:00