mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-07-30 21:01:28 +02:00
A print_time of zero may translate to a negative clock on a secondary micro-controller, which would cause an internal error. Change the code to pass a real print_time or None if it is not needed. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>