mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
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:
|
if self.heating:
|
||||||
self.temperature_fan.set_speed(read_time, 0.)
|
self.temperature_fan.set_speed(read_time, 0.)
|
||||||
else:
|
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
|
# Proportional Integral Derivative (PID) control algo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user