diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-03-29 18:24:32 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-04-07 15:17:43 -0400 |
commit | 22ee889f41249a00664d3ccd7e12696975bd4fde (patch) | |
tree | 60f3861a7dcb8c7d3d9c06dc85c6574dd3b2cf71 /docs/Config_Changes.md | |
parent | acca55b074d5d51cb93be36c9f3597ef3c998873 (diff) | |
download | kutter-22ee889f41249a00664d3ccd7e12696975bd4fde.tar.gz kutter-22ee889f41249a00664d3ccd7e12696975bd4fde.tar.xz kutter-22ee889f41249a00664d3ccd7e12696975bd4fde.zip |
serialqueue: Rename stalled_bytes stat to upcoming_bytes
The stalled_bytes counter refers to the number of bytes that are not
yet eligible for transmission. However, the naming leads to confusion
as it could be interpretted as an inability to transmit data. Rename
to upcoming_bytes to try to avoid that confusion.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/Config_Changes.md')
-rw-r--r-- | docs/Config_Changes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md index efe962d1..14c3b12b 100644 --- a/docs/Config_Changes.md +++ b/docs/Config_Changes.md @@ -8,6 +8,9 @@ All dates in this document are approximate. ## Changes +20230407: The `stalled_bytes` counter in the log and in the +`printer.mcu.last_stats` field has been renamed to `upcoming_bytes`. + 20230304: The `SET_TMC_CURRENT` command now properly adjusts the globalscaler register for drivers that have it. This removes a limitation where on tmc5160, the currents could not be raised higher with `SET_TMC_CURRENT` than the |