aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLane Roberts <nolatari@vandarin.net>2021-02-02 13:30:04 -0600
committerGitHub <noreply@github.com>2021-02-02 14:30:04 -0500
commit19397a0a2b5997d74b8aada1596310a3f383c626 (patch)
tree6d25a6b51414e83965166d6a9faa8dd01cb54380 /docs
parentb45b0162bfe0faa190bb6e7f3db4748c46c51dfc (diff)
downloadkutter-19397a0a2b5997d74b8aada1596310a3f383c626.tar.gz
kutter-19397a0a2b5997d74b8aada1596310a3f383c626.tar.xz
kutter-19397a0a2b5997d74b8aada1596310a3f383c626.zip
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/G-Codes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md
index c656c416..0b0ad713 100644
--- a/docs/G-Codes.md
+++ b/docs/G-Codes.md
@@ -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