mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-09 22:21:08 +01: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>