<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Centering prints in Repetier]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/11331/" />
	<updated>2015-07-08T23:47:08Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/11331/centering-prints-in-repetier/</id>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/100689/#p100689" />
			<content type="html"><![CDATA[<p>So I believe I have finally solved this.</p><p>I recently switched over to wireless printing using OctoPrint on a Raspberry Pi (OctoPi). So now I just plate in Slic3r and upload the g-code to OctoPrint. I still had the same issue where prints were offset more towards the front of the bed.</p><br /><p>I came up with two fixes. <strong>Here is the first that I have tested:</strong></p><p>The Workbench Apprentice (and probably other Solidoodle printers) have a travel range that is past the origin of the bed. X0 Y0 positions the extruder off of the bed, but I found that X0 Y14 positions it pretty close to being right on the corner. So what I did was set some custom start g-code in slicer to move the head to X0 Y14 and then reset that position as X0 Y0. Here is my full start g-code for reference:</p><div class="codebox"><pre><code>T0; T is the platform to heat
M140 S[first_layer_bed_temperature]; set bed temp (fast)
M104 S150; set extruder temp (fast)
G21; set units to mm
G90; set to absolute positioning
G28 X0 Y0; home x and y axes
G1 Z20 F200; lower bed for clearance
G1 X0 Y14 F5000; move to front left corner
G92 X0 Y0; set correct bed origin
G29; detailed z-probe
G92 E0; reset extrusion distance
G1 Z0.3 F200; auto raise z-probe
G1 Z20 F200; lower bed for clearance
G1 X0 Y0 F5000; move to front left corner
M190 S[first_layer_bed_temperature]; wait for bed to reach target temp
M109 S[first_layer_temperature]; wait for extruder to reach target temp
G1 X75 Y75 F5000; move to center</code></pre></div><br /><p><strong>Here is my second solution that is untested:</strong></p><p>In the Slic3r setting for printer bed shape, it lists the size and origin. Originally I had the size set to 150x150 and the origin as 0,0. I believe that the bed size should actually be set to the full range of travel for your printer, and the origin should be where the corner of the bed starts from the actual origin. So in my case, the size would be x: 170 y: 160, and the origin would be x: 0 y: 14.</p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-07-08T23:47:08Z</updated>
			<id>https://www.soliforum.com/post/100689/#p100689</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97619/#p97619" />
			<content type="html"><![CDATA[<p>I do not know if this is the same problem. I have an SD4.&nbsp; When I am using Slicer and printing several items that are auto-positioned close to the edge in the software, the head will run off the edge of the bed. It will move forward until it starts to grind, and off the right side. I have both my Repetier and Slicer settings showing 200mm x 200mm. I also do not know if this matters, when it homes the extruder is off the right side of the bed in the air. I thought that was normal, but now I am thinking it might be related. Normally, I do center my prints. However, with multiple objects the centering button is greyed out and all I have is auto-position.</p>]]></content>
			<author>
				<name><![CDATA[Morganism]]></name>
				<uri>https://www.soliforum.com/user/9095/</uri>
			</author>
			<updated>2015-06-01T16:44:03Z</updated>
			<id>https://www.soliforum.com/post/97619/#p97619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97587/#p97587" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>mdrVB6 wrote:</cite><blockquote><p>Ya why is your bed holder so much longer than the bed?&nbsp; Is that an SD3 bed on an SD2?</p></blockquote></div><p>It&#039;s a Workbench Apprentice (as noted in my signature). That&#039;s just how the bed looks.</p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-06-01T02:44:33Z</updated>
			<id>https://www.soliforum.com/post/97587/#p97587</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97581/#p97581" />
			<content type="html"><![CDATA[<p>The print center settings are overridden by repetier host, as I noted above. The --print-center argument overrides the Slic3r settings.</p>]]></content>
			<author>
				<name><![CDATA[jagowilson]]></name>
				<uri>https://www.soliforum.com/user/7321/</uri>
			</author>
			<updated>2015-06-01T01:18:36Z</updated>
			<id>https://www.soliforum.com/post/97581/#p97581</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97580/#p97580" />
			<content type="html"><![CDATA[<p>Are yu using Slic3r ? If so there is a bed center parameter you need to check. Do not see that setting in cura. does cura and Slic3r give the same offset problem?<br />Tin</p>]]></content>
			<author>
				<name><![CDATA[Tin Falcon]]></name>
				<uri>https://www.soliforum.com/user/6775/</uri>
			</author>
			<updated>2015-06-01T00:29:05Z</updated>
			<id>https://www.soliforum.com/post/97580/#p97580</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97579/#p97579" />
			<content type="html"><![CDATA[<p>Ya why is your bed holder so much longer than the bed?&nbsp; Is that an SD3 bed on an SD2?</p>]]></content>
			<author>
				<name><![CDATA[mdrVB6]]></name>
				<uri>https://www.soliforum.com/user/4377/</uri>
			</author>
			<updated>2015-05-31T23:52:31Z</updated>
			<id>https://www.soliforum.com/post/97579/#p97579</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97578/#p97578" />
			<content type="html"><![CDATA[<p>All my repetier settings are taken directly from here: <a href="http://support.solidoodle.com/hc/en-us/articles/204352500-Default-Repetier-Host-and-Slic3r-Settings">http://support.solidoodle.com/hc/en-us/ … r-Settings</a></p><p>I&#039;ve just checked them again and all the settings look fine.</p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-05-31T23:51:21Z</updated>
			<id>https://www.soliforum.com/post/97578/#p97578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97576/#p97576" />
			<content type="html"><![CDATA[<p>Bed size settings in RH are the issue. Are you sure you selected &quot;center object?&quot; Changing the bed size values change where center is, by passing the --print-center=(x,y) parameter to slic3r, but you still must select center object</p><p>In your case, the length of the Y axis seems to be too large. It&#039;s placing center along Y too far forward.</p>]]></content>
			<author>
				<name><![CDATA[jagowilson]]></name>
				<uri>https://www.soliforum.com/user/7321/</uri>
			</author>
			<updated>2015-05-31T23:29:42Z</updated>
			<id>https://www.soliforum.com/post/97576/#p97576</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97563/#p97563" />
			<content type="html"><![CDATA[<p>I checked the bed size settings and that&#039;s definitely not the issue. I ran another large print yesterday and the brim fell off the front of the bed with plenty of room to spare on the back. I also noticed that the bed probing sequence is also offset more towards the front of the bed. </p><p><span class="postimg"><img src="http://www.imgur.com/cnnJVTn.jpg" alt="http://www.imgur.com/cnnJVTn.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-05-31T18:45:18Z</updated>
			<id>https://www.soliforum.com/post/97563/#p97563</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97409/#p97409" />
			<content type="html"><![CDATA[<p>If it is running off the bed than it is more likely a bed size parameter issue.&nbsp; Make sure that your sizes match in R-H (Printer Setting&gt;Printer Shape) and your Slicer profile (Printer Settings&gt;General).</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2015-05-29T15:14:42Z</updated>
			<id>https://www.soliforum.com/post/97409/#p97409</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97406/#p97406" />
			<content type="html"><![CDATA[<p>I&#039;m using Repetier Host for Mac v 0.56. The only major issue I&#039;ve encountered with this so far is that on one larger print I did with a brim, the brim fell off the front of the build plate when there was plenty of space at the back of the bed. I&#039;m thinking I can just manually move the objects backwards in the program for now to account for it.</p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-05-29T15:07:55Z</updated>
			<id>https://www.soliforum.com/post/97406/#p97406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97404/#p97404" />
			<content type="html"><![CDATA[<p>Are you using version 1.0.6?&nbsp; I am actually having the same issue.<br />In the preview screen the object will be centered but the actual print is shifted forward 10-20mm.&nbsp; You can (under Print Settings&gt;Printer Shape) change the &quot;Bed Front&quot; value to a negative to change center.&nbsp; This works for smaller items but ultimately reduces the bed size as you place other items.&nbsp; I have also noticed that on an item that fills most of the build plate center falls where it should.&nbsp; So other than being annoying that the smaller prints aren&#039;t centered I am not seeing any real ill affects.&nbsp; I don&#039;t know if this is some kind of bug or an intentional change but I would sure like to figure it out as well.</p>]]></content>
			<author>
				<name><![CDATA[wardjr]]></name>
				<uri>https://www.soliforum.com/user/2291/</uri>
			</author>
			<updated>2015-05-29T14:54:00Z</updated>
			<id>https://www.soliforum.com/post/97404/#p97404</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Centering prints in Repetier]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/97400/#p97400" />
			<content type="html"><![CDATA[<p>I&#039;ve noticed that when I center objects in Repetier and then print them, they are centered on the x-axis of the bed but more towards the front of the bed on the y-axis. As far as I know all my settings for bed size and stuff like that are correct. Anyone know what to do to fix this?</p>]]></content>
			<author>
				<name><![CDATA[chancrescolex]]></name>
				<uri>https://www.soliforum.com/user/9877/</uri>
			</author>
			<updated>2015-05-29T14:17:38Z</updated>
			<id>https://www.soliforum.com/post/97400/#p97400</id>
		</entry>
</feed>
