<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — Help with filament change, cant figure out what I'm doing wrong...]]></title>
		<link>https://www.soliforum.com/topic/3870/help-with-filament-change-cant-figure-out-what-im-doing-wrong/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/3870/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Help with filament change, cant figure out what I'm doing wrong....]]></description>
		<lastBuildDate>Wed, 30 Oct 2013 17:22:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Help with filament change, cant figure out what I'm doing wrong...]]></title>
			<link>https://www.soliforum.com/post/40329/#p40329</link>
			<description><![CDATA[<p>So far good results @ extruder 200C and bed 112C</p>]]></description>
			<author><![CDATA[null@example.com (diyengineer)]]></author>
			<pubDate>Wed, 30 Oct 2013 17:22:13 +0000</pubDate>
			<guid>https://www.soliforum.com/post/40329/#p40329</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help with filament change, cant figure out what I'm doing wrong...]]></title>
			<link>https://www.soliforum.com/post/40107/#p40107</link>
			<description><![CDATA[<p>I&#039;m not sure where you&#039;ve got the information about the temperature settings (and I have one of the newer SD3s) but in most cases the temperatures listed for the Solidoodles are pretty consistent.</p><p>ABS seems best between 195C and 205C (can depend on the manufacturer, the colour pigment, even the batch) and the bed may like being a little hotter than the default but it&#039;s more a &#039;what works best for you&#039; situation.</p><p>I run mine at 115C but I&#039;ve been told that&#039;s probably a bit too hot and I&#039;ll get better overall bed temps if I run it cooler. (I&#039;m yet to test)</p>]]></description>
			<author><![CDATA[null@example.com (Gomisan)]]></author>
			<pubDate>Mon, 28 Oct 2013 02:57:36 +0000</pubDate>
			<guid>https://www.soliforum.com/post/40107/#p40107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help with filament change, cant figure out what I'm doing wrong...]]></title>
			<link>https://www.soliforum.com/post/40084/#p40084</link>
			<description><![CDATA[<p>OK, so I chased this whole topic down, there was suggestions of updating the firmware for a &#039;M600&#039; code, etc.. This all required a &#039;firmware update&#039; which was very complicated sounding, getting files from lawsys site and whatnot... </p><p>Its ALL completely unnecessary on the Solidoodle 3 with the new motherboard... I can&#039;t say for the other ones. </p><p>Just edit the G-Code (save, notepad) and add &#039;@pause&#039; to pause the print, and do the rest manually.</p><p>Typically I&quot;ll find a line that has a Z-change to the layer I want to change at, for example, I&#039;m printing at .3 mm and I want to change at layer 5, so I search for Z1.5, and add this before that line: <br />----- something something E0&nbsp; &nbsp;(stops extruder)<br />G1 Z50.000<br />@pause<br />------something like G1 Z1.500</p><p>Then save your code, and reload the G-code and it&#039;ll do a head raise and a pause for you. Then retract the old filament, and extrude in a new color. </p><p>Also, The Solidoodle 3 with the new motherboard uses completely different temperature settings. The temperature sensors are calibrated differently and apparently one(or both?) of them does not reflect the actual temperature. The defaults in Repetier host or the documentation did not work! Initially it wouldn&#039;t stick, So I added a glass bed using hairspray, and that it would stick for an hour or so before it would curl and the curling would ruin the rest of the print. So, for the new model ONLY, use Extruder=215 and Bed =110. I found this out today (after a very frustrated email to support), and the print appears to be doing better so far... This caused me two months of agony, hopefully I can save someone else the trouble.</p>]]></description>
			<author><![CDATA[null@example.com (N23D)]]></author>
			<pubDate>Sun, 27 Oct 2013 22:43:38 +0000</pubDate>
			<guid>https://www.soliforum.com/post/40084/#p40084</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help with filament change, cant figure out what I'm doing wrong...]]></title>
			<link>https://www.soliforum.com/post/35788/#p35788</link>
			<description><![CDATA[<p>I believe Adrain is still working on an improved pause and whatnot to help with this... check here ---&gt; <a href="http://www.soliforum.com/topic/2470/beta-of-updated-firmware-improved-pausefilament-chg-etc/">http://www.soliforum.com/topic/2470/bet … t-chg-etc/</a></p>]]></description>
			<author><![CDATA[null@example.com (ronsii)]]></author>
			<pubDate>Tue, 10 Sep 2013 04:17:14 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35788/#p35788</guid>
		</item>
		<item>
			<title><![CDATA[Help with filament change, cant figure out what I'm doing wrong...]]></title>
			<link>https://www.soliforum.com/post/35770/#p35770</link>
			<description><![CDATA[<p>I recently purchased a Solidoodle 3, and I am using Repetier Host with the normal settings. </p><p>I&#039;m familiar with GCode, and I really like the way that multicolor printing works!</p><p>However, the only way I can get the filament to change is to manually press the pause button and retract the Z as fast as possible. This works, but required me to hover over the darn thing until its at the right point. </p><p>What I really want is to put this operation into the G-Code, where the machine would retract to the home position, and then pause, with a message indicating what color to change to...</p><p>Going through the Gcodes listed here, I found the M600 to be what I want: </p><p>M600 - Pause for filament change X[pos] Y[pos] Z[relative lift] E[initial retract] L[later retract distance for removal</p><p>But Placing the ol&#039; M600 in there does Jack and Squat. Why isn&#039;t my M-Code getting recognized? </p><p>When I type it into the G-Code Editor, and click on the help, it does not have a description for M600. Do I need a firmware update or something? </p><p>I&#039;ve also tried the M226 shown on the RepRap page but it doesn&#039;t work either! </p><br /><p>What gives???</p>]]></description>
			<author><![CDATA[null@example.com (N23D)]]></author>
			<pubDate>Tue, 10 Sep 2013 01:28:58 +0000</pubDate>
			<guid>https://www.soliforum.com/post/35770/#p35770</guid>
		</item>
	</channel>
</rss>
