Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gcode: Eliminate the process_batch() method | Kevin O'Connor | 2019-06-09 | 1 | -6/+4 |
* | idle_timeout: Fix typo causing get_status() to fail | Kevin O'Connor | 2019-06-07 | 1 | -1/+1 |
* | idle_timeout: Use template evaluation on gcode | Kevin O'Connor | 2019-06-07 | 1 | -2/+5 |
* | idle_timeout: Add a get_status() method | Kevin O'Connor | 2019-06-04 | 1 | -1/+8 |
* | idle_timeout: Add SET_IDLE_TIMEOUT gcode | Arksine | 2019-06-04 | 1 | -0/+12 |
* | idle_timeout: Added a missing logging import | Samori Gorse | 2019-01-29 | 1 | -0/+1 |
* | klippy: Convert printer_state("ready") to an event handler | Kevin O'Connor | 2019-01-08 | 1 | -7/+6 |
* | idle_timeout: Add printing/ready/idle tracking | Kevin O'Connor | 2018-10-28 | 1 | -21/+65 |
* | gcode: process_batch() should execute commands atomically | Kevin O'Connor | 2018-10-28 | 1 | -9/+9 |
* | heater: Add new TURN_OFF_HEATERS command | Kevin O'Connor | 2018-09-18 | 1 | -0/+1 |
* | idle_timeout: Move timeout handling from toolhead.py to new extras module | Kevin O'Connor | 2018-07-16 | 1 | -0/+48 |