diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2024-03-21 23:22:10 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2024-04-15 14:10:36 -0400 |
commit | 2425a74638baa87efef3ca02253804d126101c8a (patch) | |
tree | 2324cb3f83a8a1d6264ecf657018eb0805b375d8 /docs/Config_Reference.md | |
parent | 36f9b26ef9ca7ff7d3c4887b7b1c3534252f5ea4 (diff) | |
download | kutter-2425a74638baa87efef3ca02253804d126101c8a.tar.gz kutter-2425a74638baa87efef3ca02253804d126101c8a.tar.xz kutter-2425a74638baa87efef3ca02253804d126101c8a.zip |
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>
Diffstat (limited to 'docs/Config_Reference.md')
-rw-r--r-- | docs/Config_Reference.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index 4999aba5..403dfdfc 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -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] |