diff options
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 96f28173..35523839 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -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" |