<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Installing e3d Hotend</title>
        <description>For those who have installed a e3d hotend on your Mendel90 I was wondering if you could point me to a tutorial/guide on what I would need to do. Would I need to upgrade the thermiristor tables? and how do you wire the hotend fan?  For what it is worth I have the kit supplied by nophead.</description>
        <link>https://reprap.org/forum/read.php?292,352579,352579#msg-352579</link>
        <lastBuildDate>Mon, 07 Sep 2026 11:03:12 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479540#msg-479540</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479540#msg-479540</link>
            <description><![CDATA[ That did it. Thanks so much. I would have never figured out that it was a wiring problem.]]></description>
            <dc:creator>academicdave</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 12:40:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479518#msg-479518</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479518#msg-479518</link>
            <description><![CDATA[ You wouldn't notice the thermistor wires being swapped, the polarity only matters because it shares a ground with the probe. And I think the photo in the manual is incorrect. The wiring table is accurate. If you correct the thermistor polarity it should work but the reading may shift a bit due to the fan current dropping a small voltage in the ground lead to the thermistor.<br />
<br />
The fan should be wired to the P and H terminals nearest to each other. At the Melzi end the spare ribbon wire intended for the probe can then be grounded using one of the limit switch terminals.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 11:38:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479406#msg-479406</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479406#msg-479406</link>
            <description><![CDATA[ I wired the ground (black wire) to the left probe (labeled P), and the 12v (red wire) to the left heater.<br />
<br />
I suppose I could have the thermistor wires swapped at the Melzi, but I didn't change the Melzi wiring at all from before (when the printer was working with the Jhead end-no extruder fan).]]></description>
            <dc:creator>academicdave</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 08:28:49 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479395#msg-479395</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479395#msg-479395</link>
            <description><![CDATA[ What did you ground the negative side of the fan to? Seems like it was the thermistor input line.<br />
<br />
If you used the probe ground then it looks like you have the thermistor wires swapped at the Melzi. You should use the probe signal pin for fan ground as sharing the ground with with thermistor will cause a small error (not 400C at room temp though).]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 08:01:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479386#msg-479386</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479386#msg-479386</link>
            <description><![CDATA[ Yep sure enough its the wiring, although not the thermistor. I actually got it to work fine by disconnecting the fan that is attached to the e3d hotend. So I must have this fan wired wrong. I had it wired to the heater and to the left pin "P", so I guess this is not the way it is supposed to be?]]></description>
            <dc:creator>academicdave</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 07:25:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479344#msg-479344</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479344#msg-479344</link>
            <description><![CDATA[ I think it must be a wiring fault because all 100K thermistor tables will give roughly the right reading at room temp as they are all 100K at 25C.<br />
<br />
I think you must have wired the heater to the thermistor terminals to get a reading so high.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Thu, 05 Mar 2015 05:29:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,479155#msg-479155</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,479155#msg-479155</link>
            <description><![CDATA[ So I've installed and wired up the e3d hotend I had.<br />
But, my problem is that I have something wrong, I think in the configuration.h file, but can't figure it out.<br />
<br />
When I connect to the printer, with the extruder, not heated up, at room temparture it is returning a temp of 400 degrees.<br />
<br />
I changed the settings in config_h to<br />
<br />
<pre class="bbcode">
#define TEMP_SENSOR_0 5
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 9 // 1 for Mendel90 kits 1-6, 9 for kits 7 onwards</pre>
<br />
<br />
But that doesn't seem correct. So is this the wrong config settings, or is something else the culprit here?]]></description>
            <dc:creator>academicdave</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 04 Mar 2015 17:29:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,471814#msg-471814</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,471814#msg-471814</link>
            <description><![CDATA[ Use any table that is for 100K thermistor with 4K7 pullup. The simplest is to use the one you are already using if it allows you to achieve the temperatures you want.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Tue, 17 Feb 2015 05:57:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,471680#msg-471680</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,471680#msg-471680</link>
            <description><![CDATA[ So last of this .. use one of your tables .. crank up the heat and put the measured temps in the script? Correct?]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 16 Feb 2015 20:07:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,471596#msg-471596</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,471596#msg-471596</link>
            <description><![CDATA[ If you are able to run it at a stable temperature you must be using a table. It might not be right for your thermistor but it doesn't matter as long as you are able to run it at representative temperatures and it is stable.<br />
<br />
You don't need to know the resistance because you can get the ADC value from that table and my script will calculate the resistance. You do have to know which table you have selected and you need to pick temperatures that have entries in that table with corresponding ADC values. You then measure the actual temperature and you have a tn, adcn pair.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 16 Feb 2015 16:47:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,471529#msg-471529</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,471529#msg-471529</link>
            <description><![CDATA[ Sorry being so dense .. I do not have the table that corresponds to this thermistor. All I have is 100K with a Beta of 3950 .. how do I build a table for that? <br />
<br />
Because I can't measure resistance as the thermistor is used, I can't take data points when the hot end is at a stable temp.]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 16 Feb 2015 15:11:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470772#msg-470772</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470772#msg-470772</link>
            <description><![CDATA[ In my fork of Marlin for Mendel90 I added two Steinhart-Hart tables for the two Epcos thermistors that I use as tables 8 and 9.<br />
<br />
Table 8 corresponds to the default values in the script but 92 and 42 are not resistances, they are ADC values from which resistances are calculated. It is also the same table shown on my blog.<br />
<br />
More than likely you are using a different table to start with as I assume you are using a different thermistor. If so you need to use two temperatures that are actually in your table and the ADC values that correspond to those. Then you know your measured temperatures correspond to those ADC values. You input those into the script and it converts the ADC values to resistances and makes a new table.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 14 Feb 2015 14:01:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470649#msg-470649</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470649#msg-470649</link>
            <description><![CDATA[ Which table is your table? I hate temperature!!! :) So confusing]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 14 Feb 2015 07:58:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470620#msg-470620</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470620#msg-470620</link>
            <description><![CDATA[ It would only be correct if you started with my table. If you are starting with a different table you don't have the resistance values so you need to use ADC values from that table instead.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sat, 14 Feb 2015 06:45:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470430#msg-470430</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470430#msg-470430</link>
            <description><![CDATA[ So here is what I did .. Took a real T0 .. room t0=20 and r0=120700<br />
<br />
For the t1 in the script the resistance was 94 and t2 was 256 with resistance 42<br />
<br />
When I set the host to 209 .. the real temperature via a thermocouple was 178.3, and at 256 .. it was 218.5<br />
<br />
So .. I put t1=178.3 and t2=218.5 leaving the resistance alone and generated the script ...<br />
<br />
Is that the idea??<br />
<br />
Thanks!]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 13 Feb 2015 16:09:48 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470351#msg-470351</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470351#msg-470351</link>
            <description><![CDATA[ This one does: [<a href="https://github.com/nophead/Marlin/blob/Marlin_v1/Marlin/MakeTempTable.py" target="_blank"  rel="nofollow">github.com</a>]]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 13 Feb 2015 14:11:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470310#msg-470310</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470310#msg-470310</link>
            <description><![CDATA[ Which script specifically has the inferred ADC value calculations?]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 13 Feb 2015 12:17:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470195#msg-470195</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470195#msg-470195</link>
            <description><![CDATA[ You can't measure the resistance directly without disconnecting it. But the method I described and my python script can use inferred ADC values to calculate the table. <br />
<br />
E.g. if you set it to say 240C with an existing table you know when it has stabilised the ADC value must equal the value for 240C in that table. If you measure it as say 245C then you know the ADC value at 245C is what is in the table for 240C. My script can then work out the resistance from the ADC values.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 13 Feb 2015 07:34:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,470180#msg-470180</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,470180#msg-470180</link>
            <description><![CDATA[ How do I measure the thermistor resistance when it is also connected to the controller board? I tried to measure on the screw terminals of the connector on the board (it is a Melzi board .. all the connectors are screw connectors which are very nice), and that does not work.]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Fri, 13 Feb 2015 06:44:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,469113#msg-469113</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,469113#msg-469113</link>
            <description><![CDATA[ Yes, the table format hasn't changed.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 11 Feb 2015 03:36:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,469050#msg-469050</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,469050#msg-469050</link>
            <description><![CDATA[ Do the scripts mentioned in your blog post a couple years ago produce tables as are reflected in the current Marlin tables .. the look a bit different.]]></description>
            <dc:creator>jamesmoe</dc:creator>
            <category>Mendel90</category>
            <pubDate>Tue, 10 Feb 2015 22:01:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,468305#msg-468305</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,468305#msg-468305</link>
            <description><![CDATA[ Just use the highest. I think the Steinhart-Hart equation is accurate to less than a degree over the full range with just three accurate widely spaced points.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 09 Feb 2015 09:39:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,468161#msg-468161</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,468161#msg-468161</link>
            <description><![CDATA[ Guess I need to learn how to run Python-scripts :-)<br />
<br />
But the point at extrution temp, I use at least three different temps for different materials.<br />
Should I try a average?]]></description>
            <dc:creator>amr_dwarf</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 09 Feb 2015 05:01:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,468151#msg-468151</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,468151#msg-468151</link>
            <description><![CDATA[ You could do that but you only need three points: room temp, one at extrusion temp and one in the middle. The Python script will then calculate the rest of the table for you.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 09 Feb 2015 04:30:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,468131#msg-468131</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,468131#msg-468131</link>
            <description><![CDATA[ OK, reading thruu the page you linked to I think I understand what I need to do.<br />
Based on this:<br />
<br />
<i>"If you set the temperature to a value in an existing table and let it settle and then measure it with a thermocouple you know that the ADC value for the measured temperature is the value in the table for the set temperature. You can then produce a new more accurate table."</i><br />
<br />
I set the temp to a value at the time in the table. Let it settle and then take a measurment with my thermocuple inside the hotend. The measured value is then inserted at that point in the table. If I do this for all points in the table I have corrected it.<br />
<br />
Am I right in my assumption?<br />
<br />
Regards<br />
Amr_dwarf]]></description>
            <dc:creator>amr_dwarf</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 09 Feb 2015 03:26:46 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,468077#msg-468077</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,468077#msg-468077</link>
            <description><![CDATA[ You need to make a new table for the thermistor. See [<a href="http://hydraraptor.blogspot.co.uk/2012/11/more-accurate-thermistor-tables.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.co.uk</a>]]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sun, 08 Feb 2015 19:13:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,467976#msg-467976</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,467976#msg-467976</link>
            <description><![CDATA[ Since asking these questions I got the printer running well with PLA and did not bother with the temperature difference.<br />
But I have now been trying ABS and I now again notice the incorrect readings of temp.<br />
<br />
So now its time to measure the temp inside the extruder.<br />
<br />
But then I have a new question. If I plot my measured values vs. thermistor readings in pronterface how do I correct the difference?<br />
<br />
Cheers]]></description>
            <dc:creator>amr_dwarf</dc:creator>
            <category>Mendel90</category>
            <pubDate>Sun, 08 Feb 2015 16:18:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,358684#msg-358684</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,358684#msg-358684</link>
            <description><![CDATA[ It needs to be on the inside to read an accurate value. It definitely won't work pressed against the outside, it tends to read much lower. <br />
<br />
To measure accurately from the outside it would need to be embedded into the heater block like the thermistor is.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 21 May 2014 17:37:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,358643#msg-358643</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,358643#msg-358643</link>
            <description><![CDATA[ I am not quote sure I get correct readings from the thermistor.<br />
If I should measure the temperature of the hot end where should I put the thermocouple?<br />
Should I just hold it against the nozzle tip from the outside?<br />
Should I stick i down the same way as the filament an measure the nozzle from the inside?]]></description>
            <dc:creator>amr_dwarf</dc:creator>
            <category>Mendel90</category>
            <pubDate>Wed, 21 May 2014 16:38:09 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?292,352579,357423#msg-357423</guid>
            <title>Re: Installing e3d Hotend</title>
            <link>https://reprap.org/forum/read.php?292,352579,357423#msg-357423</link>
            <description><![CDATA[ There is a small gap. The instructions where very clear on this point.]]></description>
            <dc:creator>amr_dwarf</dc:creator>
            <category>Mendel90</category>
            <pubDate>Mon, 19 May 2014 14:25:10 -0400</pubDate>
        </item>
    </channel>
</rss>
