mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-07 14:04:17 -06:00
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>
This commit is contained in:
parent
acca55b074
commit
22ee889f41
2 changed files with 19 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue