Fan controll mismatch
-
Besides recomendation that jay_s_uk gave you, your tool fan definition is wrong. Tool fan is part cooling (filament in your case) fan, so your M563 command should incluse F2 instead of F1. Tool fan slider will be always visible and controls active tool fan. As you have only one tool, tool fan and filament fan are same for you.
-
@aidar Thanks. I did what you suggested. now the icons are correct as in, I have the tool fan and the filament fan. However the Tool fan is now off, no matter if I slide it to 100 or not. The filament fan works. ??? not sure whats missing?
-
maybe you didnt select activ tool? try command T0 before using tool fan slider.
-
@aidar said in Fan controll mismatch:
T0
Do I use TO in the console and send?
When I boot the fan is on then switches off. The tool slider slides but the fan does not turn. -
@aidar I selected the T0 still no joy. Seems like something in the gcode. What am i missing?
; Fans
M106 P1 S255 I0 F500 L1.0 C"HotEnd Fan Allways ON "H1 T45" ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P2 S255 I0 F500 C"Filament Fan" H-1 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned off
;M106 P3 S255 I0 F500; 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 -
I have printer with only one tool, so i put T0 command in my config.g file as last commant. With it, tool will be always active at boot up, so you dont have worry about it. Also pay attention - 0 in T0 command is number (0) not o or O
-
@aidar
Yip it is T0 . I also only have the one tool I'll try T0 in the command and see. -
@PeterA said in Fan controll mismatch:
When I boot the fan is on then switches off. The tool slider slides but the fan does not turn.
Now, are you talking about hotend fan? Your hotend fan is now thermostatically controlled and should come on when hotend temperature is above 45C. Tool fan is your filament fan and is gcode controlled. So it doesnt matter if you use tool fan slider or filament fan slider, result should be same.
-
Ok so it seems that the fan started to work when I heated up the hotend. ? is that a temp thing or did it happen because I turned the heater Tool on?
-
yeah, you messed up tool fan with hotend fan, as i wrote before, tool fan is part cooling (filament as you call it) fan, not hotend fan.
-
@aidar all good, so its related to the temp setting, T45 as soon as it hits 45 its on anything less and its off. Thanks it works for me