klipper/klippy
Kevin O'Connor 9850dc75f4 toolhead: Handle flush_step_generation() call after dwell()
If self.kin_flush_delay changes after a G4 dwell command (or other
non-kinematic time update) then it could lead to "internal step
compression" errors.  Make sure to handle this case in
flush_step_generation().

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-06-01 15:29:20 -04:00
..
chelper itersolve: Use more explicit list traversal in itersolve_generate_steps() 2020-05-04 14:00:53 -04:00
extras gcode: Make it clear that gcode.get_status() can be called without eventtime 2020-05-26 14:59:15 -04:00
kinematics klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
clocksync.py clocksync: Don't filter any of the initial syncronization clock messages 2020-05-02 11:08:02 -04:00
configfile.py configfile: Fix check for unused config sections and options 2020-05-21 17:50:51 -04:00
console.py
gcode.py gcode: Make it clear that gcode.get_status() can be called without eventtime 2020-05-26 14:59:15 -04:00
homing.py homing: Avoid divide by zero error on PROBE at minimum Z position 2020-04-19 12:46:50 -04:00
klippy.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
mathutil.py mathutil: Disable queuelogger in background_coordinate_descent() 2019-12-17 09:51:45 -05:00
mcu.py serial: Add Fysetc Cheetah board specific reset sequence 2020-04-02 13:56:50 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py mathutil: Disable queuelogger in background_coordinate_descent() 2019-12-17 09:51:45 -05:00
reactor.py reactor: Support multiple waiting timers on a single completion 2020-02-19 10:49:56 -05:00
serialhdl.py serial: Add Fysetc Cheetah board specific reset sequence 2020-04-02 13:56:50 -04:00
stepper.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
toolhead.py toolhead: Handle flush_step_generation() call after dwell() 2020-06-01 15:29:20 -04:00
util.py util: Try to dump mcu build information on a connection error 2020-03-22 13:22:52 -04:00