Tool Fan selector in Duet Web Control
-
I have the following set in config.g using firmware 3.01-RC1 and DWC 2.0.7
M950 F0 C"Fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 H-1 C"Cooling" ; set Tool fan. Thermostatic control is off
M950 F1 C"Fan1" Q500 ; create Extruder on pin fan1 and set its frequency
M106 P1 H1 T45 C"Extruder" ; set Extruder Fan. Thermostatic control is turned on
M950 F2 C"Fan2" Q500 ; create System fan on pin fan2 and set its frequency
M106 P2 H10:11 T35:55 L40 C"System" ; set System fan. Thermostatic electronics coolingThe Dashboard show "TOOL FAN" and " COOLING" buttons
both of these entries run the part cooling fan, I only need one entry but I cant find where the "TOOL FAN" is defined so I can change or remove it.
I only really need to have my cooling fan just show as COOLINGany ideas?
-
The tool fan number is the one defined in the F parameter of the M563 command for the current tool. The default is fan 0. The point of the tool fan slider is that in an IDEX machine or tool changer, you don't need to worry about which fan the current tool is using.
You may prefer to omit the name "Cooling" from your M106 P0 command so that the fan doesn't show up twice.
-
Tried that I now have 2 buttons "TOOL FAN" and " FAN 0"
-
@appjaws said in Tool Fan selector in Duet Web Control:
Tried that I now have 2 buttons "TOOL FAN" and " FAN 0"
In Duet Web Control 2.0.7 there is a "Change visibility" link that you can click on to select which fans you want to be visible.
-
I am using Duet Web Control 2.0.7 but can't find the "Change visibility" link
Where is it? -
-
Thanks for your reply @dc42,
This is the Dashboard screen, as you can see it lists the "TOOL FAN" and " FAN0" buttons.
They both do the same thing but I can't remove either of them and still have a working fan
This is the Status screen with the "TOOL FAN" not selected and the "FAN0" selected
-
One for @chrishamm I think.
-
@dc42 Hi...
I have the same issue... "TOOL FAN" controls just X1 Part Cooling. Useless...
Is there already a solution?
; Fans M950 F0 C"fan0" Q20000 ; Define Fan0 for T0 Part Cooling M106 P0 S0 H-1 C"X1 Part Cooling" ; Set Fan0 to default off, manual control M950 F1 C"fan1" ; Define Fan1 for T0 Hotend cooling M106 P1 S1 H1 T45 C"Hotend1" ; Set Fan1 to Thermostatic control, max RPM at 45C M950 F2 C"duex.fan3" Q20000 ; Define Fan0 for T0 Part Cooling M106 P2 S0 H-1 C"X2 Part Cooling" ; Set Fan0 to default off, manual control M950 F3 C"duex.fan4" ; Define Fan1 for T0 Hotend cooling M106 P3 S1 H1 T45 C"Hotend2" ; Set Fan1 to Thermostatic control, max RPM at 45C
Board: Duet 2 WiFi (2WiFi)
Firmware: RepRapFirmware for Duet 2 WiFi/Ethernet 3.2-beta2 (2020-10-05b2)
Duet WiFi Server Version: 1.24beta2-05b1
Duet Web Control 3.2.0-beta2Thanks in advance....
-
@toddel Can you post your tool definition section of the config as well?
Also, 3.2 final is now available. https://github.com/Duet3D/RepRapFirmware/releases/tag/3.2
-
I can confirm this. It becomes visible (TOOL FAN) at the Dashboard when you switch the heater to active.
RepRapFirmware for Duet 3 MB6HC 3.2
Duet Web Control 3.2.0; Tools M563 P0 S"Extruder" D0 H1 F0:1 ; 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
; Fans M950 F0 C"out9" Q200 ; create fan 0 (print cooling fan) on pin out9 and set its frequency M106 P0 C"Part Cooling" S0 H-1 ; set fan 0 custom name and value. Thermostatic control (H-1) is turned off M950 F1 C"out7" Q500 ; create fan 1 (hot end fan) on pin out7 and set its frequency M106 P1 S1.0 H1 T45 ; set fan 1 name and value. Thermostatic control (H1) is turned on
-
@Nellor What exactly are you confirming?
The Tool Fan slider will control the fan of the currently selected tool. You only have one tool defined, so Tool fan will control the fan called "Part Cooling".
M563 P0 S"Extruder" D0 H1 F0:1 ; define tool 0
That should be F0 and not F0:1 since your fan1 is thermostatically controlled.
-
M563 P0 S"Extruder" D0 H1 F0:1 ; define tool 0
Ok, thanks for the hint this is indeed wrong.
What I don't understand is why I have two sliders at the dashboard then?
So typically TOOL FAN and F0 or the custom name for F0.
I want only one to be visible in that case then TOOL FAN as there is only one tool.And this was also the question from the thread opener:
They both do the same thing but I can't remove either of them and still have a working fan
-
@Nellor On the status page there is a button to "Change Visibility" of the fans there. See if hiding the tool fan there also hides it on the dashboard. If it doesn't that could be a feature request.
-
@Phaedrux
Doesn't work, already tried... it hides only at the status page... -
@Phaedrux said in Tool Fan selector in Duet Web Control:
If it doesn't that could be a feature request.
This is the thing what I wanted to confirm from the both guys before me
-
@Nellor I've brought that forward as a request. Until then, best just ignore it? Just try to keep in mind that it makes a lot more sense when multiple tools (or even LEDs on a fan header) are involved.
-
@Phaedrux
Thank you!
Of course I understand the intention in that case and it makes sense.... -
I'll try here. There is still no solution for the double controller with the same function?
-
@DK4YA said in Tool Fan selector in Duet Web Control:
I'll try here. There is still no solution for the double controller with the same function?
The solution is to hide the slider if you don't want to see it duplicated.