aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Changes.md
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2025-04-17 11:52:30 -0400
committerKevin O'Connor <kevin@koconnor.net>2025-04-17 11:54:25 -0400
commitacd96047de62077e2ec175c2181317fca79f18ac (patch)
treec1f9009694dbc1114e5dabf9e388dcff4a9ba831 /docs/Config_Changes.md
parent516ef1d3616acd7ddfd61b80b562f58a7800ceed (diff)
downloadkutter-acd96047de62077e2ec175c2181317fca79f18ac.tar.gz
kutter-acd96047de62077e2ec175c2181317fca79f18ac.tar.xz
kutter-acd96047de62077e2ec175c2181317fca79f18ac.zip
docs: Update Config_Changes.md to note software spi is now rate limited
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r--docs/Config_Changes.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index e4d20fd7..47fa4cce 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -8,6 +8,15 @@ All dates in this document are approximate.
## Changes
+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
+micro-controller. Now, speeds are limited by the `spi_speed` config
+parameter (actual hardware speeds are likely to be lower than the
+configured value due to software overhead).
+
+20250411: Klipper v0.13.0 released.
+
20250308: The `AUTO` parameter of the
`AXIS_TWIST_COMPENSATION_CALIBRATE` command has been removed.