diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-09-26 20:52:42 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-09-26 20:55:56 -0400 |
commit | 55e20f2c198ae45485d714b4588fcf6768bc6165 (patch) | |
tree | 48855a33f0b96d7821a297035c432af5df047c26 /docs/G-Codes.md | |
parent | 27cefb2b388b668a3747451ab28b9b2a544bb242 (diff) | |
download | kutter-55e20f2c198ae45485d714b4588fcf6768bc6165.tar.gz kutter-55e20f2c198ae45485d714b4588fcf6768bc6165.tar.xz kutter-55e20f2c198ae45485d714b4588fcf6768bc6165.zip |
mcu: Add support for changing cycle_time in set_pwm()
Signed-off-by: Guy Shapira <gayuha@gmail.com>
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/G-Codes.md')
-rw-r--r-- | docs/G-Codes.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/G-Codes.md b/docs/G-Codes.md index 68e65911..8e588a70 100644 --- a/docs/G-Codes.md +++ b/docs/G-Codes.md @@ -242,7 +242,10 @@ is enabled: The following command is available when an "output_pin" config section is enabled: -- `SET_PIN PIN=config_name VALUE=<value>` +- `SET_PIN PIN=config_name VALUE=<value> CYCLE_TIME=<cycle_time>` + +Note: Hardware PWM does not currently support the CYCLE_TIME parameter and will +use the cycle time defined in the config. ## Manually Controlled Fans Commands |