diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-11-26 19:01:24 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-12-07 17:09:26 -0500 |
commit | bafb126abd77edd0cb2e5ae3b5d99ff83272594c (patch) | |
tree | 30e8046e4c1333881cc67f83f6e85a5f4f338c86 /docs | |
parent | 5bd32e2984b5d34ab54267aed3f078bd990d33b5 (diff) | |
download | kutter-bafb126abd77edd0cb2e5ae3b5d99ff83272594c.tar.gz kutter-bafb126abd77edd0cb2e5ae3b5d99ff83272594c.tar.xz kutter-bafb126abd77edd0cb2e5ae3b5d99ff83272594c.zip |
toolhead: Remove undocumented buffer management config parameters
These internal low-level config parameters were never documented.
Going forward, developers may modify them by altering the internal
settings in toolhead.py.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Changes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index 6d83238d..3606c6d0 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,12 @@ All dates in this document are approximate. ## Changes +20231207: Several undocumented config parameters in the `[printer]` +config section have been removed (the buffer_time_low, +buffer_time_high, buffer_time_start, and move_flush_time parameters). + +20231110: Klipper v0.12.0 released. + 20230826: If `safe_distance` is set or calculated to be 0 in `[dual_carriage]`, the carriages proximity checks will be disabled as per documentation. A user may wish to configure `safe_distance` explicitly to prevent accidental crashes |