diff options
author | Arksine <arksine.code@gmail.com> | 2019-05-21 20:47:33 -0400 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2019-06-04 09:46:26 -0400 |
commit | a238ec6f98e78af9d398c68b74d73f3254e0cbf3 (patch) | |
tree | e9d6deed5d9f64ae07fccba4dd8e4a9a2f0be293 /docs | |
parent | fe1c57b098f60045936c5cb946338a58050aef97 (diff) | |
download | kutter-a238ec6f98e78af9d398c68b74d73f3254e0cbf3.tar.gz kutter-a238ec6f98e78af9d398c68b74d73f3254e0cbf3.tar.xz kutter-a238ec6f98e78af9d398c68b74d73f3254e0cbf3.zip |
idle_timeout: Add SET_IDLE_TIMEOUT gcode
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/G-Codes.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 6f895e52..3c885677 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -160,6 +160,8 @@ The following standard commands are supported: for calibrating a Z position_endstop config setting. See the MANUAL_PROBE command for details on the parameters and the additional commands available while the tool is active. +- `SET_IDLE_TIMEOUT [TIMEOUT=<timeout>]`: Allows the user to set the + idle timeout (in seconds). - `RESTART`: This will cause the host software to reload its config and perform an internal reset. This command will not clear error state from the micro-controller (see FIRMWARE_RESTART) nor will it |