..
cartesian.py
gcode: Rework homing to use greenlets
2016-12-09 17:09:51 -05:00
chelper.py
delta: Rework delta math to avoid using inv_movexy_r
2016-12-05 14:36:02 -05:00
console.py
serialhdl: Make SerialReader.connect() blocking
2016-11-29 21:57:49 -05:00
delta.py
gcode: Rework homing to use greenlets
2016-12-09 17:09:51 -05:00
extruder.py
extruder: Fix retract
2016-12-01 18:17:54 -05:00
fan.py
…
gcode.py
gcode: Increase initial speed
2016-12-09 17:28:09 -05:00
heater.py
klippy: Add ConfigWrapper.getchoice method
2016-11-30 21:19:44 -05:00
homing.py
gcode: Rework homing to use greenlets
2016-12-09 17:09:51 -05:00
klippy.py
klippy: stats() method must check that mcu and toolhead classes exist
2016-12-01 18:17:54 -05:00
list.h
…
mcu.py
gcode: Rework toolhead stalling to use greenlets
2016-12-09 17:09:51 -05:00
msgproto.py
…
parsedump.py
…
pins.py
…
pyhelper.c
pyhelper: Add ability to route error messages to python logging
2016-11-30 21:19:43 -05:00
pyhelper.h
pyhelper: Add ability to route error messages to python logging
2016-11-30 21:19:43 -05:00
queuelogger.py
…
reactor.py
reactor: Add support for greenlets
2016-11-29 21:54:45 -05:00
serialhdl.py
mcu: Detect if the communication channel to the firmware is lost
2016-11-30 21:20:09 -05:00
serialqueue.c
pyhelper: Add ability to route error messages to python logging
2016-11-30 21:19:43 -05:00
serialqueue.h
mcu: Be careful to free memory allocated in C code
2016-11-30 13:33:16 -05:00
stepcompress.c
stepcompress: Encourage add=0 in compress_bisect_add()
2016-12-06 19:01:00 -05:00
stepper.py
gcode: Rework homing to use greenlets
2016-12-09 17:09:51 -05:00
toolhead.py
gcode: Rework toolhead stalling to use greenlets
2016-12-09 17:09:51 -05:00
util.py
…