aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/extras/virtual_sdcard.py
Commit message (Expand)AuthorAgeFilesLines
* virtual_sdcard: read new lines as-isPedro Lamas2022-09-111-2/+2
* virtual_sdcard: Fix merge errorKevin O'Connor2022-06-031-1/+1
* virtual_sdcard: Add reset_file eventTroy Jacobson2022-06-031-5/+7
* virtual_sdcard: Adds on_error_gcodePedro Lamas2022-06-031-0/+8
* virtual_sdcard: Allow spaces in file path for M23Justin Schuh2022-03-181-7/+1
* virtual_sdcard: Convert to Python3 string encodingKevin O'Connor2021-10-011-1/+1
* virtual_sdcard: add `file_path` and `file_size` to `status`Kamil Trzcinski2021-06-221-5/+15
* print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366)Kamil TrzciƄski2021-06-141-2/+12
* loop_sdcard: Add loopable SD card file sectionsJason S. McMullan2021-05-261-3/+23
* virtual_sdcard: fix check for case sensitive filesArksine2021-05-111-1/+2
* palette2: Add support for P2 devices (#4057)Clifford Roche2021-03-261-5/+7
* virtual_sdcard: exact filename match before case insensitive oneAndre LeBlanc2021-02-261-1/+3
* gcode: Split G0/G1 command handling to new gcode_move classKevin O'Connor2020-08-201-1/+0
* webhooks: Remove register_static_path()Kevin O'Connor2020-08-161-3/+0
* virtual_sdcard: register sd static pathArksine2020-08-111-0/+3
* print_stats: Add virtual_sdcard state trackingArksine2020-08-051-1/+2
* print_stats: stat tracking for virtual sdcard prints in progressArksine2020-08-051-0/+9
* virtual_sdcard: update get_status methodArksine2020-08-051-2/+4
* virtual_sdcard: add SDCARD_PRINT_FILE gcodeArksine2020-08-051-16/+45
* virtual_sdcard: add SDCARD_RESET_FILE gcodeArksine2020-08-051-0/+16
* virtual_sdcard: Use new GCodeCommand wrappersKevin O'Connor2020-05-051-25/+25
* 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