Thermostatic controlled fans not working
-
My fan 6 and 7 run at 100% with this command for instance:
M106 P6 S0 H0 T50
or
M106 P6 S0 H1 T50
when those sensors report to be at room temp (25C)However, when I change to any other temperature sensors (other than 0 or 1), it works properly. I can't find any issues with my config file, can you?
config.g driveSetup.g variables.gRunning 3.5.4 on 6XD with multiple 3HCs and 1XD in SBC mode with RPi 5
Thanks
-
Can you send M98 P"config.g" and M122 in the gcode console and share the results?
-
-
Unfortunately that doesn't tell me much.
Can you try setting a range for T in your commands? T25:50 for instance.
-
This is just a guess but sensor 0 is assigned to the bed heater and sensor 1 is assigned to the chamber heater.
Correct?
Perhaps being assigned to those non-extruder heaters, thermostatic control does not work as it does for extruder heaters?
Frederick