<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Pinpointing Thermistor Issue</title>
        <description> I have been running a E3D lite6 for a while now. Lately it has been acting very strange during heatups when it gets to 180c (see graph). One second it will be at 180c, then 230c. I have ran PID autotune and have the correct thermistor in Marlin. I want to change the thermistor input in Marlin to make sure its not an issue with T0.
I believe it is in the &quot;pins_RAMPS_13.h&quot; section of the firmware, with the displayed section of code. How would I change Extruder 1&#039;s temprature sensor input from &quot;T0&quot; to &quot;T2&quot; in the firmware? Note:Running a EFB setup.
&quot;
#define TEMP_0_PIN         13   // ANALOG NUMBERING
#define TEMP_1_PIN         15   // ANALOG NUMBERING
#define TEMP_2_PIN         -1   // ANALOG NUMBERING

Any other ideas are suggested. I would like to make sure its not a problem with my setup before attempting a service claim.</description>
        <link>https://reprap.org/forum/read.php?1,634559,634559#msg-634559</link>
        <lastBuildDate>Sun, 14 Jun 2026 09:44:59 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,634559,634575#msg-634575</guid>
            <title>Re: Pinpointing Thermistor Issue</title>
            <link>https://reprap.org/forum/read.php?1,634559,634575#msg-634575</link>
            <description><![CDATA[ Power supply is a 30a 12v supply. Input there reads 12.13v. I removed lcd and got the same result. I have attached another graph with the Temps without lcd. It hopped from 205 to 225 twice and 208 to 216 once. What is strange is that I did a 5.5hr print yesterday and Temps looked fine. The problem seems to last only in the 1st few minutes of heat up (second graph).]]></description>
            <dc:creator>gmckee</dc:creator>
            <category>General</category>
            <pubDate>Thu, 03 Mar 2016 00:12:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,634559,634566#msg-634566</guid>
            <title>Re: Pinpointing Thermistor Issue</title>
            <link>https://reprap.org/forum/read.php?1,634559,634566#msg-634566</link>
            <description><![CDATA[ Random fluctuation could also be that the Thermistor has gotten lose from the hot end. <br />
<br />
Can also be cased by voltage issues (power supply to weak)   <br />
<br />
I would also remove your LCD if you have one for now, as they suck lots of power from the 5v rail, see if that make it more stable.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Wed, 02 Mar 2016 23:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,634559,634564#msg-634564</guid>
            <title>Re: Pinpointing Thermistor Issue</title>
            <link>https://reprap.org/forum/read.php?1,634559,634564#msg-634564</link>
            <description><![CDATA[ Just change <br />
<br />
#define TEMP_0_PIN         13   // (written on pcb as T0) ANALOG NUMBERING <br />
#define TEMP_1_PIN         15   // (written on pcb as T2) ANALOG NUMBERING<br />
<br />
to<br />
<br />
#define TEMP_0_PIN         15   // ANALOG NUMBERING<br />
#define TEMP_1_PIN         13   // ANALOG NUMBERING<br />
<br />
<br />
T1, pin 14 isn't mentioned as its the bed]]></description>
            <dc:creator>Dust</dc:creator>
            <category>General</category>
            <pubDate>Wed, 02 Mar 2016 23:02:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,634559,634559#msg-634559</guid>
            <title>Pinpointing Thermistor Issue</title>
            <link>https://reprap.org/forum/read.php?1,634559,634559#msg-634559</link>
            <description><![CDATA[ I have been running a E3D lite6 for a while now. Lately it has been acting very strange during heatups when it gets to 180c (see graph). One second it will be at 180c, then 230c. I have ran PID autotune and have the correct thermistor in Marlin. I want to change the thermistor input in Marlin to make sure its not an issue with T0.<br />
I believe it is in the "pins_RAMPS_13.h" section of the firmware, with the displayed section of code. How would I change Extruder 1's temprature sensor input from "T0" to "T2" in the firmware? Note:Running a EFB setup.<br />
"<pre class="bbcode">
#define TEMP_0_PIN         13   // ANALOG NUMBERING
#define TEMP_1_PIN         15   // ANALOG NUMBERING
#define TEMP_2_PIN         -1   // ANALOG NUMBERING</pre>
<br />
Any other ideas are suggested. I would like to make sure its not a problem with my setup before attempting a service claim.]]></description>
            <dc:creator>gmckee</dc:creator>
            <category>General</category>
            <pubDate>Wed, 02 Mar 2016 22:26:41 -0500</pubDate>
        </item>
    </channel>
</rss>
