<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>extruder temperature stability</title>
        <description> I am having a problem with my extruder recovering from the fans starting up. The fans start on layer 3. There is no issue with temp on layer 1 and 2.
As soon as the fans start, the temp drops about 10° and stays there for about 60 sec. - long enough to cause a fault and stop printing. I set it back to only 50% and that seemed to work, sort of.

I then reran my PID calibrations for extruder and bed. Now even at 50% it will trip out. My fans are not pointing at the nozzle. If I turn fans off as it is retreating, it will recover. The I turn fans back on at 35% then advance and it again drops but recovers faster and everything is solid for the hole print. I mean, with the fans on the temp curve is flat. I can increase to 70% and it still is good. It is the first recovery that it too much for it.

Why? What to do about it?
Marlin 2.0, Repetier Host

thanks</description>
        <link>https://reprap.org/forum/read.php?1,866035,866035#msg-866035</link>
        <lastBuildDate>Tue, 09 Jun 2026 17:27:47 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866124#msg-866124</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866124#msg-866124</link>
            <description><![CDATA[ <div class="separator" style="clear:both;text-align:center;"><a href="https://4.bp.blogspot.com/-1ymf_YgEtvw/XiXchQtfcRI/AAAAAAAAHJc/_2uaMSrNhuoNa5VMw01HyNQPD-TxlQ2HQCLcBGAsYHQ/s1600/DSC08391.JPG" style="margin-left:1em;margin-right:1em;"><img border="0" src="https://4.bp.blogspot.com/-1ymf_YgEtvw/XiXchQtfcRI/AAAAAAAAHJc/_2uaMSrNhuoNa5VMw01HyNQPD-TxlQ2HQCLcBGAsYHQ/s640/DSC08391.JPG" width="640" height="427" alt="DSC08391.JPG" /></a></div>
<br />
I cut a silicon trivet and made a little wind break, just incase, I doubt it would help in your case, you possibly dont need part cooling, when i used mine it was on 10% any less it would stop, but lately once bed adhesion got the ellnet hold i dont need part cooling for PLA, but it does help to have more than one part on the bed allowing enough time for each layer to cool.]]></description>
            <dc:creator>MechaBits</dc:creator>
            <category>General</category>
            <pubDate>Mon, 20 Jan 2020 12:05:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866106#msg-866106</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866106#msg-866106</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ruggb</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>MechaBits</strong><br />
Do you need these fans, sounds like your talking part cooling.</div></blockquote>
Yes, they are the part cooling fans.<br />
I guess the best short term solution is socks.<br />
I like the Repetier firmware solution, but that involves another learning curve.</div></blockquote>
<br />
To fully isolate the hotend, just leaving the nozzle free of course, is not a short term solution, it is the way to do.<br />
<br />
You are not the first one having this kind of issue with fan used to cool parts. <br />
<br />
If you had posted picture of your set up, it would have saved a lot of guesswork.]]></description>
            <dc:creator>MKSA</dc:creator>
            <category>General</category>
            <pubDate>Mon, 20 Jan 2020 05:48:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866082#msg-866082</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866082#msg-866082</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>dc42</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>ruggb</strong><br />
What is puzzling me is the fact that if I bring the fan speed up slowly, at 50-70% the temp curve is flat for the rest of the print. It is the initial shock that it doesn't handle.</div></blockquote>
<br />
You can have sensitive PID parameters that react quickly to changes in load such as increasing extrusion speed or turning the fan on. But if you use those PID parameters during initial heating, you will get a large overshoot, which is undesirable. So in most 3D printer firmwares, the PID parameters are a compromise.<br />
<br />
However, in RepRapFirmware the tuning process fits the heater behaviour to a FOPDT model, and calculates two sets of PID parameters from that. The slow-and-gentle set is used during initial heating, and the fast-and-sensitive set is used when the temperature is within 5C of target. This provides better temperature maintenance while avoiding a large overshoot during initial heating.<br />
<br />
No other firmware that I know of uses this approach. It's still not perfect, so I plan to add feed-forward terms too.</div></blockquote>
<br />
Interesting, thanks. I may look into that. It will be another learning curve as I am using Marlin now.<br />
I am still waiting for Repetier to fix a script offset issue. My #1 script name appears as the tooltip on the #2 script button. and so on...2 on 3, 3 on 4, 4 on 5]]></description>
            <dc:creator>ruggb</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 20:09:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866081#msg-866081</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866081#msg-866081</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>MechaBits</strong><br />
Do you need these fans, sounds like your talking part cooling.</div></blockquote>
Yes, they are the part cooling fans.<br />
I guess the best short term solution is socks.<br />
I like the Repetier firmware solution, but that involves another learning curve.]]></description>
            <dc:creator>ruggb</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 20:05:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866076#msg-866076</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866076#msg-866076</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>ruggb</strong><br />
What is puzzling me is the fact that if I bring the fan speed up slowly, at 50-70% the temp curve is flat for the rest of the print. It is the initial shock that it doesn't handle.</div></blockquote>
<br />
You can have sensitive PID parameters that react quickly to changes in load such as increasing extrusion speed or turning the fan on. But if you use those PID parameters during initial heating, you will get a large overshoot, which is undesirable. So in most 3D printer firmwares, the PID parameters are a compromise.<br />
<br />
However, in RepRapFirmware the tuning process fits the heater behaviour to a FOPDT model, and calculates two sets of PID parameters from that. The slow-and-gentle set is used during initial heating, and the fast-and-sensitive set is used when the temperature is within 5C of target. This provides better temperature maintenance while avoiding a large overshoot during initial heating.<br />
<br />
No other firmware that I know of uses this approach. It's still not perfect, so I plan to add feed-forward terms too.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 16:05:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866071#msg-866071</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866071#msg-866071</link>
            <description><![CDATA[ Do you need these fans, sounds like your talking part cooling.]]></description>
            <dc:creator>MechaBits</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 14:34:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866061#msg-866061</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866061#msg-866061</link>
            <description><![CDATA[ What is puzzling me is the fact that if I bring the fan speed up slowly, at 50-70% the temp curve is flat for the rest of the print. It is the initial shock that it doesn't handle. Like it does not react fast enough to a cooling.<br />
It is obvious the fan is causing the problem. The shrouds are formed to direct the air under, in front of and behind the nozzle/block.<br />
<br />
When I tune the PID should I have the fans running?<br />
<br />
I looked at those socks long ago and totally forgot about them. That is probably the solution. Thanks.]]></description>
            <dc:creator>ruggb</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 08:10:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866047#msg-866047</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866047#msg-866047</link>
            <description><![CDATA[ Fit a silicone sock over the heater block if you don't have one already, then re-tune.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 02:26:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866044#msg-866044</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866044#msg-866044</link>
            <description><![CDATA[ It may not be pointing there, but clearly the fan is disturbing the air around the heater block or it wouldn't have such a big effect.  Move the nozzle or design a new one, or add a thin piece of plastic to better direct the air so it doesn't hit the heater block.<br />
How much power does the heater use?]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>General</category>
            <pubDate>Sun, 19 Jan 2020 01:27:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866038#msg-866038</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866038#msg-866038</link>
            <description><![CDATA[ Hey Doc, thanks for the reply. What I found out when I read questions I want to answer is that I must read the whole thing. I highlighted the answer.]]></description>
            <dc:creator>ruggb</dc:creator>
            <category>General</category>
            <pubDate>Sat, 18 Jan 2020 18:54:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866036#msg-866036</guid>
            <title>Re: extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866036#msg-866036</link>
            <description><![CDATA[ Have you tried not pointing the fan at the nozzle/heater block?]]></description>
            <dc:creator>the_digital_dentist</dc:creator>
            <category>General</category>
            <pubDate>Sat, 18 Jan 2020 15:40:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,866035,866035#msg-866035</guid>
            <title>extruder temperature stability</title>
            <link>https://reprap.org/forum/read.php?1,866035,866035#msg-866035</link>
            <description><![CDATA[ I am having a problem with my extruder recovering from the fans starting up. The fans start on layer 3. There is no issue with temp on layer 1 and 2.<br />
As soon as the fans start, the temp drops about 10° and stays there for about 60 sec. - long enough to cause a fault and stop printing. I set it back to only 50% and that seemed to work, sort of.<br />
<br />
I then reran my PID calibrations for extruder and bed. Now even at 50% it will trip out. <b>My fans are not pointing at the nozzle</b>. If I turn fans off as it is retreating, it will recover. The I turn fans back on at 35% then advance and it again drops but recovers faster and everything is solid for the hole print. I mean, with the fans on the temp curve is flat. I can increase to 70% and it still is good. It is the first recovery that it too much for it.<br />
<br />
Why? What to do about it?<br />
Marlin 2.0, Repetier Host<br />
<br />
thanks]]></description>
            <dc:creator>ruggb</dc:creator>
            <category>General</category>
            <pubDate>Sat, 18 Jan 2020 14:37:57 -0500</pubDate>
        </item>
    </channel>
</rss>
