Hello,
I have a Duet Maestro and configure my Fans on Pin0, Pin1 and Pin2.
I have 2 colling fans(0 and 2) and one hotend fan(1). When I start to print, just the PIN 2 and PIN 1 start.
I looked a lot and try some configs but none seems to work.
The Tool move both fans at same time but just start one.
Follow the config.
; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on
M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
M106 P2 S0 H-1 ; set fan 0 name and value. Thermostatic control is turned off
; Tools
M563 P0 S"Hotend" D0 H1 F0:2 ; 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