aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/pause_resume.py
Commit message (Expand)AuthorAgeFilesLines
* Run black on all first party python codeTomasz Kramkowski2025-08-061-31/+44
* pause_resume: Do not clobber default state name by accident (#5156)individ-divided2022-01-161-2/+2
* print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366)Kamil TrzciƄski2021-06-141-3/+6
* gcode: Update gcode descriptions (#4335)Stefan Dej2021-06-021-4/+13
* pause_resume: Perform setup via "klippy:connect" instead of "klippy:ready"Kevin O'Connor2021-04-011-2/+3
* palette2: Add support for P2 devices (#4057)Clifford Roche2021-03-261-6/+9
* webhooks: Remove "method" parameter from webhook requestsKevin O'Connor2020-08-161-19/+12
* pause_resume: Add CANCEL_PRINT gcodeArksine2020-06-241-0/+26
* pause_resume: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-10/+8
* gcode: Create new wrapper class for gcode command parametersKevin O'Connor2020-05-051-1/+1
* pause_resume: add CLEAR_PAUSE gcodeArksine2019-06-281-0/+3
* pause_resume: Use Octoprint's "paused" and "resumed" action commands.Arksine2019-06-021-2/+2
* pause_resume: use new save/restore gcodes to handle stateArksine2019-06-021-30/+15
* pause_resume: Implement send_pause_command()Arksine2019-03-011-7/+14
* pause_resume: fixesArksine2019-02-081-12/+28
* pause_resume: initial implementation of pause/resume functionality for KlipperArksine2019-01-281-0/+56