klipper-dgus/klippy
Kevin O'Connor 56cd39f038 itersolve: Support step generation in lead up to and after stepper activity
Add support for generating steps from kinematic functions that
calculate step times based on a range of the motion queue.  It
requires scanning for step generation during the lead up to stepper
activity (when the stepper would nominally be idle).  And it requires
scanning for step generation just after a stepper has nominally become
idle.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2019-11-21 13:17:45 -05:00
..
chelper itersolve: Support step generation in lead up to and after stepper activity 2019-11-21 13:17:45 -05:00
extras toolhead: Rename _full_flush() to flush_step_generation() and use globally 2019-11-21 13:17:45 -05:00
kinematics toolhead: Rename _full_flush() to flush_step_generation() and use globally 2019-11-21 13:17:45 -05:00
clocksync.py clocksync: Fix typo in pause() call at connect time 2019-10-31 11:36:35 -04:00
configfile.py configfile: Fix the exception raised when an included file is missing (#1931) 2019-09-01 18:28:18 -04:00
console.py console: Update for PinResolver changes 2019-08-19 23:52:02 -04:00
gcode.py stepper: Add get/set_tag_position() and convert calc_position() 2019-11-13 19:00:17 -05:00
heater.py extruder: Consistently use "extruder" for the primary extruder 2019-11-07 16:28:47 -05:00
homing.py toolhead: Rename _full_flush() to flush_step_generation() and use globally 2019-11-21 13:17:45 -05:00
klippy.py mcu: Contact and identify all the mcus prior to configuring them 2019-11-06 10:35:24 -05:00
mathutil.py gcode: Change respond_info() to log by default 2019-03-04 13:04:18 -05:00
mcu.py mcu: Minor simplification to default reset detection 2019-11-12 22:15:04 -05:00
msgproto.py msgproto: unresolved symbol fixed 2019-11-15 11:36:54 -05:00
parsedump.py build: Request python2 for all directly executed python binaries 2017-06-27 20:26:02 -04:00
pins.py stepper: Move MCU_stepper from mcu.py to stepper.py 2019-11-12 17:32:18 -05:00
queuelogger.py klippy: Automatically clear rollover_info on each restart 2018-04-03 13:18:52 -04:00
reactor.py reactor: Add support for "completions" 2019-07-10 10:43:20 -04:00
serialhdl.py serialhdl: Update SendWithRetry to use reactor completions 2019-07-10 10:43:20 -04:00
stepper.py stepper: Remove set_commanded_position() call 2019-11-13 19:35:26 -05:00
toolhead.py toolhead: Rename _full_flush() to flush_step_generation() and use globally 2019-11-21 13:17:45 -05:00
util.py util: Ignore errors in clear_hupcl (allows OSX to run) 2019-05-20 16:49:42 -04:00