diff options
author | Arksine <arksine.code@gmail.com> | 2019-06-29 17:13:35 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-07-01 11:09:30 -0400 |
commit | e19a41d0dd7976617447b4b80b52dfc991643914 (patch) | |
tree | c08a52a1d7d168031fdc94f3c01e04bcb7144408 /docs/G-Codes.md | |
parent | 314b9654c60637c5ccdca01a9f2633ad02c44942 (diff) | |
download | kutter-e19a41d0dd7976617447b4b80b52dfc991643914.tar.gz kutter-e19a41d0dd7976617447b4b80b52dfc991643914.tar.xz kutter-e19a41d0dd7976617447b4b80b52dfc991643914.zip |
docs: Add documentation for [delayed_gcode]
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index f7eeb225..4b4d7a8b 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -500,3 +500,12 @@ section is enabled. matching the supplied name from persistent memory. Note that after SAVE or REMOVE operations have been run the SAVE_CONFIG gcode must be run to make the changes to peristent memory permanent. + +## Delayed GCode + +The following command is enabled if a [delayed_gcode] config section has +been enabled: + - `UPDATE_DELAYED_GCODE [ID=<name>] [DURATION=<seconds>]`: Updates the + delay duration for the identified [delayed_gcode] and starts the timer + for gcode execution. A value of 0 will cancel a pending delayed gcode + from executing. |