klipper/klippy
Arksine 7605752dc2 pause_resume: initial implementation of pause/resume functionality for Klipper
This module adds PAUSE and RESUME gcodes that can programatically determine if the gcode is printing from virtual sd or over the serial connection.  It also captures the current toolhead position and gcode feedrate on pause, and recovers that position and feedrate on resume.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
2019-01-28 11:23:52 -05:00
..
chelper winch: Add experimental support for cable winch kinematics 2018-12-24 11:38:59 -05:00
extras pause_resume: initial implementation of pause/resume functionality for Klipper 2019-01-28 11:23:52 -05:00
kinematics heater: take a gcode_id when setting up a heater (#1028) 2019-01-02 17:44:02 -05:00
clocksync.py
configfile.py
console.py
gcode.py gcode: add 'speed' parameter to dictionary returned by get_status() 2019-01-28 11:23:52 -05:00
heater.py heater: take a gcode_id when setting up a heater (#1028) 2019-01-02 17:44:02 -05:00
homing.py bltouch: Verify probe always deploys during a homing operation 2019-01-21 09:52:11 -05:00
klippy.py klippy: Report the first error generated 2019-01-11 12:41:55 -05:00
mathutil.py
mcu.py bltouch: Attempt to verify that the probe raises after each probe attempt 2019-01-21 09:52:11 -05:00
msgproto.py
parsedump.py
pins.py atsam: Add support for the SAM3X8C micro-controller 2019-01-22 09:07:12 -05:00
queuelogger.py
reactor.py reactor: support for delayed callbacks 2019-01-07 21:38:36 -05:00
serialhdl.py
stepper.py
toolhead.py klippy: Convert printer_state("shutdown") to an event handler 2019-01-08 10:59:43 -05:00
util.py util: Don't crash when calling get_cpu_info on OS X (#1102) 2019-01-11 13:00:44 -05:00