virtual_sdcard: Adds on_error_gcode

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2022-05-15 12:19:37 +01:00 committed by KevinOConnor
parent dbc24ce339
commit c16eab212e
2 changed files with 11 additions and 0 deletions

View file

@ -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]