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
compiler.h
itersolve.c stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -04:00
itersolve.h
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.h
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