mirror of
https://github.com/andreili/klipper.git
synced 2025-09-12 00:21:14 +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>