Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | klippy: Convert printer_state("ready") to an event handler | Kevin O'Connor | 2019-01-08 | 1 | -7/+7 |
| | | | | | | | Convert all users of the printer_state("ready") handler to register a "klippy:ready" event handler instead. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | statistics: Move stats handling to new "extras" module | Kevin O'Connor | 2018-09-02 | 1 | -0/+29 |
Move the generation of statistics to its own module. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> |