Fan channel help
-
Hello. I need help. I burned part cooling channel. how to assign another channel.
-
You can connect the part cooling fan to the Fan2 output instead. Then add parameter F2 to your M563 command(s) in config.g. The effect of that will be that whenever a tool is selected, any M106 command with no P parameter will be routed to Fan 2.
-
Like this
; Fans
M106 P2 S0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S200 I0 F100 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P0 S0 I0 F500 H-1 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F2 ; 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 -
yes it works. thanks