diff options
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 |