@agz90 said in Fly-RRF-36 RP2040 not work second fan:
@gloomyandy
Thanks
Not sure if it will help but here's a RRF-36 Config for one of my tools,
;---------------------Tool 0 aka "AMY" With CAN Address 20.0 ------------------------------------------
;Heater Thermistor
M308 S1 P"20.TEMP0" Y"thermistor" T100000 B4725 C7.06e-8 A"Amy" ;"T1" Semtec Thermistor defined
;M308 S6 P"20.temp1" Y"thermistor" A"Amy Fly RRF" T100000 B4092 ; Onboard temperature sensor
; Cooling Fans
M950 F0 C"20.out1" ; Fan 0, part cooler fan on Tool 0
M106 P0 C"Amy" ; Set Fan Name
M950 F1 C"20.out2" ; Fan 1, hotend fan on Tool 0
M950 H1 C"20.out0" T1 ; Heater 1 "H1" uses the Out0 pin and Temp0
M570 H1 P15 T20 R5 ; An anomaly on "H1" must persist for 15 seconds, and must be greater or less than 20C from the setpoint, to raise a heater fault.
M143 H1 S280 ; Maximum H1 (Extruder 1) heater temperature
M106 P1 S1.0 T45 H1 ; Tool 0 Hotend Fan to start cooling at 45C Monitoring Heater 1 (H1)
M563 P0 S"Amy" D0 H1 F0 ; Define tool 0 "AMY" using H1 heater, F0 cooling
;G10 P0 X0.188 Y32.637 Z-0.345 ; Set tool 0 offset from the bed FOR INITIAL SETUP ONLY SEE VALUES IN CONFIG OVERRIDE
G10 P0 S0 R0 ; Set tool 1 operating (S) and standby temperatures (R) (-273 = "off")
M572 D0 S0.04 ; Set pressure advance on Extruder Drive 1
;Turn on tool Lights
M950 E0 C"20.rgbled" T2 U2 ; Strip number, Pin ID, type, Max # of LED'S
;M150 E0 U0 R0 B0 W255 S1 F1 P255 ; for RGBW LED Only
;M150 E0 U0 R0 B0 W255 S1 F0 P255 ; for RGBW LED Only
M955 P20.0 I52 ; Enable accelerometer on Amy
;---------------------End of Tool 0 aka "AMY" -----------------------------------------------------------