index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
extras
/
virtual_sdcard.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
virtual_sdcard: read new lines as-is
Pedro Lamas
2022-09-11
1
-2
/
+2
*
virtual_sdcard: Fix merge error
Kevin O'Connor
2022-06-03
1
-1
/
+1
*
virtual_sdcard: Add reset_file event
Troy Jacobson
2022-06-03
1
-5
/
+7
*
virtual_sdcard: Adds on_error_gcode
Pedro Lamas
2022-06-03
1
-0
/
+8
*
virtual_sdcard: Allow spaces in file path for M23
Justin Schuh
2022-03-18
1
-7
/
+1
*
virtual_sdcard: Convert to Python3 string encoding
Kevin O'Connor
2021-10-01
1
-1
/
+1
*
virtual_sdcard: add `file_path` and `file_size` to `status`
Kamil Trzcinski
2021-06-22
1
-5
/
+15
*
print_stats: add `cancelled` when `CANCEL_PRINT` used (#4366)
Kamil TrzciĆski
2021-06-14
1
-2
/
+12
*
loop_sdcard: Add loopable SD card file sections
Jason S. McMullan
2021-05-26
1
-3
/
+23
*
virtual_sdcard: fix check for case sensitive files
Arksine
2021-05-11
1
-1
/
+2
*
palette2: Add support for P2 devices (#4057)
Clifford Roche
2021-03-26
1
-5
/
+7
*
virtual_sdcard: exact filename match before case insensitive one
Andre LeBlanc
2021-02-26
1
-1
/
+3
*
gcode: Split G0/G1 command handling to new gcode_move class
Kevin O'Connor
2020-08-20
1
-1
/
+0
*
webhooks: Remove register_static_path()
Kevin O'Connor
2020-08-16
1
-3
/
+0
*
virtual_sdcard: register sd static path
Arksine
2020-08-11
1
-0
/
+3
*
print_stats: Add virtual_sdcard state tracking
Arksine
2020-08-05
1
-1
/
+2
*
print_stats: stat tracking for virtual sdcard prints in progress
Arksine
2020-08-05
1
-0
/
+9
*
virtual_sdcard: update get_status method
Arksine
2020-08-05
1
-2
/
+4
*
virtual_sdcard: add SDCARD_PRINT_FILE gcode
Arksine
2020-08-05
1
-16
/
+45
*
virtual_sdcard: add SDCARD_RESET_FILE gcode
Arksine
2020-08-05
1
-0
/
+16
*
virtual_sdcard: Use new GCodeCommand wrappers
Kevin O'Connor
2020-05-05
1
-25
/
+25
*
gcode: Rename respond() to respond_raw()
Kevin O'Connor
2020-04-24
1
-9
/
+9
*
virtual_sdcard: No need to call gcode.respond_error() on disk error
Kevin O'Connor
2020-04-24
1
-2
/
+0
*
virtual_sdcard: Don't wait for M25 in an SD gcode file
Kevin O'Connor
2019-11-24
1
-2
/
+5
*
virtual_sdcard: Only return from M25 after print confirmed paused
Kevin O'Connor
2019-10-31
1
-1
/
+2
*
gcode: Eliminate the process_batch() method
Kevin O'Connor
2019-06-09
1
-4
/
+6
*
virtual_sdcard: consistent sorting (#1387)
Trevor Jones
2019-04-14
1
-2
/
+4
*
pause_resume: Implement send_pause_command()
Arksine
2019-03-01
1
-2
/
+4
*
virtual_sdcard: Don't list files starting with a '.'
Kevin O'Connor
2019-02-08
1
-1
/
+2
*
virtual_sdcard: prepare for pause_resume implementation
Arksine
2019-01-28
1
-1
/
+3
*
klippy: Convert printer_state("shutdown") to an event handler
Kevin O'Connor
2019-01-08
1
-2
/
+3
*
gcode: process_batch() should execute commands atomically
Kevin O'Connor
2018-10-28
1
-1
/
+1
*
virtual_sdcard: Check if other events need to run after each file read
Kevin O'Connor
2018-08-02
1
-0
/
+1
*
gcode: Raise an error if a duplicate command is registered
Kevin O'Connor
2018-05-20
1
-0
/
+1
*
virtual_sdcard: Add logging on start, stop, stats, and shutdown
Kevin O'Connor
2018-04-23
1
-0
/
+18
*
gcode: Add minval/maxval/above/below options to get_X parsers
Kevin O'Connor
2018-04-20
1
-1
/
+1
*
virtual_sdcard: Fix typo in seek error handling
Kevin O'Connor
2018-03-12
1
-1
/
+1
*
display: Add initial support for LCD screens attached to an MCU
Kevin O'Connor
2018-03-06
1
-0
/
+5
*
virtual_sdcard: Remove trailing '*' checksum indicator from M23 command
Kevin O'Connor
2018-03-02
1
-0
/
+2
*
virtual_sdcard: Initial support for virtual sdcard
Kevin O'Connor
2018-02-11
1
-0
/
+155