mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +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>