Hello everyone,
I have migrated my Anycubic i3 Mega to the duet wifi board over the weekend and I must say I'm very impressed with the quality of the hardware and the firmware. It's worlds better than the original board.
I have noticed that e3d heat sink cooling fan turns off while the nozzle heats up. Once the nozzle reaches the desired temperature, the fan starts spinning again but it has a "hum" to it. The fan is connected to the pwm fan1 output.
I have tried plugging it to an always on fan socket but it does the same thing, except the humming.
The fan is 40mm 12V pwm computer fan (3 wires) but I only use 2 wires.
I would like to have the fan on whenever the hot end exceeds 45C but have no clue how to do it and could not find the answer here. I am using firmware v2.02 RC2 and here is the fan config section
; Fans
M106 P0 S0 I0 F50 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F50 B1 L1 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on
; Tools
M563 P0 D0 H1 ; Define tool 0
G10 P0 X0 Y0 Z0 U0 ; Set tool 0 axis offsets
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C
Any help is greatly appreciated.
Cheers!