diff options
author | Pedro Lamas <pedrolamas@gmail.com> | 2022-05-15 12:19:37 +0100 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-06-03 11:26:34 -0400 |
commit | c16eab212ee706ab8c0b52e3846e61030fc68606 (patch) | |
tree | 3b61010059a37f2a0a55bdbe825da87af5b9a686 /docs | |
parent | dbc24ce339df0a4c3dae98f9f4e1399e12493f5a (diff) | |
download | kutter-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')
-rw-r--r-- | docs/Config_Reference.md | 3 |
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] |