<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
        <description> Hi, reprapers, 
I Have 2 fans one for cooling down the hotend, and one to cool down the print whent printing overhang.
I configured marlin to set my ramps 1.4 as motherboard 35 which should allowed to control 2 fans.
One is plugged in d10, the other is plugged in d9, but when using M106 S255 command only the one plugged in d09 starts...
I guess there is a specific command for the one in d10 but with one???
Thanks for the help guys,
Victor</description>
        <link>https://reprap.org/forum/read.php?1,465552,465552#msg-465552</link>
        <lastBuildDate>Mon, 10 Aug 2026 09:43:55 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,569140#msg-569140</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,569140#msg-569140</link>
            <description><![CDATA[ Hi, thanks Salsabettis I found this extremely helpful.]]></description>
            <dc:creator>alexgibson3d</dc:creator>
            <category>General</category>
            <pubDate>Sun, 11 Oct 2015 09:03:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,469649#msg-469649</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,469649#msg-469649</link>
            <description><![CDATA[ That's even more perfect! thank you so much salsabettis!]]></description>
            <dc:creator>victorjung</dc:creator>
            <category>General</category>
            <pubDate>Thu, 12 Feb 2015 03:49:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,466455#msg-466455</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,466455#msg-466455</link>
            <description><![CDATA[ This feature is built into Marlin already.  You just need to set the extruder fan pin number, threshold temperature and PWM value (0-255).  This way you don't have any GCODE modifications to turn on this fan.  Uklan is correct, you don't want to shut off the fan immediately after a print stops.  This feature allows your hot end to properly cool before turning off the fan to avoid heat creep.<br />
<br />
See Configuration_adv.h.  The example below will turn on the fan attached to Pin 9 (100%) when the hot end temperature is above 50C.  <br />
<br />
<pre class="bbcode">
// Extruder cooling fans
// Configure fan pin outputs to automatically turn on/off when the associated
// extruder temperature is above/below EXTRUDER_AUTO_FAN_TEMPERATURE.
// Multiple extruders can be assigned to the same pin in which case
// the fan will turn on when any selected extruder is above the threshold.
#define EXTRUDER_0_AUTO_FAN_PIN 9
#define EXTRUDER_1_AUTO_FAN_PIN -1
#define EXTRUDER_2_AUTO_FAN_PIN -1
#define EXTRUDER_3_AUTO_FAN_PIN -1
#define EXTRUDER_AUTO_FAN_TEMPERATURE 50
#define EXTRUDER_AUTO_FAN_SPEED   255  // == full speed
</pre>]]></description>
            <dc:creator>salsabettis</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Feb 2015 13:11:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,466246#msg-466246</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,466246#msg-466246</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>victorjung</strong><br />
Yeah, but i would like to shutdown the hot end fan at the end of the print...even if the 12 is still on.I tried M42 which seems a nice option for me, but it doesnt do anything, the pin 10 i am trying to control stay at zero withs M42 P10 S255<br />
Any ideas why?<br />
thanks for your help anyway ;)</div></blockquote>
<br />
Don't do that. The hot end will still be hot and you don't want the heat to travel up the hot end. There's a slight risk the extra heat could damage a printed part further up, but the biggest risk is the heat will breach the heat break. If you're using PLA that will cause blockages.]]></description>
            <dc:creator>UkIan</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Feb 2015 08:04:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,466078#msg-466078</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,466078#msg-466078</link>
            <description><![CDATA[ mother board 35 is extruder plus 2 fans, but the extruder is on pin 8, and 9 &amp; 10 are for fans.]]></description>
            <dc:creator>victorjung</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Feb 2015 03:14:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,466011#msg-466011</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,466011#msg-466011</link>
            <description><![CDATA[ I don't have Marlin available to check right now, but isn't motherboard 35 an extruder and 2 fans, so I assume it expects pin 10 to be the Extruder the same as motherboard 33, with fans on 8 &amp; 9.]]></description>
            <dc:creator>plankton</dc:creator>
            <category>General</category>
            <pubDate>Wed, 04 Feb 2015 20:03:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,465626#msg-465626</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,465626#msg-465626</link>
            <description><![CDATA[ Yeah, but i would like to shutdown the hot end fan at the end of the print...even if the 12 is still on.I tried M42 which seems a nice option for me, but it doesnt do anything, the pin 10 i am trying to control stay at zero withs M42 P10 S255<br />
Any ideas why?<br />
thanks for your help anyway ;)]]></description>
            <dc:creator>victorjung</dc:creator>
            <category>General</category>
            <pubDate>Wed, 04 Feb 2015 08:39:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,465584#msg-465584</guid>
            <title>Re: Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,465584#msg-465584</link>
            <description><![CDATA[ A hotend fan could just be connected to 12v (as you want it on all the time you're printing), but if you want to control it try <a href="http://reprap.org/wiki/G-code#M42:_Stop_on_material_exhausted_.2F_Switch_I.2FO_pin" target="_blank"  rel="nofollow">M42</a>]]></description>
            <dc:creator>plankton</dc:creator>
            <category>General</category>
            <pubDate>Wed, 04 Feb 2015 07:19:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,465552,465552#msg-465552</guid>
            <title>Controlling 2 fans with ramps 1.4 marlin ans motherboard 35</title>
            <link>https://reprap.org/forum/read.php?1,465552,465552#msg-465552</link>
            <description><![CDATA[ Hi, reprapers, <br />
I Have 2 fans one for cooling down the hotend, and one to cool down the print whent printing overhang.<br />
I configured marlin to set my ramps 1.4 as motherboard 35 which should allowed to control 2 fans.<br />
One is plugged in d10, the other is plugged in d9, but when using M106 S255 command only the one plugged in d09 starts...<br />
I guess there is a specific command for the one in d10 but with one???<br />
Thanks for the help guys,<br />
Victor]]></description>
            <dc:creator>victorjung</dc:creator>
            <category>General</category>
            <pubDate>Wed, 04 Feb 2015 06:13:52 -0500</pubDate>
        </item>
    </channel>
</rss>
