aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pause_resume.py
Commit message (Collapse)AuthorAgeFilesLines
* pause_resume: initial implementation of pause/resume functionality for KlipperArksine2019-01-281-0/+56
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>