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