klipper/klippy
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
..
chelper stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -04:00
extras display: Use the active extruder in the default 16x4 screen layout 2020-03-13 21:50:38 -04:00
kinematics safe_z_home: Support note_z_not_homed() in kinematics (#2500) 2020-03-01 23:00:41 -05:00
clocksync.py clocksync: Remove no longer used get_adjusted_freq() function 2020-03-06 16:35:02 -05:00
configfile.py
console.py
gcode.py
heater.py
homing.py
klippy.py
mathutil.py
mcu.py clocksync: Remove no longer used get_adjusted_freq() function 2020-03-06 16:35:02 -05:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py
serialhdl.py
stepper.py
toolhead.py stepcompress: Implement a step+dir+step filter 2020-03-13 21:53:48 -04:00
util.py