mirror of
https://github.com/andreili/klipper.git
synced 2025-09-14 09:31:11 +02:00
Only track a single acceleration movement in a 'struct move' instance. Break the classic trapezoid movement (accel, cruise, decel) into three separate movements. This simplifies the calculation logic. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>