<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Z Axis - Please help end three weeks of hell]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/8837/" />
	<updated>2014-12-22T22:37:32Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/8837/z-axis-please-help-end-three-weeks-of-hell/</id>
		<entry>
			<title type="html"><![CDATA[Re: Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76145/#p76145" />
			<content type="html"><![CDATA[<p>Since I have determined that the issue is not the z axis I am going to continue investigating and see if I can find out what my next problem is and put it in another thread.</p><p>Thanks for the help.</p><p>EDIT: Upgraded the RH software from that which was linked in the Solidoodle setup guide and it is working 1000% better.&nbsp; Was on .8 something and am no on 1.06</p>]]></content>
			<author>
				<name><![CDATA[brandon]]></name>
				<uri>https://www.soliforum.com/user/8559/</uri>
			</author>
			<updated>2014-12-22T22:37:32Z</updated>
			<id>https://www.soliforum.com/post/76145/#p76145</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76097/#p76097" />
			<content type="html"><![CDATA[<p>I appreciate the help but it didn&#039;t work for my printer very well.&nbsp; It would park the extruder assembly and then just stop while the extruder temperature dropped.</p><p>I don&#039;t have a heated bed so I took that line out but it still just stalled out on me.</p><p>Unless I was too impatient.&nbsp; I did modify it to this to see if this would work:</p><p>G21; set mm units<br />G28; home all axis<br />G90; set absolute coordinates<br />G1 X75 Y75 F4000; move extruder above bed<br />G28 Z0; home Z axis<br />G92 E0; reset extrusion distance</p><p>This worked, but I ran into the same issue.</p><p>So I just put my hand down on the Z Axis screw drive and waited for it to move.&nbsp; It did so apparently that is not my problem.</p><p>It is just so odd.&nbsp; It prints the brim just fine but as soon as it moves to print anything inside it is completely ineffective,</p>]]></content>
			<author>
				<name><![CDATA[brandon]]></name>
				<uri>https://www.soliforum.com/user/8559/</uri>
			</author>
			<updated>2014-12-22T03:35:51Z</updated>
			<id>https://www.soliforum.com/post/76097/#p76097</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76091/#p76091" />
			<content type="html"><![CDATA[<p>If you want to try my code feel free. It has been working great for nearly a year now.</p><p>G21; set mm units<br />G28 ;home all axis<br />M190 S[first_layer_bed_temperature] ; set and wait for bed temp to be reached<br />M104 S[temperature] ; set extruder temp and start heating<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</p><p>I got rid of the anchor command months ago, but everything still works just fine.</p>]]></content>
			<author>
				<name><![CDATA[AZERATE]]></name>
				<uri>https://www.soliforum.com/user/4188/</uri>
			</author>
			<updated>2014-12-21T22:27:45Z</updated>
			<id>https://www.soliforum.com/post/76091/#p76091</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76074/#p76074" />
			<content type="html"><![CDATA[<p>My start code looks like this:</p><p>G21; set mm units<br />G90; set absolute coordinates<br />G28 X0 Y0; home x and y axis<br />G1 X75 Y75 F4000; move extruder above bed<br />G28 Z0; home Z axis<br />G92 E0; reset extrusion distance</p><p>Not sure where I got it from but I believe it was from a forum.&nbsp; Is is possible that something in my RH settings could be conflicting with this or the other way around?</p><p>Thanks for the help BTW!</p>]]></content>
			<author>
				<name><![CDATA[brandon]]></name>
				<uri>https://www.soliforum.com/user/8559/</uri>
			</author>
			<updated>2014-12-21T18:13:17Z</updated>
			<id>https://www.soliforum.com/post/76074/#p76074</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76045/#p76045" />
			<content type="html"><![CDATA[<p>Does your start code look something like this:<br />G21; set mm units<br />G28 ;home all axis<br />G90; set absolute coordinates<br />G92 E0; reset extruder distance<br />M104 S230; set extruder temp and start heating<br />G1 Z5 F300 ;move platform down 5mm<br />G1 X145 Y145 F3000 ; move to back right corner<br />M109 S230; wait for extruder temp to be reached<br />G1 Z[first_layer_height] F200 ;move platform close to nozzle<br />G1 E7; extruder anchor<br />G1 F3000; Set Feed rate for first move<br />G92 E0; reset extrusion distance</p>]]></content>
			<author>
				<name><![CDATA[satman49]]></name>
				<uri>https://www.soliforum.com/user/574/</uri>
			</author>
			<updated>2014-12-21T05:07:55Z</updated>
			<id>https://www.soliforum.com/post/76045/#p76045</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Z Axis - Please help end three weeks of hell]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/76043/#p76043" />
			<content type="html"><![CDATA[<p>Summary: I don&#039;t think the Z-axis is moving at all</p><p>I purchased a Solidoodle 2 from someone that claimed it was in working order.&nbsp; When I first fired it up (of course first going through the setup portions that were applicable) it was grooving the painters tape so I recalibrated the z Axis.</p><p>I have discovered though that while the Z axis will move manually via the Repetier software it does not seem to drop during a print.&nbsp; It just tried to print the same thing over and over again at the same level.</p><p>Since the steppers seem to be fine then it must mean that there is either something in the settings or something in the Gcode that is really screwing things up.&nbsp; the other option I can think of is firmware but I don&#039;t know much about flashing these things.</p><p>I can take a video if that will help.&nbsp; </p><p>Any help would be greatly appreciated.</p><p><strong>Solution at bottom post</strong></p>]]></content>
			<author>
				<name><![CDATA[brandon]]></name>
				<uri>https://www.soliforum.com/user/8559/</uri>
			</author>
			<updated>2014-12-21T04:12:36Z</updated>
			<id>https://www.soliforum.com/post/76043/#p76043</id>
		</entry>
</feed>
