<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Cannot stop z-probe after print]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/11884/" />
	<updated>2015-08-02T13:01:10Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/11884/cannot-stop-zprobe-after-print/</id>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102708/#p102708" />
			<content type="html"><![CDATA[<p>Sorry you&#039;re still having problems. Look at the print log to see what commands are being sent at the end of print. Maybe there&#039;s an unexpected command in there (or&nbsp; some sort of message from the printer.)</p>]]></content>
			<author>
				<name><![CDATA[trayracing]]></name>
				<uri>https://www.soliforum.com/user/7353/</uri>
			</author>
			<updated>2015-08-02T13:01:10Z</updated>
			<id>https://www.soliforum.com/post/102708/#p102708</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102693/#p102693" />
			<content type="html"><![CDATA[<p>still probed z after my new g code</p><p>end:</p><p>G1 Z150 F300 ; lower platform to bottom<br />G90; set absolute coordinates<br />G0 X180 Y180<br />M104 S0 ; kill extruder temperature<br />M140 S0 ; kill bed temperature<br />M84 ; disable motors</p><p><img src="https://www.soliforum.com/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>(this code is in printer settings in the scripts tab, slic3r g-code section is empty)</p>]]></content>
			<author>
				<name><![CDATA[afiedler]]></name>
				<uri>https://www.soliforum.com/user/10184/</uri>
			</author>
			<updated>2015-08-02T02:30:31Z</updated>
			<id>https://www.soliforum.com/post/102693/#p102693</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102289/#p102289" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>trayracing wrote:</cite><blockquote><p>G28 shouldn&#039;t trigger the whole 9-point leveling (That&#039;s G29), but it will trigger a z probe to home the bed (and the moves for probe extend/retract)</p><p>If you&#039;re looking to move the nozzle out of the way, use a G0 X180 Y180. (don&#039;t move it all the way to the right - that restricts cooling air due to a design flaw.) Also, ideally you&#039;d set to absolute coordinates before that, in case some crazy g-code left you in relative mode.</p></blockquote></div><p>Ohhh ok that makes sense! I&#039;ll give it a try tonight, and I just installed a better spool holder, so hopefully with that and fixing my end code I&#039;ll have some better luck</p>]]></content>
			<author>
				<name><![CDATA[afiedler]]></name>
				<uri>https://www.soliforum.com/user/10184/</uri>
			</author>
			<updated>2015-07-28T18:15:15Z</updated>
			<id>https://www.soliforum.com/post/102289/#p102289</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102243/#p102243" />
			<content type="html"><![CDATA[<p>G28 shouldn&#039;t trigger the whole 9-point leveling (That&#039;s G29), but it will trigger a z probe to home the bed (and the moves for probe extend/retract)</p><p>If you&#039;re looking to move the nozzle out of the way, use a G0 X180 Y180. (don&#039;t move it all the way to the right - that restricts cooling air due to a design flaw.) Also, ideally you&#039;d set to absolute coordinates before that, in case some crazy g-code left you in relative mode.</p>]]></content>
			<author>
				<name><![CDATA[trayracing]]></name>
				<uri>https://www.soliforum.com/user/7353/</uri>
			</author>
			<updated>2015-07-28T12:30:05Z</updated>
			<id>https://www.soliforum.com/post/102243/#p102243</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102222/#p102222" />
			<content type="html"><![CDATA[<p>Ok I will try that and report back! <br />Why does that cause it to go through the whole bed leveling z-probe procedure?</p>]]></content>
			<author>
				<name><![CDATA[afiedler]]></name>
				<uri>https://www.soliforum.com/user/10184/</uri>
			</author>
			<updated>2015-07-28T04:53:11Z</updated>
			<id>https://www.soliforum.com/post/102222/#p102222</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102208/#p102208" />
			<content type="html"><![CDATA[<p>If you want to home your XY AXIS at print end just like trayracing said remove the G28 Command. But rather than remove it, change it to G1 X0 Y0.. That will move the X and Y back to home position.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-07-28T02:11:34Z</updated>
			<id>https://www.soliforum.com/post/102208/#p102208</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102205/#p102205" />
			<content type="html"><![CDATA[<p>Remove the G28 in your end code. This is what the printer uses to find out where things are. It does this by moving the nozzle around until it hits various limit switches.</p>]]></content>
			<author>
				<name><![CDATA[trayracing]]></name>
				<uri>https://www.soliforum.com/user/7353/</uri>
			</author>
			<updated>2015-07-28T01:46:17Z</updated>
			<id>https://www.soliforum.com/post/102205/#p102205</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cannot stop z-probe after print]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/102172/#p102172" />
			<content type="html"><![CDATA[<p>Hello! For whatever reason, my press insists on doing the z-probing after a print is finished, and in turn mashes my finished prints</p><p>I am using rh, tried deleting start and end g code in both print settings and slic3r with just the box checked for park after print, and now I&#039;m running it with just this in the printer settings, with park after job/kill unchecked<br />start<br />G21; set mm units<br />G28 X0 Y0; home x and y axes<br />G29; probe bed<br />G90; set absolute coordinates<br />G1 Z5 F300 ;move platform down 5mm<br />G1 X10 Y10 F3000 ;move to front left corner<br />M109 S[temperature]; wait for extruder temp to be reached<br />G1 Z[first_layer_height] F200 ;move platform close to nozzle<br />G92 E0; reset extrusion distance<br />G1 E7 ;extrude anchor</p><p>end<br />G28 X0 Y0&nbsp; ; home X axis and y axis<br />G1 Z150 F300 ; lower platform to bottom<br />M104 S0 ; kill extruder temperature<br />M140 S0 ; kill bed temperature<br />M84 ; disable motors</p><p>Please help me!</p>]]></content>
			<author>
				<name><![CDATA[afiedler]]></name>
				<uri>https://www.soliforum.com/user/10184/</uri>
			</author>
			<updated>2015-07-27T19:59:27Z</updated>
			<id>https://www.soliforum.com/post/102172/#p102172</id>
		</entry>
</feed>
