aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/idle_timeout.py
Commit message (Expand)AuthorAgeFilesLines
* gcode: Eliminate the process_batch() methodKevin O'Connor2019-06-091-6/+4
* idle_timeout: Fix typo causing get_status() to failKevin O'Connor2019-06-071-1/+1
* idle_timeout: Use template evaluation on gcodeKevin O'Connor2019-06-071-2/+5
* idle_timeout: Add a get_status() methodKevin O'Connor2019-06-041-1/+8
* idle_timeout: Add SET_IDLE_TIMEOUT gcodeArksine2019-06-041-0/+12
* idle_timeout: Added a missing logging importSamori Gorse2019-01-291-0/+1
* klippy: Convert printer_state("ready") to an event handlerKevin O'Connor2019-01-081-7/+6
* idle_timeout: Add printing/ready/idle trackingKevin O'Connor2018-10-281-21/+65
* gcode: process_batch() should execute commands atomicallyKevin O'Connor2018-10-281-9/+9
* heater: Add new TURN_OFF_HEATERS commandKevin O'Connor2018-09-181-0/+1
* idle_timeout: Move timeout handling from toolhead.py to new extras moduleKevin O'Connor2018-07-161-0/+48