klipper/klippy/chelper
Kevin O'Connor 9a92b346fd itersolve: Use more explicit list traversal in itersolve_generate_steps()
Avoid using doubles as flags when generating steps during "lead up to
stepper activity".  Instead, explicitly track how many inactive move
entries are skipped and only generate steps for those entries.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-05-04 14:00:53 -04:00
..
__init__.py serialqueue: Support notification of when a command is processed 2020-02-20 12:01:21 -05:00
compiler.h
itersolve.c itersolve: Use more explicit list traversal in itersolve_generate_steps() 2020-05-04 14:00:53 -04:00
itersolve.h Revert "itersolve: Implement a step+dir+step filter" 2020-03-05 18:37:02 -05:00
kin_cartesian.c
kin_corexy.c
kin_delta.c
kin_extruder.c
kin_polar.c
kin_rotary_delta.c
kin_winch.c
list.h
pyhelper.c
pyhelper.h
serialqueue.c serialqueue: Support notification of when a command is processed 2020-02-20 12:01:21 -05:00
serialqueue.h serialqueue: Support notification of when a command is processed 2020-02-20 12:01:21 -05:00
stepcompress.c stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -04:00
stepcompress.h stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -04:00
trapq.c
trapq.h