2 Component Fans
-
@dc42 that have I make.
But doun't work.; Fans
M950 F2 C"out9" Q500 ; create fan 2 on pin out9 and set its frequency
M106 P2 C"Bauteil2" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off
M950 F1 C"out7" Q500 ; create fan 0 on pin out7 and set its frequency
M106 P1 C"Hotend" S1 H0 T45 ; set fan 0 name and value. Thermostatic control is turned on
M950 F0 C"out8" Q500 ; create fan 1 on pin out8 and set its frequency
M106 P0 C"Bauteil1" S0 H-1 ; set fan 1 name and value. Thermostatic control is turned off; Tools
M563 P0 S"Hotend" D0 H1 F F0: 1: 2 ; define tool 0There is my code i Config.g
-
@Heartleander81 said in 2 Component Fans:
M563 P0 S"Hotend" D0 H1 F F0: 1: 2 ; define tool 0
Should be: M563 P0 S"Hotend" D0 H1 F0:2
Remove the second F and do not include the thermostatic fan in the M563 command.
-
@dc42 i have change it. My finger was faster then my eyes
But fan 1 start fan 2 start not.
-
Ok i hope that is so ok now, but with M106 S255 start only Fan1. Fan2 can I only contol on DWC.
; Fans
M950 F2 C"out9" Q500 ; create fan 2 on pin out9 and set its frequency
M106 P2 C"Bauteil2" S0 H-1 ; set fan 2 name and value. Thermostatic control is turned off
M950 F1 C"out7" Q500 ; create fan 1 on pin out7 and set its frequency
M106 P1 C"Hotend" S1 H1 T45 ; set fan 1 name and value. Thermostatic control is turned on
M950 F0 C"out8" Q500 ; create fan 0 on pin out8 and set its frequency
M106 P0 C"Bauteil1" 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 -
@Heartleander81 said in 2 Component Fans:
Ok i hope that is so ok now, but with M106 S255 start only Fan1. Fan2 can I only contol on DWC.
I think this is the expected behaviour. During a print do both fans work as expected?
-
Unfortunately not. I can only control Fan2 via the slider in the DWC. With M106 S255, only fan 1 starts, not fan 1 and fan 2 together
-
In DWC there should be a tool fan slider that controls both.
-
I only have one for Fan1 and one for Fan2, none for both
-
Can you post a screenshot of your DWC fan sliders?
-
-
@Phaedrux need you more from the DWC ore is that so ok?
-
Is that a screenshot from your phone? Can you connect to the DWC via a PC web browser?
-
yes it was from my Phone. Now a screen from my Pc
-
If you click on "Allgemein" What version of Duet Web Control is shown?
If you look on the "status" page, you should see another fan control slider there that should have tool fan as well as the two part cooling fans. Tool fan should control both at the same time.
-
i change the language to english, i think is better for you
-
Thanks.
In the status page on the right side you can see the fan sliders. The "change visibility" button lets you choose to show each slider for fan0 and fan1 as well as the "tool fan" slider which is the combined fans defined in M563.
-
@Phaedrux there is no tool fan option only "Bauteil1" and "Bauteil2"
-
You don't see the tool fan option when clicking on "change visibility"
-
there is not another option
-
You don't currently have a tool selected. Send T0 and look again.
Try adding
T0
to the end of your config.g so that your first tool is selected at start up.