mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-25 03:54:28 +08:00

This is because 1.12 / 0.04 = 28.000000000000004 according to python. The math.ceil then ensured that the result was 29 (instead of expected 28) CURA-1140