mirror of https://github.com/Desuuuu/klipper.git
temperature_fan: Fix issue 403 use max_speed
Signed-off-by Douglas Hammond <wizhippo@gmail.com>
This commit is contained in:
parent
7a606633fa
commit
9519e05394
|
@ -70,7 +70,7 @@ class ControlBangBang:
|
|||
if self.heating:
|
||||
self.temperature_fan.set_speed(read_time, 0.)
|
||||
else:
|
||||
self.temperature_fan.set_speed(read_time, self.temperature_fan.max_power)
|
||||
self.temperature_fan.set_speed(read_time, self.temperature_fan.max_speed)
|
||||
|
||||
######################################################################
|
||||
# Proportional Integral Derivative (PID) control algo
|
||||
|
|
Loading…
Reference in New Issue