diff options
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 5 |
1 files changed, 5 insertions, 0 deletions
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 |