mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-08-01 18:09:15 +02:00
The "%d" formatting truncates a floating point number - use "%.0f" to show a rounded number. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>