<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — very odd  extruder temp problem]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/5610/" />
	<updated>2014-02-25T05:44:09Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/5610/very-odd-extruder-temp-problem/</id>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50791/#p50791" />
			<content type="html"><![CDATA[<p>Then it should show up randomly, even during the first layer print right?&nbsp; He coud test that by heating up the extruder, then while watching the temp curves, move the print head around the manually.&nbsp; If it&#039;s a loose connection he should see it momentarily drop. </p><p>Not only that if it&#039;s a loose connection it would drop, then rise then drop, as the connection would be intermittent.&nbsp; But this is not how he describes it.</p><p><span style="color: blue"><em>&quot;The extruder and bed reach proper temps,but when I hit run, it will run the first layer ok. Problem is, then&nbsp; the extruder temp starts dropping and&nbsp; all stops due to cold extrusion error.The indicator on the heat extruder button is still on tho.&quot;</em></span></p><p>I still think it&#039;s setting relegated, maybe something weird like this</p><p><span class="postimg"><img src="http://www.soliforum.com/misc.php?action=pun_attachment&amp;item=4735" alt="http://www.soliforum.com/misc.php?action=pun_attachment&amp;amp;item=4735" /></span></p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2014-02-25T05:44:09Z</updated>
			<id>https://www.soliforum.com/post/50791/#p50791</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50782/#p50782" />
			<content type="html"><![CDATA[<p>im betting its far more likely a loose connection/broken heater wire than any code/software issue.<br />I&#039;ve had bad connections that only exist when the head is other than x/y home because of the differences in cable tensions..</p>]]></content>
			<author>
				<name><![CDATA[adrian]]></name>
				<uri>https://www.soliforum.com/user/663/</uri>
			</author>
			<updated>2014-02-25T04:58:54Z</updated>
			<id>https://www.soliforum.com/post/50782/#p50782</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50779/#p50779" />
			<content type="html"><![CDATA[<p>He said the first layer prints OK, then it starts to drop.&nbsp; Maybe there&#039;s something in the code <strong><em>after</em></strong> the first layer code.</p><p>Maybe something in the settings, like the Filament settings in Slic3r ?</p>]]></content>
			<author>
				<name><![CDATA[pirvan]]></name>
				<uri>https://www.soliforum.com/user/1357/</uri>
			</author>
			<updated>2014-02-25T04:53:16Z</updated>
			<id>https://www.soliforum.com/post/50779/#p50779</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50761/#p50761" />
			<content type="html"><![CDATA[<p>You need to post a pic of the temp graph as it will have enough data in it to determine if it is a software prob or other.</p>]]></content>
			<author>
				<name><![CDATA[ronsii]]></name>
				<uri>https://www.soliforum.com/user/296/</uri>
			</author>
			<updated>2014-02-25T02:21:37Z</updated>
			<id>https://www.soliforum.com/post/50761/#p50761</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50753/#p50753" />
			<content type="html"><![CDATA[<p>There were no errors in the log when it happened</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-02-24T23:12:41Z</updated>
			<id>https://www.soliforum.com/post/50753/#p50753</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50751/#p50751" />
			<content type="html"><![CDATA[<p>That looks ok. Anything in the RH log?</p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2014-02-24T22:56:44Z</updated>
			<id>https://www.soliforum.com/post/50751/#p50751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50750/#p50750" />
			<content type="html"><![CDATA[<p>OK<br /></p><div class="codebox"><pre><code>G21; set mm units
G28 ;home all axis
G90; set absolute coordinates
G92 E0; reset extruder distance
M104 S230; set extruder temp and start heating
G1 Z5 F300 ;move platform down 5mm
G1 X145 Y145 F3000 ; move to back right corner
M109 S230; wait for extruder temp to be reached
G1 Z[first_layer_height] F200 ;move platform close to nozzle
G1 E7; extruder anchor
G1 F3000; Set Feed rate for first move
G92 E0; reset extrusion distance</code></pre></div><p> I have beeen using that for a while now,until this morning<br />edit: some&nbsp; how it started working again , grimlins?&nbsp; lol</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-02-24T22:42:50Z</updated>
			<id>https://www.soliforum.com/post/50750/#p50750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50748/#p50748" />
			<content type="html"><![CDATA[<p>Post the start of your gcode.</p>]]></content>
			<author>
				<name><![CDATA[lawsy]]></name>
				<uri>https://www.soliforum.com/user/51/</uri>
			</author>
			<updated>2014-02-24T22:33:22Z</updated>
			<id>https://www.soliforum.com/post/50748/#p50748</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50740/#p50740" />
			<content type="html"><![CDATA[<p>I am having that same issue again., hit run and extruder temp falls off. Its not the wiring as I replaced&nbsp; all that. It&#039;s that I don&#039;t have 12 v now at the pins on the board.It heats ok before I hit run tho.</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-02-24T21:45:12Z</updated>
			<id>https://www.soliforum.com/post/50740/#p50740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50161/#p50161" />
			<content type="html"><![CDATA[<p>I think I traced it to a loose thermistor wire. Going to rewire the whole thing tomorrow. LOL , got too much tape holding things together.</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-02-19T05:33:03Z</updated>
			<id>https://www.soliforum.com/post/50161/#p50161</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50160/#p50160" />
			<content type="html"><![CDATA[<p>Could be a bad/intermittent connection to the hotend heater, do you have the means to check for current flow to the extruder heater?</p>]]></content>
			<author>
				<name><![CDATA[ronsii]]></name>
				<uri>https://www.soliforum.com/user/296/</uri>
			</author>
			<updated>2014-02-19T05:15:49Z</updated>
			<id>https://www.soliforum.com/post/50160/#p50160</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[very odd  extruder temp problem]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/50159/#p50159" />
			<content type="html"><![CDATA[<p>The extruder and bed reach proper temps,but when I hit run, it will run the first layer ok. Problem is, then&nbsp; the extruder temp starts dropping and&nbsp; all stops due to cold extrusion error.The indicator on the heat extruder button is still on tho.I have updated the firmware for the E3D, looks nornal to me. I have even tried it on XP and win8.1 with several versions oF RH.<br />I did the autotune for the hotend and it seems to be ok.I&#039;m just out of ideas.</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-02-19T04:53:48Z</updated>
			<id>https://www.soliforum.com/post/50159/#p50159</id>
		</entry>
</feed>
