mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
temperature_fan: Add MAX_SPEED and MIN_SPEED to SET_TEMPERATURE_FAN_TARGET command (#3873)
Allows setting min_speed and max_speed at runtime, rather than updating the config and restarting. Signed-off-by Lane Roberts <nolatari@vandarin.net>
This commit is contained in:
parent
b45b0162bf
commit
19397a0a2b
2 changed files with 36 additions and 8 deletions
|
@ -688,9 +688,9 @@ The following command is available when a
|
|||
[temperature_fan config section](Config_Reference.md#temperature_fan)
|
||||
is enabled:
|
||||
- `SET_TEMPERATURE_FAN_TARGET temperature_fan=<temperature_fan_name>
|
||||
[target=<target_temperature>]`: Sets the target temperature for a
|
||||
[target=<target_temperature>] [min_speed=<min_speed>] [max_speed=<max_speed>]`: Sets the target temperature for a
|
||||
temperature_fan. If a target is not supplied, it is set to the
|
||||
specified temperature in the config file.
|
||||
specified temperature in the config file. If speeds are not supplied, no change is applied.
|
||||
|
||||
## Adxl345 Accelerometer Commands
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue