aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/display_status.py
Commit message (Collapse)AuthorAgeFilesLines
* display_status: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-5/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* display_status: Separate out M73 and M117 handling to new moduleKevin O'Connor2020-03-081-0/+52
Move M73 and M117 handling from display.py to a new display_status.py module. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>