..
chelper
rotary_delta: Initial support for rotary delta kinematics
2020-01-06 11:52:42 -05:00
extras
bed_mesh: add xy offsets to generated points
2020-01-09 14:14:13 -05:00
kinematics
rotary_delta: Initial support for rotary delta kinematics
2020-01-06 11:52:42 -05:00
clocksync.py
clocksync: Fix typo in pause() call at connect time
2019-10-31 11:36:35 -04:00
configfile.py
delta_calibrate: Move stable position conversion to its own class
2020-01-06 11:41:09 -05:00
console.py
…
gcode.py
gcode: Fix detection of some "extended" g-code commands
2020-01-07 19:17:20 -05:00
heater.py
heater: Do not flush look-ahead queue on a heater temperature update
2020-01-03 18:13:57 -05:00
homing.py
homing: Don't assume homing occurs with a constant step rate
2020-01-06 11:49:41 -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
mathutil: Disable queuelogger in background_coordinate_descent()
2019-12-17 09:51:45 -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
…
pins.py
stepper: Move MCU_stepper from mcu.py to stepper.py
2019-11-12 17:32:18 -05:00
queuelogger.py
mathutil: Disable queuelogger in background_coordinate_descent()
2019-12-17 09:51:45 -05:00
reactor.py
…
serialhdl.py
…
stepper.py
itersolve: Export itersolve_calc_position_from_coord()
2020-01-06 11:49:41 -05:00
toolhead.py
toolhead: Add register_lookahead_callback() method
2020-01-03 18:13:57 -05:00
util.py
…