<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>2 Fans to be independent</title>
        <description> I have a fan on my E3D hot end and want to add a print cooling fan, which fan should plug in where to the ramps if i want them independent and the e3d one to be always on but the print cooling one to be variable through the gcode?</description>
        <link>https://reprap.org/forum/read.php?1,637227,637227#msg-637227</link>
        <lastBuildDate>Wed, 10 Jun 2026 11:14:38 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,710072#msg-710072</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,710072#msg-710072</link>
            <description><![CDATA[ First the equipment and firmware I'm using.<br />
<br />
RAMPS 1.4, Arduino Mega 2650 and Marlin 1.1.0-RC7.<br />
Purchased RRD Fan Extender board.<br />
<br />
With 2 fans connected it works with the following sample program.<br />
void setup() {<br />
<br />
 pinMode(11, OUTPUT);<br />
 pinMode(6, OUTPUT);<br />
<br />
} void loop() {<br />
<br />
 digitalWrite(11, HIGH);  <br />
 digitalWrite(6, LOW); <br />
 delay(5000);               <br />
 digitalWrite(11, LOW);<br />
 digitalWrite(6, HIGH);   <br />
 delay(5000);               <br />
}<br />
<br />
So I know that the fans are connected properly.<br />
<br />
What I would like to do: I want to use these as material cooling fans.  <br />
Since I am using dual extruders I would like to be able to have these fans turn on and off under software (Repeiter) control.  So that if I want to turn the fans on after 2/3 layers have printed I can set Repeiter appropriately and let it print.<br />
<br />
I don't know what pins are used by Repeiter to do this.  As you can see the RRD board uses pins 6 and 11.   <br />
<br />
I would think this is possible but I do not know how to go about it.<br />
I know about the M42 command but I have no idea where the commands should be inserted.  Or is it possible just to reassign the pins used by Repeiter?<br />
<br />
thanks<br />
<br />
Don<br />
<br />
Update:<br />
From looking at the M106 command, it looks like Marlin only supports Fan 0, so I'm guessing that Repeiter does the same.  Unless someone knows another way.<br />
<br />
thanks<br />
<br />
Don]]></description>
            <dc:creator>kd6hq</dc:creator>
            <category>General</category>
            <pubDate>Tue, 27 Sep 2016 02:43:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,639101#msg-639101</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,639101#msg-639101</link>
            <description><![CDATA[ Thanks for your replies and the welcome!<br />
<br />
I've gone with the, connect to power supply option as this seemed like the more simple way for my lack of knowledge and experience! <br />
<br />
Thank you again :)]]></description>
            <dc:creator>Peteorama</dc:creator>
            <category>General</category>
            <pubDate>Sun, 13 Mar 2016 12:06:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,638995#msg-638995</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,638995#msg-638995</link>
            <description><![CDATA[ There is a 12v aux power connector on the ramps it's between the x stepper driver and the yellow solid state fuses. The +ve is towards the middle of the board. Failing that cut the plug off your fans, strip the ends of the wires and wire it to your power supply. Only wire the fans in series if you want them running at half power, wire them in parallel if you want them both running at full power. <br />
<br />
(Keep the plug you cut off, it's easier to solder and heatshrink it to another wire later, than to get a crimper and get good at using it.) <br />
<br />
D9 is useful for a print cooling fan and can be controlled either automatically by your slicing application or directly be using m106 sX where x is a value between 0 and 255 to set fan speed. <br />
<br />
You can buy a fan extender also which gives you two more controllable 12v fan outputs.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>General</category>
            <pubDate>Sun, 13 Mar 2016 07:54:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,638992#msg-638992</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,638992#msg-638992</link>
            <description><![CDATA[ Hi, welcome to the forum :)<br />
<br />
There isn't anywhere on the ramps you can just push those fan molex connectors, so you'll need to do some modifications. There is a pair of holes marked 12v aux on the ramps, close to the pair of poly fuses, you could solder wires directly into those holes to get 12v, or you could solder a piece of pin strip in there so that you could use the corresponding  female connector. Alternatively, you can connect the fans directly to the 12v supply. At the fan end you can either cut off the connectors and solder extension wires directly, which is the most reliable option, or you could buy some male molex connectors to match the ones on the fan and use those to make extension cables.<br />
<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Peteorama</strong><br />
Hey guys, I have a similar problem. My E3D V6 has a fan that always needs to be on with a push fit connector on the end and the kit I have also comes with a fan that needs to be directed onto the ramps board for cooling.<br />
<br />
Both have the white push fit connectors. I'm very new to all this and inexperienced. are there any places on the RAMPS 1.4 board that these can be easily connected to? <br />
<br />
The guy who supplied me the kit suggests wiring both fans to D9 in series and keep the fan option set to on, but I'd really rather keep D9 free for a cooling fan for prints in the future if possible. <br />
<br />
If there are pins i can just push fit to that will keep these fans always on could someone please attach a diagram to help me understand where they can go.<br />
<br />
Or if connecting to D9 is the better option for now, do I simply remove the connectror ends and put both cables into the respective D9 outs and screw them down?<br />
<br />
Sorry for being a needy newb ;)</div></blockquote>]]></description>
            <dc:creator>JamesK</dc:creator>
            <category>General</category>
            <pubDate>Sun, 13 Mar 2016 07:48:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,638965#msg-638965</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,638965#msg-638965</link>
            <description><![CDATA[ Hey guys, I have a similar problem. My E3D V6 has a fan that always needs to be on with a push fit connector on the end and the kit I have also comes with a fan that needs to be directed onto the ramps board for cooling.<br />
<br />
Both have the white push fit connectors. I'm very new to all this and inexperienced. are there any places on the RAMPS 1.4 board that these can be easily connected to? <br />
<br />
The guy who supplied me the kit suggests wiring both fans to D9 in series and keep the fan option set to on, but I'd really rather keep D9 free for a cooling fan for prints in the future if possible. <br />
<br />
If there are pins i can just push fit to that will keep these fans always on could someone please attach a diagram to help me understand where they can go.<br />
<br />
Or if connecting to D9 is the better option for now, do I simply remove the connectror ends and put both cables into the respective D9 outs and screw them down?<br />
<br />
Sorry for being a needy newb ;)]]></description>
            <dc:creator>Peteorama</dc:creator>
            <category>General</category>
            <pubDate>Sun, 13 Mar 2016 05:56:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,638204#msg-638204</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,638204#msg-638204</link>
            <description><![CDATA[ If your d9 is being used by an extruder or chamber heater like mine these [<a href="http://m.ebay.co.uk/itm/RAMPS-1-4-12V-DC-Cooling-Fan-Extender-Splitter-3D-Printer-RepRap-Prusa-/321354844703?nav=Search" target="_blank"  rel="nofollow">m.ebay.co.uk</a>] fan extenders work really well. Just connect to servo plugs and wire to 12v.<br />
<br />
You don't need to change pins.h in later versions of marlin as long as you set motherboard 13 EEB it reassign pins 9 to the second extruder and remaps the standard firmware fan to this module's fan 1. You can also have a second fan. These are both pwm controllable.]]></description>
            <dc:creator>DjDemonD</dc:creator>
            <category>General</category>
            <pubDate>Fri, 11 Mar 2016 09:28:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,637779#msg-637779</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,637779#msg-637779</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>gmckee</strong><br />To add a second hotend and continue to use a software fan you would need an custom setup.</div></blockquote>
<br />
Example custom setup I made to control extra fans:[<a href="http://forums.reprap.org/read.php?2,603756,603794" target="_blank"  rel="nofollow">forums.reprap.org</a>]]]></description>
            <dc:creator>JamesK</dc:creator>
            <category>General</category>
            <pubDate>Thu, 10 Mar 2016 08:14:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,637648#msg-637648</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,637648#msg-637648</link>
            <description><![CDATA[ Connect the end fan to 12v power. Anywhere with a constant 12v and ground will work. I have mine directly to psu. <br />
<br />
The fan you want software controllable is currently on d9 which has a mosfet that controls 12v power to the 12v fan while being switched by the 5v arduino. To add a second hotend and continue to use a software fan you would need an custom setup.]]></description>
            <dc:creator>gmckee</dc:creator>
            <category>General</category>
            <pubDate>Thu, 10 Mar 2016 00:14:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,637640#msg-637640</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,637640#msg-637640</link>
            <description><![CDATA[ will i have to modify the pins.h ? my fan is currently using the second hotends power, and i plan to use this for a second hot end soon<br />
<br />
also by directly to the 12v supply is that a specific spot no the board or just where the atx supply actually connects to the board?]]></description>
            <dc:creator>DaGameFace</dc:creator>
            <category>General</category>
            <pubDate>Wed, 09 Mar 2016 22:21:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,637230#msg-637230</guid>
            <title>Re: 2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,637230#msg-637230</link>
            <description><![CDATA[ The print cooling fan is connected to fan output of the RAMPS board. The E3D fan is connected directly to the 12V supply.]]></description>
            <dc:creator>frankvdh</dc:creator>
            <category>General</category>
            <pubDate>Tue, 08 Mar 2016 18:25:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,637227,637227#msg-637227</guid>
            <title>2 Fans to be independent</title>
            <link>https://reprap.org/forum/read.php?1,637227,637227#msg-637227</link>
            <description><![CDATA[ I have a fan on my E3D hot end and want to add a print cooling fan, which fan should plug in where to the ramps if i want them independent and the e3d one to be always on but the print cooling one to be variable through the gcode?]]></description>
            <dc:creator>DaGameFace</dc:creator>
            <category>General</category>
            <pubDate>Tue, 08 Mar 2016 18:21:42 -0500</pubDate>
        </item>
    </channel>
</rss>
