diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-09-18 16:00:13 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-09-18 16:01:07 -0400 |
commit | 174754299a88c2fa2207b867aa2c2c653eb7a9e0 (patch) | |
tree | 2a9f180724c1c420d4ce002e47ac2583d8f1738f /docs/G-Codes.md | |
parent | 7b6a44e8f93fd6068facc0c4870d1e350eb82218 (diff) | |
download | kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.tar.gz kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.tar.xz kutter-174754299a88c2fa2207b867aa2c2c653eb7a9e0.zip |
heater: Add new TURN_OFF_HEATERS command
Add a command that will turn off all heaters in the printer. Run this
command in the default idle_timeout action.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 500d6300..7e2f2d26 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -96,6 +96,7 @@ The following standard commands are supported: cycles. If the WRITE_FILE parameter is enabled, then the file /tmp/heattest.txt will be created with a log of all temperature samples taken during the test. +- `TURN_OFF_HEATERS`: Turn off all heaters. - `SET_VELOCITY_LIMIT [VELOCITY=<value>] [ACCEL=<value>] [ACCEL_TO_DECEL=<value>] [SQUARE_CORNER_VELOCITY=<value>]`: Modify the printer's velocity limits. Note that one may only set values |