klipper/klippy
Kevin O'Connor 739e6e7396 extruder_stepper: Don't directly access extruder member variables
Rework extruder.get_trapq() into extruder.sync_stepper() so that
extruder_stepper.py does not need to directly access the extruder
internals.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2020-06-06 14:41:15 -04:00
..
chelper itersolve: Use more explicit list traversal in itersolve_generate_steps() 2020-05-04 14:00:53 -04:00
extras extruder_stepper: Don't directly access extruder member variables 2020-06-06 14:41:15 -04:00
kinematics extruder_stepper: Don't directly access extruder member variables 2020-06-06 14:41:15 -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
klippy.py klippy: Rename try_load_module() to load_object() 2020-05-08 11:05:14 -04:00
mathutil.py
mcu.py
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py
serialhdl.py
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