docs: document changes to the virtual_sdcard module

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Arksine 2020-07-31 18:10:31 -04:00 committed by KevinOConnor
parent 6b1ad715aa
commit 74c0e3a484
2 changed files with 11 additions and 0 deletions

View file

@ -60,6 +60,11 @@ Klipper also supports the following standard G-Code commands if the
- Set SD position: `M26 S<offset>`
- Report SD print status: `M27`
In addition, the following extended commands are availble when the
"virtual_sdcard" config section is enabled.
- Load a file and start SD print: `SDCARD_PRINT_FILE FILENAME=<filename>`
- Unload file and clear SD state: `SDCARD_RESET_FILE`
## G-Code arcs
The following standard G-Code commands are available if a "gcode_arcs"