diff options
Diffstat (limited to 'docs')
-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 |