<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Clipping oozing filament before print starts...]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/3469/" />
	<updated>2013-08-08T00:53:28Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/3469/clipping-oozing-filament-before-print-starts/</id>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32251/#p32251" />
			<content type="html"><![CDATA[<p>Here is the amended gCode to solve my filament oozing issue.&nbsp; </p><p>Not really much different then the standard gCode start code.&nbsp; The only difference is the extruder head waits after autohome in the dump area to the right while it heats up. once done it moves over to the standard start position. Something like X195 Y195 Z0, lowers the bed 5mm, then raises it back to whatever your first layer height is set in your Sli3er profile. I almost left out the lower bed 5mm code thinking it was pointless. But then I realized this was most likely to take care fo any backlash issues on the Z-axis after auto homing.&nbsp; So I left it in. Just made sure it happened right after the filament got clipped by (in my case) the edge of my glass sheet on my AL bed. </p><div class="codebox"><pre><code>G21; set mm units
G28 ;home all axis
G90; set absolute coordinates
G92 E0; reset extruder distance
M104 S200; set extruder temp and start heating
M109 S200; wait for extruder temp to be reached
G1 X195 Y195 F3000 ; move to back right corner
G1 Z5 F300 ;move platform down 5mm
G1 Z[first_layer_height] F200 ;move platform close to nozzle
;G1 E7; extrude anchor
G1 F3000; center print head
G92 E0; reset extrusion distance</code></pre></div><p>Anyhow, hopes this helps. Works brilliantly for me.</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2013-08-08T00:53:28Z</updated>
			<id>https://www.soliforum.com/post/32251/#p32251</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32143/#p32143" />
			<content type="html"><![CDATA[<p>when i changed my start gcode my anchor never stay put it always got drug around the bed and other times it didnt work at all</p>]]></content>
			<author>
				<name><![CDATA[MolecularConcept]]></name>
				<uri>https://www.soliforum.com/user/2211/</uri>
			</author>
			<updated>2013-08-06T23:50:59Z</updated>
			<id>https://www.soliforum.com/post/32143/#p32143</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32142/#p32142" />
			<content type="html"><![CDATA[<p>I was planning on just writing it myself. It should be a really simple gcode change.&nbsp; As soon as I do it i&#039;ll post the code.</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2013-08-06T23:46:36Z</updated>
			<id>https://www.soliforum.com/post/32142/#p32142</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32141/#p32141" />
			<content type="html"><![CDATA[<p>Did you find it? Can you re-post or direct others to it?</p>]]></content>
			<author>
				<name><![CDATA[blarz]]></name>
				<uri>https://www.soliforum.com/user/2476/</uri>
			</author>
			<updated>2013-08-06T23:40:40Z</updated>
			<id>https://www.soliforum.com/post/32141/#p32141</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32123/#p32123" />
			<content type="html"><![CDATA[<p>Ahah! I&#039;ll have to amend mine and give it a whirl!</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2013-08-06T21:57:08Z</updated>
			<id>https://www.soliforum.com/post/32123/#p32123</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32119/#p32119" />
			<content type="html"><![CDATA[<p>I can&#039;t remember who, maybe lawsy had start gcode that did just what you&#039;re describing.</p>]]></content>
			<author>
				<name><![CDATA[cmetzel]]></name>
				<uri>https://www.soliforum.com/user/78/</uri>
			</author>
			<updated>2013-08-06T21:49:11Z</updated>
			<id>https://www.soliforum.com/post/32119/#p32119</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Clipping oozing filament before print starts...]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/32118/#p32118" />
			<content type="html"><![CDATA[<p>So I was wondering if anyone had a good solution for this annoyance.&nbsp; Whenever I preheat my SD3 before a print I always have to make sure to clip the small amount of oozing filament that comes out of the extruder. If I don&#039;t it often will come loose in unpredictable places and get caught up in my print. I was wondering besides using more skirt passes has anyone come up with a nice automatic solution that doesn&#039;t require babysitting before print start?</p><p>One thought I had was to amend my start gcode so that instead of the extruder moving over the print bed, waiting for the extruder to reach target temp, then drop and begin print; if I simply had it wait in the dump area at Z &quot;0&quot; and then have it move over to the start position so the edge of the aluminum bed would serve as a knife edge to scrap the excess oozing filament off. Any thoughts? Bad idea...</p>]]></content>
			<author>
				<name><![CDATA[pastprimitive]]></name>
				<uri>https://www.soliforum.com/user/957/</uri>
			</author>
			<updated>2013-08-06T21:45:12Z</updated>
			<id>https://www.soliforum.com/post/32118/#p32118</id>
		</entry>
</feed>
