klipper/klippy/chelper
Kevin O'Connor acd165cbea stepcompress: Implement a step+dir+step filter
Some stepper motor drivers do not respond well to rapid "step +
direction change + step" events.  In particular, it is believed this
can cause "over current" events on the tmc2208 drivers when they are
in "stealthchop" mode.  Detect these events and remove them from the
generated step times.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-03-13 21:53:48 -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 stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -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