mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-14 18:28:00 -06:00
heaters: Add a TEMPERATURE_WAIT command
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d339839a91
commit
e83801daab
2 changed files with 25 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue