DWC Fan slider moves both fans....
-
Not sure how I can mess this up.. the slider moves both fan sliders, move either one and the other one follows...
; Fans M950 F0 C"out3" Q500 ; create fan 0 on pin fan0 and set its frequency ;M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off M106 P0 C"Part Fan" S0 I0 H-1 ; set fan 0 name, value, PWM signal inversion and frequency. Thermostatic control is turned off M950 F1 C"out4" Q500 ; create fan 1 on pin fan1 and set its frequency ;M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on M106 P1 C"Tool Fan" S0.65 I0 H1 T50 ; set fan 1 name, value, PWM signal inversion and frequency. Thermostatic control is turned on ; Tools M563 P0 S".5mm nozzle" D0 H1 F0 ; define tool 0
-
I think the confusion comes from you naming the heatsink fan "Tool Fan".
In DWC there is a universal slider called "Tool Fan" that is used to control the part cooling fan of whatever tool is currently selected. This is useful in multitool printers.So the "Tool Fan" slider in DWC actually controls your "Part Fan" as does the "Part Fan" slider.
Make sense?