From db7a9cf071abcd7c57ec788b906ff96d7b3c41d9 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 12 Apr 2025 16:54:49 -0400 Subject: 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 --- docs/Config_Changes.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/Config_Changes.md') diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 47fa4cce..3059eec5 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,11 @@ All dates in this document are approximate. ## Changes +20250418: The manual_stepper `STOP_ON_ENDSTOP` feature may now take +less time to complete. Previously, the command would wait the entire +time the move could possibly take even if the endstop triggered +earlier. Now, the command finishes shortly after the endstop trigger. + 20250417: SPI devices using "software SPI" are now rate limited. Previously, the `spi_speed` in the config was ignored and the transmission speed was only limited by the processing speed of the -- cgit v1.2.3-70-g09d2