klipper/klippy/kinematics
Kevin O'Connor 86121ff79e toolhead: Calculate and store axes_r in move class
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>
2019-11-06 15:51:51 -05:00
..
__init__.py toolhead: Move kinematic modules to new kinematics/ directory 2018-07-12 22:50:25 -04:00
cartesian.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00
corexy.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00
delta.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00
extruder.py toolhead: Calculate and store axes_r in move class 2019-11-06 15:51:51 -05:00
none.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00
polar.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00
winch.py toolhead: Remove kinematic move() call 2019-11-06 15:51:51 -05:00