aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArksine <arksine.code@gmail.com>2020-07-31 18:10:31 -0400
committerKevinOConnor <kevin@koconnor.net>2020-08-05 13:46:24 -0400
commit74c0e3a4849b9d4444bfe378fbf7be62d2d3ee43 (patch)
tree329c672c3144a341c26b8edfc89224329d4b106b
parent6b1ad715aa05c8444f6a4945fba1fee0b191253e (diff)
downloadkutter-74c0e3a4849b9d4444bfe378fbf7be62d2d3ee43.tar.gz
kutter-74c0e3a4849b9d4444bfe378fbf7be62d2d3ee43.tar.xz
kutter-74c0e3a4849b9d4444bfe378fbf7be62d2d3ee43.zip
docs: document changes to the virtual_sdcard module
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
-rw-r--r--docs/Config_Changes.md6
-rw-r--r--docs/G-Codes.md5
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/Config_Changes.md b/docs/Config_Changes.md
index 6f7e5217..ea4bf198 100644
--- a/docs/Config_Changes.md
+++ b/docs/Config_Changes.md
@@ -6,6 +6,12 @@ All dates in this document are approximate.
# Changes
+20200731: The behavior of the `progress` attribute reported by
+the `virtual_sdcard` printer object has changed. Progress is no
+longer reset to 0 when a print is paused. It will now always report
+progress based on the internal file position, or 0 if no file is
+currently loaded.
+
20200725: The servo `enable` config parameter and the SET_SERVO
`ENABLE` parameter have been removed. Update any macros to use
`SET_SERVO SERVO=my_servo WIDTH=0` to disable a servo.
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"