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
*
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