mirror of https://github.com/Desuuuu/klipper.git
config: Warn that cycle_time may not match when using hardware_pwm
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
b260eb9168
commit
834b9e3d92
|
@ -656,8 +656,10 @@
|
||||||
# this be 10 milliseconds or greater when using software based
|
# this be 10 milliseconds or greater when using software based
|
||||||
# PWM. The default is 0.100 seconds for pwm pins.
|
# PWM. The default is 0.100 seconds for pwm pins.
|
||||||
#hardware_pwm: False
|
#hardware_pwm: False
|
||||||
# Enable this to use hardware PWM instead of software PWM. The
|
# Enable this to use hardware PWM instead of software PWM. When
|
||||||
# default is False.
|
# using hardware PWM the actual cycle time is constrained by the
|
||||||
|
# implementation and may be significantly different than the
|
||||||
|
# requested cycle_time. The default is False.
|
||||||
#scale:
|
#scale:
|
||||||
# This parameter can be used to alter how the 'value' and
|
# This parameter can be used to alter how the 'value' and
|
||||||
# 'shutdown_value' parameters are interpreted for pwm pins. If
|
# 'shutdown_value' parameters are interpreted for pwm pins. If
|
||||||
|
|
|
@ -242,8 +242,10 @@ pin: ar9
|
||||||
# fan. It is recommended this be 10 milliseconds or greater when
|
# fan. It is recommended this be 10 milliseconds or greater when
|
||||||
# using software based PWM. The default is 0.010 seconds.
|
# using software based PWM. The default is 0.010 seconds.
|
||||||
#hardware_pwm: False
|
#hardware_pwm: False
|
||||||
# Enable this to use hardware PWM instead of software PWM. The
|
# Enable this to use hardware PWM instead of software PWM. When
|
||||||
# default is False.
|
# using hardware PWM the actual cycle time is constrained by the
|
||||||
|
# implementation and may be significantly different than the
|
||||||
|
# requested cycle_time. The default is False.
|
||||||
#kick_start_time: 0.100
|
#kick_start_time: 0.100
|
||||||
# Time (in seconds) to run the fan at full speed when first enabling
|
# Time (in seconds) to run the fan at full speed when first enabling
|
||||||
# it (helps get the fan spinning). The default is 0.100 seconds.
|
# it (helps get the fan spinning). The default is 0.100 seconds.
|
||||||
|
|
Loading…
Reference in New Issue