<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Really Fast Heating of the Nozzle...?</title>
        <description> I have been experimenting with a heater cartridge to heat up my nozzle and I have noticed that it heats up REALLY fast.  It will overshoot my target temperature by 30+ degrees and then eventually settle back down and be constant.  While it is awesome that the heater cartridge can generate that much heat that quickly, my thermistor doesn&#039;t seem to react quickly enough.  Is there a setting in the firmware to adjust the amount of times per second that a reading is taken with the thermistor?</description>
        <link>https://reprap.org/forum/read.php?1,141593,141593#msg-141593</link>
        <lastBuildDate>Thu, 12 Mar 2026 18:39:16 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,141593,141822#msg-141822</guid>
            <title>Re: Really Fast Heating of the Nozzle...?</title>
            <link>https://reprap.org/forum/read.php?1,141593,141822#msg-141822</link>
            <description><![CDATA[ If it heats too fast for the thermistor to respond then reading it more often won't help much but tuning the PID will.<br />
<br />
In Marlin's configuration.h it has this: <br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />#define PID_dT ((16.0 * 8.0)/(F_CPU / 64.0 / 256.0)) //sampling period of the</div></blockquote>
<br />
so possibly it can be changed but that will also affect the weight of the Ki and Kd terms.<br />
<br />
There is also a PID_MAX setting to limit the current, which would allow it to heat slower.<br />
<br />
I would give the Marlin autotune a try before changing anything else.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Jul 2012 04:45:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,141593,141807#msg-141807</guid>
            <title>Re: Really Fast Heating of the Nozzle...?</title>
            <link>https://reprap.org/forum/read.php?1,141593,141807#msg-141807</link>
            <description><![CDATA[ I don't think the question was about PID tuning, it was about increasing the frequency of temperature measurements. Can that be done?]]></description>
            <dc:creator>jbayless</dc:creator>
            <category>General</category>
            <pubDate>Mon, 09 Jul 2012 01:34:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,141593,141788#msg-141788</guid>
            <title>Re: Really Fast Heating of the Nozzle...?</title>
            <link>https://reprap.org/forum/read.php?1,141593,141788#msg-141788</link>
            <description><![CDATA[ As was said, check out PID control, depending on which firmware you are using.]]></description>
            <dc:creator>NewPerfection</dc:creator>
            <category>General</category>
            <pubDate>Sun, 08 Jul 2012 19:25:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,141593,141598#msg-141598</guid>
            <title>Re: Really Fast Heating of the Nozzle...?</title>
            <link>https://reprap.org/forum/read.php?1,141593,141598#msg-141598</link>
            <description><![CDATA[ Hmmm...<br />
<br />
Need to know which firmware specifically, but yes, there should be adjustments in the firmware/EPROM settings that allow you to tune the PID, assuming you have PID heater control turned on.<br />
<br />
<a href="http://en.wikipedia.org/wiki/PID_controller" target="_blank"  rel="nofollow">Here's how PID controls work.</a>]]></description>
            <dc:creator>jcabrer</dc:creator>
            <category>General</category>
            <pubDate>Sat, 07 Jul 2012 02:16:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,141593,141593#msg-141593</guid>
            <title>Really Fast Heating of the Nozzle...?</title>
            <link>https://reprap.org/forum/read.php?1,141593,141593#msg-141593</link>
            <description><![CDATA[ I have been experimenting with a heater cartridge to heat up my nozzle and I have noticed that it heats up REALLY fast.  It will overshoot my target temperature by 30+ degrees and then eventually settle back down and be constant.  While it is awesome that the heater cartridge can generate that much heat that quickly, my thermistor doesn't seem to react quickly enough.  Is there a setting in the firmware to adjust the amount of times per second that a reading is taken with the thermistor?]]></description>
            <dc:creator>vulcanrd</dc:creator>
            <category>General</category>
            <pubDate>Sat, 07 Jul 2012 00:30:05 -0400</pubDate>
        </item>
    </channel>
</rss>
