klipper/klippy/chelper
Kevin O'Connor afada5e79e trapq: Prune interrupted moves from history on trapq_set_position()
It is possible for a homing move to not fully complete.  Fixup the
trapq history to make processing of the history easier for callers.
Similarly, do not add artificial "null" moves to the trapq history.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2021-08-06 12:22:07 -04:00
..
__init__.py stepcompress: Pass clock to stepcompress_set_last_position() 2021-08-06 11:19:36 -04:00
compiler.h
itersolve.c
itersolve.h
kin_cartesian.c kinematics: Add dual_carriage to hybrid-corexyz (#4296) 2021-06-27 18:37:05 -04:00
kin_corexy.c
kin_corexz.c
kin_delta.c
kin_extruder.c
kin_polar.c
kin_rotary_delta.c
kin_shaper.c
kin_winch.c
list.h
msgblock.c
msgblock.h
pollreactor.c
pollreactor.h
pyhelper.c
pyhelper.h
serialqueue.c
serialqueue.h
stepcompress.c stepcompress: Pass clock to stepcompress_set_last_position() 2021-08-06 11:19:36 -04:00
stepcompress.h stepcompress: Pass clock to stepcompress_set_last_position() 2021-08-06 11:19:36 -04:00
trapq.c trapq: Prune interrupted moves from history on trapq_set_position() 2021-08-06 12:22:07 -04:00
trapq.h trapq: Store toolhead.set_position() updates in trapq history 2021-07-29 16:35:30 -04:00
trdispatch.c