mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-05 13:04:05 -06:00
docs: document changes to the virtual_sdcard module
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
6b1ad715aa
commit
74c0e3a484
2 changed files with 11 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue