mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-09-08 08:10:05 +02:00
Calculate the ratio of axis distance to total move distance (axis_d / move_d) and store in a new member variable axes_r. This avoids needing to recalculate the value in other code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>