mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-12-31 11:50:27 -07:00
virtual_sdcard: Define a default for on_gcode_error
If on_gcode_error is not specified, default to running the TURN_OFF_HEATERS command. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
36f9b26ef9
commit
2425a74638
3 changed files with 15 additions and 2 deletions
|
|
@ -1472,7 +1472,8 @@ path:
|
|||
# be provided.
|
||||
#on_error_gcode:
|
||||
# A list of G-Code commands to execute when an error is reported.
|
||||
|
||||
# See docs/Command_Templates.md for G-Code format. The default is to
|
||||
# run TURN_OFF_HEATERS.
|
||||
```
|
||||
|
||||
### [sdcard_loop]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue