Nézegettem kicsit, hogyan is van ez: https://www.klipper3d.org/Config_Reference.html#fan
A shutdown speed csak 0.0 vagy 1.0 lehet, ha soft PWM. Ez persze itt még nem mond semmit.
#shutdown_speed: 0
# The desired fan speed (expressed as a value from 0.0 to 1.0) if
# the micro-controller software enters an error state. The default
# is 0.
De van egy hardware pwm paraméter is, aminek a default értéke False, tehát szoftveres pwm-el megyünk, jelentsen ez bármit. Mindenesetre a hibaüzenetben a soft, ezt akarja mondani.
#hardware_pwm: False
# Enable this to use hardware PWM instead of software PWM. Most fans
# do not work well with hardware PWM, so it is not recommended to
# enable this unless there is an electrical requirement to switch at
# very high speeds. When 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.
Tehát az történik, hogy ha a max powert 0.8-ra állítjuk, akkor a shutdown 1.0 is megszorzódik 0,8-al, és ez a szoftveres pwm-el nem fér össze. Gondolom, ha a Klipper ledobta a láncot, akkor nem tudja szabályozni a ventilátort, ezért vagy teljesen felkapcsolva, vagy lekapcsolva marad, ha rábízzuk ezt a dolgot.