diff options
Diffstat (limited to 'config/example.cfg')
-rw-r--r-- | config/example.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/example.cfg b/config/example.cfg index 74ec1224..a7d6fd3d 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -203,6 +203,11 @@ pid_Kd: 114 #pid_integral_max: # The maximum "windup" the integral term may accumulate. The default # is to use the same value as max_power. +#pwm_cycle_time: 0.100 +# Time in seconds for each software PWM cycle of the heater. It is +# not recommended to set this unless there is an electrical +# requirement to switch the heater faster than 10 times a second. +# The default is 0.100 seconds. #min_extrude_temp: 170 # The minimum temperature (in Celsius) at which extruder move # commands may be issued. The default is 170 Celsius. |