<?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 — Carriage going to lower left corner after print??]]></title>
		<link>https://www.soliforum.com/topic/11237/carriage-going-to-lower-left-corner-after-print/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/11237/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Carriage going to lower left corner after print??.]]></description>
		<lastBuildDate>Sat, 20 Jun 2015 04:37:02 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99485/#p99485</link>
			<description><![CDATA[<div class="quotebox"><cite>heartless wrote:</cite><blockquote><p>hmmm... just for grins, try setting the positions to 50 for both and see what happens? where does it stop? <br />It may be that something in the firmware is different for yours vs mine...</p></blockquote></div><p>I think I&#039;ve done enough experimenting for a while. lol. I just need to learn how to make that change permanent.</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Sat, 20 Jun 2015 04:37:02 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99485/#p99485</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99442/#p99442</link>
			<description><![CDATA[<p>hmmm... just for grins, try setting the positions to 50 for both and see what happens? where does it stop? <br />It may be that something in the firmware is different for yours vs mine...</p>]]></description>
			<author><![CDATA[null@example.com (heartless)]]></author>
			<pubDate>Fri, 19 Jun 2015 12:35:07 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99442/#p99442</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99405/#p99405</link>
			<description><![CDATA[<p>In both the end and kill code in gcode editor I changed the x 159 y 150 to 100 for both. At end of print it retreated in the same direction but stopped a little beyond the middle of the print space. Apparently different parts of Repetier use reversed coordinates. What I defined as park position as 159x150 didn&#039;t matter. Gcode editor defines home as 0,0 while printing coordinates and home definition reverses it, it would seem.</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Fri, 19 Jun 2015 01:08:05 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99405/#p99405</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99315/#p99315</link>
			<description><![CDATA[<div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><p>I just checked your settings against mine. They seem to be the same except for some temperature settings and print space respectively. Park position is 159, 150, and 50 respectively.</p><p>Start and End code is empty in sli3er settings,&nbsp; but there is Start and End Code in GCode Editor. Just:</p><p>Start Code<br />G21; set mm units<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br /><strong>G28 X0 Y0;home x and y axis</strong> <span style="color: blue">does the printer &quot;home&quot; correctly when starting a print? </span><br />G1 X75 Y75 F4000; move Nozzle above bed<br />G28 Z0; home Z axis <br />G92 E0; reset extrusion distance</p><p>End Code &amp; Kill Code<br />G28 X159 Y150<br />G91<br />G1 Z50 F50<br />G90</p><p>I am thinking anything that says X0 Y0 should be removed if Park and Home positions are the same. Correct?</p></blockquote></div><p>the only thing I can suggest is to remove the coordinates completely from the end/kill code so it reads: G28 X Y</p>]]></description>
			<author><![CDATA[null@example.com (heartless)]]></author>
			<pubDate>Thu, 18 Jun 2015 14:06:11 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99315/#p99315</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99207/#p99207</link>
			<description><![CDATA[<div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><p>I just checked your settings against mine. They seem to be the same except for some temperature settings and print space respectively. Park position is 159, 150, and 50 respectively.</p><p>Start and End code is empty in sli3er settings,&nbsp; but there is Start and End Code in GCode Editor. Just:</p><p>Start Code<br />G21; set mm units<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br />G28 X0 Y0;home x and y axis<br />G1 X75 Y75 F4000; move Nozzle above bed<br />G28 Z0; home Z axis <br />G92 E0; reset extrusion distance</p><p>End Code &amp; Kill Code<br />G28 X159 Y150<br />G91<br />G1 Z50 F50<br />G90</p><p>I am thinking anything that says X0 Y0 should be removed if Park and Home positions are the same. Correct?</p></blockquote></div><p>That would seem logical since X0 Y0 would be the opposite of X159 Y150.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Wed, 17 Jun 2015 18:27:45 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99207/#p99207</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/99205/#p99205</link>
			<description><![CDATA[<p>I just checked your settings against mine. They seem to be the same except for some temperature settings and print space respectively. Park position is 159, 150, and 50 respectively.</p><p>Start and End code is empty in sli3er settings,&nbsp; but there is Start and End Code in GCode Editor. Just:</p><p>Start Code<br />G21; set mm units<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br />G28 X0 Y0;home x and y axis<br />G1 X75 Y75 F4000; move Nozzle above bed<br />G28 Z0; home Z axis <br />G92 E0; reset extrusion distance</p><p>End Code &amp; Kill Code<br />G28 X159 Y150<br />G91<br />G1 Z50 F50<br />G90</p><p>I am thinking anything that says X0 Y0 should be removed if Park and Home positions are the same. Correct?</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Wed, 17 Jun 2015 18:21:14 +0000</pubDate>
			<guid>https://www.soliforum.com/post/99205/#p99205</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98975/#p98975</link>
			<description><![CDATA[<p>honestly, I dont havwe a lot of faith in SD techs... hate to say that, but there it is...</p><p>These are my settings in RH, under Config &gt; Printer settings...</p><p>Printer tab:</p><p><span class="postimg"><img src="http://img.photobucket.com/albums/v628/heartless500/printer%20settings%20printer%20tab.jpg" alt="http://img.photobucket.com/albums/v628/heartless500/printer%20settings%20printer%20tab.jpg" /></span></p><p>Printer Shape tab:</p><p><span class="postimg"><img src="http://img.photobucket.com/albums/v628/heartless500/printer%20settings%20printer%20shape%20tab.jpg" alt="http://img.photobucket.com/albums/v628/heartless500/printer%20settings%20printer%20shape%20tab.jpg" /></span></p><p>My settings in Slic3er Configuration &gt; Printer Settings tab &gt; General:</p><p><span class="postimg"><img src="http://img.photobucket.com/albums/v628/heartless500/slic3r%20printer%20settings.jpg" alt="http://img.photobucket.com/albums/v628/heartless500/slic3r%20printer%20settings.jpg" /></span></p><p>and Slic3r Configuration &gt; Printer Settings tab &gt; Custom G-code</p><p><span class="postimg"><img src="http://img.photobucket.com/albums/v628/heartless500/slic3r%20print%20settings%20gcode.jpg" alt="http://img.photobucket.com/albums/v628/heartless500/slic3r%20print%20settings%20gcode.jpg" /></span></p><p>I don&#039;t have a lot of custom g-code because I don&#039;t leave my printer unattended, heating is done/monitored manually.</p>]]></description>
			<author><![CDATA[null@example.com (heartless)]]></author>
			<pubDate>Mon, 15 Jun 2015 15:33:00 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98975/#p98975</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98968/#p98968</link>
			<description><![CDATA[<p>I&#039;ve had two different SD techs go through my settings and also reinstalled my Repetier software. What could they have missed?</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Mon, 15 Jun 2015 13:48:00 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98968/#p98968</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98953/#p98953</link>
			<description><![CDATA[<div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><div class="quotebox"><cite>carl_m1968 wrote:</cite><blockquote><p>Based on the Gcode this is the final move,</p><p>G1 X56.959 Y83.821 E2.95972</p><p>Now the question is is this line of code the same in all your prints and if so where is it being generated?</p></blockquote></div><p>I don&#039;t know if all my prints produce this code but I will check. How do I determine how it ends up in the gcode?</p></blockquote></div><br /><p>You need to look through all your slicer settings and host settings and see if there are any coordinates set anywhere that are similar or match these. It could be in your end gcode, or it may be an actual host setting that is getting exported to the slicer.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Mon, 15 Jun 2015 06:08:38 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98953/#p98953</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98950/#p98950</link>
			<description><![CDATA[<div class="quotebox"><cite>carl_m1968 wrote:</cite><blockquote><p>Based on the Gcode this is the final move,</p><p>G1 X56.959 Y83.821 E2.95972</p><p>Now the question is is this line of code the same in all your prints and if so where is it being generated?</p></blockquote></div><p>I don&#039;t know if all my prints produce this code but I will check. How do I determine how it ends up in the gcode?</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Mon, 15 Jun 2015 06:00:47 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98950/#p98950</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98940/#p98940</link>
			<description><![CDATA[<p>Based on the Gcode this is the final move,</p><p>G1 X56.959 Y83.821 E2.95972</p><p>Now the question is is this line of code the same in all your prints and if so where is it being generated?</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Mon, 15 Jun 2015 01:31:11 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98940/#p98940</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98905/#p98905</link>
			<description><![CDATA[<p>I&#039;m attaching an abridged G-Code. Let me know what you think?</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Sun, 14 Jun 2015 17:50:57 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98905/#p98905</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98882/#p98882</link>
			<description><![CDATA[<div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><div class="quotebox"><cite>carl_m1968 wrote:</cite><blockquote><div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><p>How do I find these files? They aren&#039;t simply the code displayed in Repetier?</p></blockquote></div><p>Just export the file rather than print it. Then you can open it in notepad.</p></blockquote></div><p>Can you instruct me on how to save this file?</p></blockquote></div><p>When you slice a file in Repetier Host it save the file as Composition.gcode in it&#039;s working directory. To find the working directory just click on file up on the tool bar and select show work directory. As said the compostion.gcode file will be the last and should be current file that you have sliced. That is your gcode file and can be opened in notepad.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Sun, 14 Jun 2015 05:46:25 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98882/#p98882</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98880/#p98880</link>
			<description><![CDATA[<div class="quotebox"><cite>carl_m1968 wrote:</cite><blockquote><div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><p>How do I find these files? They aren&#039;t simply the code displayed in Repetier?</p></blockquote></div><p>Just export the file rather than print it. Then you can open it in notepad.</p></blockquote></div><p>Can you instruct me on how to save this file?</p>]]></description>
			<author><![CDATA[null@example.com (Rocketman)]]></author>
			<pubDate>Sun, 14 Jun 2015 05:04:56 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98880/#p98880</guid>
		</item>
		<item>
			<title><![CDATA[Re: Carriage going to lower left corner after print??]]></title>
			<link>https://www.soliforum.com/post/98686/#p98686</link>
			<description><![CDATA[<div class="quotebox"><cite>Rocketman wrote:</cite><blockquote><p>How do I find these files? They aren&#039;t simply the code displayed in Repetier?</p></blockquote></div><p>Just export the file rather than print it. Then you can open it in notepad.</p>]]></description>
			<author><![CDATA[null@example.com (carl_m1968)]]></author>
			<pubDate>Thu, 11 Jun 2015 19:29:05 +0000</pubDate>
			<guid>https://www.soliforum.com/post/98686/#p98686</guid>
		</item>
	</channel>
</rss>
