klipper/klippy/chelper
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: Calculate and store axes_r in move class 2019-11-06 15:51:51 -05:00
compiler.h
itersolve.c trapq: Remove move_fill() 2019-11-06 15:51:51 -05:00
itersolve.h itersolve: Remove unused gen_steps() 2019-11-06 15:51:51 -05:00
kin_cartesian.c cartesian: Convert step generation to use trapq system 2019-11-06 15:51:51 -05:00
kin_corexy.c corexy: Convert step generation to use trapq system 2019-11-06 15:51:51 -05:00
kin_delta.c delta: Convert step generation to use trapq system 2019-11-06 15:51:51 -05:00
kin_extruder.c trapq: Use separate 'move' entries for accel, cruise, and decel phases 2019-11-06 15:51:51 -05:00
kin_polar.c polar: Convert step generation to use trapq system 2019-11-06 15:51:51 -05:00
kin_winch.c winch: Convert step generation to use trapq system 2019-11-06 15:51:51 -05:00
list.h
pyhelper.c
pyhelper.h
serialqueue.c
serialqueue.h
stepcompress.c
stepcompress.h
trapq.c toolhead: Calculate and store axes_r in move class 2019-11-06 15:51:51 -05:00
trapq.h toolhead: Calculate and store axes_r in move class 2019-11-06 15:51:51 -05:00