Tool fan slider doesn't control all the fans
-
Hey, everyone. I have a Duet Wifi 2 with 2.05. I have an issue with the tool Fan slider. I have two cooling fans, but the tool fan slider only controls the left fan. So the right fan doesn't spin up with the tool fan slider being 100 (the fans are working alright)
Here is my fan config:
; Fans
M106 P0 C"Right Fan" S1 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 C"Left Fan" S1 I0 F500 H-1 ; set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
; Tools
M563 P0 S"Extruder" D0 H1 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C -
@sniper23 map both fans to the tool using P0:2 rather than just P0 in M563
-
@jay_s_uk said in Tool fan slider doesn't control all the fans:
P0:2
I tried it as M563 P0:2 S"Extruder" D0 H1 F0 but that didn't work
-
@sniper23 sorry, i got it wrong
M563 P0 S"Extruder" D0 H1 F0:2
-
Thanks for your help but also didn't work.
-
@sniper23 i should also say your version of DWC is really old.
Please update it to the version that matches your firmware (which going on the syntax is at least 3.0.0) -
@jay_s_uk My web interface version is 1.22.6.
Does the new interface fix the issue?
-
@sniper23 well i'm not sure but support 1.22.6 was dropped (I can't remember which release) so even if it doesn't, you're best off updating.
What firmware are you running?
You can check in M115 -
@jay_s_uk I'm using 2.05. 3xx versions cause issues with my device so I don't use them. I don't have much time for big problems.
-
@sniper23 fair enough. as you are then