aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/virtual_sdcard.py
Commit message (Expand)AuthorAgeFilesLines
* gcode: Rename respond() to respond_raw()Kevin O'Connor2020-04-241-9/+9
* virtual_sdcard: No need to call gcode.respond_error() on disk errorKevin O'Connor2020-04-241-2/+0
* virtual_sdcard: Don't wait for M25 in an SD gcode fileKevin O'Connor2019-11-241-2/+5
* virtual_sdcard: Only return from M25 after print confirmed pausedKevin O'Connor2019-10-311-1/+2
* gcode: Eliminate the process_batch() methodKevin O'Connor2019-06-091-4/+6
* virtual_sdcard: consistent sorting (#1387)Trevor Jones2019-04-141-2/+4
* pause_resume: Implement send_pause_command()Arksine2019-03-011-2/+4
* virtual_sdcard: Don't list files starting with a '.'Kevin O'Connor2019-02-081-1/+2
* virtual_sdcard: prepare for pause_resume implementationArksine2019-01-281-1/+3
* klippy: Convert printer_state("shutdown") to an event handlerKevin O'Connor2019-01-081-2/+3
* gcode: process_batch() should execute commands atomicallyKevin O'Connor2018-10-281-1/+1
* virtual_sdcard: Check if other events need to run after each file readKevin O'Connor2018-08-021-0/+1
* gcode: Raise an error if a duplicate command is registeredKevin O'Connor2018-05-201-0/+1
* virtual_sdcard: Add logging on start, stop, stats, and shutdownKevin O'Connor2018-04-231-0/+18
* gcode: Add minval/maxval/above/below options to get_X parsersKevin O'Connor2018-04-201-1/+1
* virtual_sdcard: Fix typo in seek error handlingKevin O'Connor2018-03-121-1/+1
* display: Add initial support for LCD screens attached to an MCUKevin O'Connor2018-03-061-0/+5
* virtual_sdcard: Remove trailing '*' checksum indicator from M23 commandKevin O'Connor2018-03-021-0/+2
* virtual_sdcard: Initial support for virtual sdcardKevin O'Connor2018-02-111-0/+155