<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — OctoPi]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/12809/" />
	<updated>2015-11-17T16:45:40Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/12809/octopi/</id>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109738/#p109738" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>grob wrote:</cite><blockquote><div class="quotebox"><cite>widespreaddeadhead wrote:</cite><blockquote><p>[EDIT] Admins, can this thread be deleted? Didn&#039;t actually have anything to do with OctoPi.</p></blockquote></div><p>No, don&#039;t delete? Tell us what happened, it might help someone else! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>OctoPi worked fine, the heated bed just has a function that prevents it from warming if it&#039;s too cold. Warmed the bed with my hand for a minute and it kicked on. Grob you were right about the host preventing moves below the start up point, which was expected. </p><p>The issue is in the firmware on the Workbench. It has the z-offset for the distance from the extended probe to the nozzle enabled in the firmware and to set up a traditional z axis endstop requires you to re-flash the firmware with that disabled. For more information on this see: <a href="http://www.soliforum.com/topic/12823/relocating-the-autobed-level-endstop-to-a-traditional-z-axis-endstop/">http://www.soliforum.com/topic/12823/re … s-endstop/</a></p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-17T16:45:40Z</updated>
			<id>https://www.soliforum.com/post/109738/#p109738</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109636/#p109636" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>widespreaddeadhead wrote:</cite><blockquote><p>[EDIT] Admins, can this thread be deleted? Didn&#039;t actually have anything to do with OctoPi.</p></blockquote></div><p>No, don&#039;t delete? Tell us what happened, it might help someone else! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[grob]]></name>
				<uri>https://www.soliforum.com/user/4515/</uri>
			</author>
			<updated>2015-11-15T23:32:41Z</updated>
			<id>https://www.soliforum.com/post/109636/#p109636</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109514/#p109514" />
			<content type="html"><![CDATA[<p>[EDIT] Admins, can this thread be deleted? Didn&#039;t actually have anything to do with OctoPi.</p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-13T15:24:55Z</updated>
			<id>https://www.soliforum.com/post/109514/#p109514</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109464/#p109464" />
			<content type="html"><![CDATA[<p>This sounds exactly like what happens when the firmware isn&#039;t getting (or correctly interpreting) the signal from the endstop switch.</p><p>If sending &quot;G28 Z&quot; through the console (simplest way to z home!) causes it to crash as you describe, then next I&#039;d check the wiring and switch function with a multimeter, check the switch is wired similarly to other endstops.</p><p>Guess something could have gone awry when you were modifying the endstop?</p><br /><p>There&#039;s a likelihood that either the firmware or the host is preventing moves below the start-up point before the axis is homed, as a safety precaution. This is expected! <img src="https://www.soliforum.com/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[grob]]></name>
				<uri>https://www.soliforum.com/user/4515/</uri>
			</author>
			<updated>2015-11-12T21:41:11Z</updated>
			<id>https://www.soliforum.com/post/109464/#p109464</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109383/#p109383" />
			<content type="html"><![CDATA[<p>Well, we just experienced a double blackout, and the weather is looking pretty bad and getting worse here. Will post the code tomorrow, have to deal with angry teachers and secretaries right now.</p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-11T19:30:48Z</updated>
			<id>https://www.soliforum.com/post/109383/#p109383</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109382/#p109382" />
			<content type="html"><![CDATA[<p>Does this <em>only</em> happen under OctoPi? That seems rather weird to me, can you show me the exact code that is being sent to the printer? (I&#039;m assuming OctoPi has a console log window like Repetier Host). Also post your complete start code. One thing to definitely check is to make sure you are communicating with the printer at the proper baudrate, as a mismatch can cause any random behavior.</p><p>Edit: Just saw you were experiencing this in RH too. The code being sent to the printer would definitely help. Preferably you can show an entire session, from printer start to Z home where you encounter the problem.</p>]]></content>
			<author>
				<name><![CDATA[jagowilson]]></name>
				<uri>https://www.soliforum.com/user/7321/</uri>
			</author>
			<updated>2015-11-11T19:11:11Z</updated>
			<id>https://www.soliforum.com/post/109382/#p109382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109380/#p109380" />
			<content type="html"><![CDATA[<p>Thanks for the tip! However, the lever mechanism was never on the z probe endstop, so it just hits the button directly, exactly like in the photo on the thingiverse link I posted.</p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-11T19:08:03Z</updated>
			<id>https://www.soliforum.com/post/109380/#p109380</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109375/#p109375" />
			<content type="html"><![CDATA[<p>You may need to bend the endstop upward a bit. Sounds to me like the lever mechanism isn&#039;t actually triggering the switch soon enough. Just take a pair of pliers and gently bend the metal piece upward a bit. It should make a satisfying click when pressed from the lever.</p>]]></content>
			<author>
				<name><![CDATA[jagowilson]]></name>
				<uri>https://www.soliforum.com/user/7321/</uri>
			</author>
			<updated>2015-11-11T18:58:58Z</updated>
			<id>https://www.soliforum.com/post/109375/#p109375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109374/#p109374" />
			<content type="html"><![CDATA[<p>I just ran a print and it will home before it starts printing, which will work, but leads to my next problem...</p><p>I removed the auto bed level &#039;system&#039; and placed the endstop on the z axis as seem here: <a href="http://www.thingiverse.com/thing:852608">http://www.thingiverse.com/thing:852608</a></p><p>When it homes, it goes until it hits the endstop and then continues for a few mm, smashing the bed into the nozzles. It does this in OctoPi and in RH. I removed the auto bed level commands from the start gcode and reset the z offset to 0, so now I&#039;m confused as to why it still decides to move after it triggers the endstop.</p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-11T18:50:06Z</updated>
			<id>https://www.soliforum.com/post/109374/#p109374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[OctoPi]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/109373/#p109373" />
			<content type="html"><![CDATA[<p>OctoPi will not home the z axis. Anyone else get OctoPi set up on a WB or WBA? </p><p>I can home X, Y, and move Z down. Seems like whatever position the Z is in when you start OctoPi, it assumes you are at &#039;home&#039;. So I moved it down 20mm then tried to home, and nothing. You can manually move the axis back to the home point, but no further than that.</p>]]></content>
			<author>
				<name><![CDATA[widespreaddeadhead]]></name>
				<uri>https://www.soliforum.com/user/9121/</uri>
			</author>
			<updated>2015-11-11T18:12:12Z</updated>
			<id>https://www.soliforum.com/post/109373/#p109373</id>
		</entry>
</feed>
