aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Config_Reference.md
diff options
context:
space:
mode:
authorPedro Lamas <pedrolamas@gmail.com>2022-05-15 12:19:37 +0100
committerKevinOConnor <kevin@koconnor.net>2022-06-03 11:26:34 -0400
commitc16eab212ee706ab8c0b52e3846e61030fc68606 (patch)
tree3b61010059a37f2a0a55bdbe825da87af5b9a686 /docs/Config_Reference.md
parentdbc24ce339df0a4c3dae98f9f4e1399e12493f5a (diff)
downloadkutter-c16eab212ee706ab8c0b52e3846e61030fc68606.tar.gz
kutter-c16eab212ee706ab8c0b52e3846e61030fc68606.tar.xz
kutter-c16eab212ee706ab8c0b52e3846e61030fc68606.zip
virtual_sdcard: Adds on_error_gcode
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r--docs/Config_Reference.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md
index aecf4b9d..c5347394 100644
--- a/docs/Config_Reference.md
+++ b/docs/Config_Reference.md
@@ -1334,6 +1334,9 @@ path:
# are not supported). One may point this to OctoPrint's upload
# directory (generally ~/.octoprint/uploads/ ). This parameter must
# be provided.
+#on_error_gcode:
+# A list of G-Code commands to execute when an error is reported.
+
```
### [sdcard_loop]