mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
On a delta printer, z moves require the mcu to support the greatest number of steps per second. However, z moves are rare, so it makes sense to limit the velocity of z moves separately from the velocity of normal xy moves. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>