mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
Update the stepcompress C code to check for integer overflow so that the python code does not need to. The new checks also handle the possibility of a single move lasting long enough to cause an overflow. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>