diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-12-03 21:17:05 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-12-07 09:57:13 -0500 |
commit | e83801daab18e3a61e4cfd480cd545a89c71b056 (patch) | |
tree | 5e12faa5c92c4118ba05f2e9c2ff7fafe47bff0b /docs/G-Codes.md | |
parent | d339839a91ab9845072e53335821c8195cae81cf (diff) | |
download | kutter-e83801daab18e3a61e4cfd480cd545a89c71b056.tar.gz kutter-e83801daab18e3a61e4cfd480cd545a89c71b056.tar.xz kutter-e83801daab18e3a61e4cfd480cd545a89c71b056.zip |
heaters: Add a TEMPERATURE_WAIT command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-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 1a944f0c..dc9b5060 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -156,6 +156,8 @@ The following standard commands are supported: /tmp/heattest.txt will be created with a log of all temperature samples taken during the test. - `TURN_OFF_HEATERS`: Turn off all heaters. +- `TEMPERATURE_WAIT SENSOR=<config_name> MINIMUM=<target>`: Wait until + the given temperature sensor is at or above the given target value. - `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 |