<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — High temperature tip and thermistor tables]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/3318/" />
	<updated>2013-07-26T13:19:40Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/3318/high-temperature-tip-and-thermistor-tables/</id>
		<entry>
			<title type="html"><![CDATA[High temperature tip and thermistor tables]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/31051/#p31051" />
			<content type="html"><![CDATA[<p>Hello All,</p><p>This is the first time I have posted something so bear with me if some details are not fully explained. I have a solidoodle 3 and just received a new high temperature tip to try and print ultem. The thermistor that came with the tip was not one of the ones in the thermistortables.h file in the Marlin software. I have the table for the thermistor but I am running in to difficulties on how to put it into the software. When I try to open the thermistor table file in Arduino it opens up the marlin.pde file. I have been unable to locate the thermistor tables within the marlin.pde file. I am not that great at c++ but i have a friend that is willing to help me out with that. If anyone can point me in the right direction with this it would be greatly appreciated. Here is the table for the thermistor I have.</p><p> EPCOS 100K Thermistor (B57560G104F)<br />Supplier &nbsp; &nbsp; Part Number<br />Farnell &nbsp; &nbsp; 3878697<br />&nbsp; &nbsp; </p><p>// EPCOS 100K Thermistor #3(B57560G104F)</p><p>// ./createTemperatureLookup.py --r0=100000 --t0=25 --r1=0 --r2=4700 --beta=4036 --max-adc=1023<br />// r0: 100000<br />// t0: 25<br />// r1: 0<br />// r2: 4700<br />// beta: 4036<br />// max adc: 1023<br />#define NUMTEMPS 20<br />// {ADC, temp }, // temp<br />uint16_t temptable[NUMTEMPS][2] PROGMEM = {<br />&nbsp; &nbsp;{1, 864}, // 864.165363324 C<br />&nbsp; &nbsp;{54, 258}, // 258.53991594 C<br />&nbsp; &nbsp;{107, 211}, // 211.310066205 C<br />&nbsp; &nbsp;{160, 185}, // 185.861725716 C<br />&nbsp; &nbsp;{213, 168}, // 168.31793816 C<br />&nbsp; &nbsp;{266, 154}, // 154.754297589 C<br />&nbsp; &nbsp;{319, 143}, // 143.52544406 C<br />&nbsp; &nbsp;{372, 133}, // 133.784751118 C<br />&nbsp; &nbsp;{425, 125}, // 125.033500921 C<br />&nbsp; &nbsp;{478, 116}, // 116.945124847 C<br />&nbsp; &nbsp;{531, 109}, // 109.283980973 C<br />&nbsp; &nbsp;{584, 101}, // 101.861768746 C<br />&nbsp; &nbsp;{637, 94}, // 94.5095302806 C<br />&nbsp; &nbsp;{690, 87}, // 87.0542728805 C<br />&nbsp; &nbsp;{743, 79}, // 79.2915563492 C<br />&nbsp; &nbsp;{796, 70}, // 70.9409729952 C<br />&nbsp; &nbsp;{849, 61}, // 61.5523326183 C<br />&nbsp; &nbsp;{902, 50}, // 50.25271896 C<br />&nbsp; &nbsp;{955, 34}, // 34.7815846664 C<br />&nbsp; &nbsp;{1008, 2} // 2.86606331838 C<br />};</p>]]></content>
			<author>
				<name><![CDATA[jlindahl]]></name>
				<uri>https://www.soliforum.com/user/2829/</uri>
			</author>
			<updated>2013-07-26T13:19:40Z</updated>
			<id>https://www.soliforum.com/post/31051/#p31051</id>
		</entry>
</feed>
