mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-01-06 06:47:43 -07:00
heaters: Make MINIMUM optional for TEMPERATURE_WAIT command (#3674)
Signed-off-by: Justin Schuh <code@justinschuh.com>
This commit is contained in:
parent
1a9218532b
commit
a5ebe5825a
2 changed files with 7 additions and 4 deletions
|
|
@ -156,9 +156,9 @@ 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> [MAXIMUM=<target>]`:
|
||||
Wait until the given temperature sensor is at or above the given
|
||||
minumum target, and (if specified) at or below the maximum target.
|
||||
- `TEMPERATURE_WAIT SENSOR=<config_name> [MINIMUM=<target>] [MAXIMUM=<target>]`:
|
||||
Wait until the given temperature sensor is at or above the supplied
|
||||
MINIMUM and/or at or below the supplied MAXIMUM.
|
||||
- `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