<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — Need some help on Gcodes and setup.]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/12015/" />
	<updated>2015-08-11T15:59:14Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/12015/need-some-help-on-gcodes-and-setup/</id>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103406/#p103406" />
			<content type="html"><![CDATA[<p>Thanks a lot for the help guys. Printer still seems off somehow but Im working on it atm. Thanks again</p>]]></content>
			<author>
				<name><![CDATA[MJAussie360]]></name>
				<uri>https://www.soliforum.com/user/11712/</uri>
			</author>
			<updated>2015-08-11T15:59:14Z</updated>
			<id>https://www.soliforum.com/post/103406/#p103406</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103375/#p103375" />
			<content type="html"><![CDATA[<p>For the 0.92mod the GCODE codes available is here : <a href="https://github.com/luc-github/Repetier-Firmware-0.92/blob/master/src/ArduinoDUE/Repetier/Repetier.ino">https://github.com/luc-github/Repetier- … petier.ino</a><br />I maintain it for generic and custom codes</p>]]></content>
			<author>
				<name><![CDATA[luc]]></name>
				<uri>https://www.soliforum.com/user/8495/</uri>
			</author>
			<updated>2015-08-11T01:27:32Z</updated>
			<id>https://www.soliforum.com/post/103375/#p103375</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103349/#p103349" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>MJAussie360 wrote:</cite><blockquote><p>Thanks a lot. Is there somewhere with a list of all the commands you can use to do it all?<br />I see a lot of recommended settings and stuff on forums but I&#039;d love to be able to browse and learn more about it so I can expand things later on.</p></blockquote></div><p>Here ya go.</p><p><a href="http://reprap.org/wiki/G-code">http://reprap.org/wiki/G-code</a></p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-08-10T21:10:45Z</updated>
			<id>https://www.soliforum.com/post/103349/#p103349</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103347/#p103347" />
			<content type="html"><![CDATA[<p>Thanks a lot. Is there somewhere with a list of all the commands you can use to do it all?<br />I see a lot of recommended settings and stuff on forums but I&#039;d love to be able to browse and learn more about it so I can expand things later on.</p>]]></content>
			<author>
				<name><![CDATA[MJAussie360]]></name>
				<uri>https://www.soliforum.com/user/11712/</uri>
			</author>
			<updated>2015-08-10T21:05:02Z</updated>
			<id>https://www.soliforum.com/post/103347/#p103347</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103345/#p103345" />
			<content type="html"><![CDATA[<p>Give me a bit to edit that existing end code. Most of what you want is there, I think the commands with the words are just confusing it so it is not making all the commands.</p><p>UPDATE:</p><p>So here is a basic end code that should do what you want aside from the cleaning. The cleaning would need custom code written to make the head move over the cleaning blade. It can be done but would take time as well as trial and error.</p><p>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<br />M300 s2500 p400 ;Beep<br />M300 s2000 p400<br />M300 s1500 p400<br />M300 s1000 p400</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-08-10T21:02:03Z</updated>
			<id>https://www.soliforum.com/post/103345/#p103345</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103341/#p103341" />
			<content type="html"><![CDATA[<p>That would be correct. Also to turn off the bed and extruder after printing</p>]]></content>
			<author>
				<name><![CDATA[MJAussie360]]></name>
				<uri>https://www.soliforum.com/user/11712/</uri>
			</author>
			<updated>2015-08-10T20:54:53Z</updated>
			<id>https://www.soliforum.com/post/103341/#p103341</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103337/#p103337" />
			<content type="html"><![CDATA[<p>Well for starts all the M117 commands you have with words are useless. These machine only know Gcode commands with numbers. They do not understand words. The words after the ; is for your benefit so you know what that line does. So lets go back to basics. Aside from cleaning you mainly want the bed to lower to the bottom and the head to move to the back right corner over the drip pan correct?</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-08-10T20:50:42Z</updated>
			<id>https://www.soliforum.com/post/103337/#p103337</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103324/#p103324" />
			<content type="html"><![CDATA[<p>No worries mate.</p><p>The start and end scripts I found on the voltivo forums and was using them for repetier, which somewhat did what I wanted, but doesn&#039;t work in S3D</p><p>I&#039;ll post both scripts to be sure</p><br /><br /><p>Start G-Code</p><p>M140 S[first_layer_bed_temperature] ; Bed (no wait)<br />M104 S[first_layer_temperature] ; Extruder (no wait)<br />M106 S255 ; Start fan<br />G90 ; set absolute coordinates<br />M109 S[first_layer_temperature] ; Extruder (wait)<br />M190 S[first_layer_bed_temperature] ; Bed (wait)<br />M117 Start<br />M300 s1000 p400 ; Beep<br />M300 s1500 p400<br />M300 s2000 p400<br />M300 s2500 p400<br />M117 Cleaning<br />M100 ; Cleaning<br />G1 Z5 F1500<br />G1 X0 Y15 F1000<br />G1 X32 Y30 F1000<br />G92 E0 ; reset extrusion distance<br />G1 Z[first_layer_height] F4800.000<br />G1 X32 Y170 E14 F1000<br />G1 X32 Y185 F1000<br />M117 Printing</p><br /><p>End G-Code<br />M104 S0 ; turn off extruder<br />M140 S0 ; turn off Bed<br />G90 ; Absolute<br />G28 X0 Y0 ; home<br />M117 Down Bed<br />G1 Z200 ; Lower bed<br />M117 Cleaning<br />M100 ;Cleaning<br />M84 ; Disable motors<br />M117 Cooling<br />M190 S50 ; Bed (cooling)<br />M116 ; Wait for all temperatures<br />M140 S0 ; turn off Bed<br />M117 Pickup piece<br />M300 s2500 p400 ; Beep<br />M300 s2000 p400<br />M300 s1500 p400<br />M300 s1000 p400<br />M84 ; Disable motors<br />M117 Printer Ready</p><br /><p>Thanks for the help I appreciate it</p>]]></content>
			<author>
				<name><![CDATA[MJAussie360]]></name>
				<uri>https://www.soliforum.com/user/11712/</uri>
			</author>
			<updated>2015-08-10T19:38:58Z</updated>
			<id>https://www.soliforum.com/post/103324/#p103324</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103322/#p103322" />
			<content type="html"><![CDATA[<p>Post your current end gcode and we can tell you what to add.</p>]]></content>
			<author>
				<name><![CDATA[carl_m1968]]></name>
				<uri>https://www.soliforum.com/user/7731/</uri>
			</author>
			<updated>2015-08-10T18:06:24Z</updated>
			<id>https://www.soliforum.com/post/103322/#p103322</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Need some help on Gcodes and setup.]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/103291/#p103291" />
			<content type="html"><![CDATA[<p>Hi guys, first of all let me say that I am new to the 3D printing world. This forum has been a great help so far I&#039;m currently running repetier 0.92 on a Da Vinci 1.0a machine. </p><p>Everything has so far been running decently and haven&#039;t had much of an issue with setting it up. I have been using the repetier host program with some hit an miss results though.<br />The support structures in the host never work out and are way to hard to remove. Print time being a lot faster is a plus though. some prints are very sloppy though</p><p>Simplify 3D has way better results quality wise but are slow print times. My support structures work brilliantly in this program so I am wanting to mainly use the one that I am having better results with.</p><p>My main issue is that Ive been trying to find a way to make Simplify3D behave a little like it did before I flashed it.<br />After a print, it just stops and stays there.</p><p>I need a little help, if possible, with some form of basic start and/or finish gcode to make the bed go down, home the extruder, cleaning, turn off extruder and temps etc. </p><p>I appreciate any help and thank you all for having an awesome little informative community. I&#039;m glad to be a part of it.</p>]]></content>
			<author>
				<name><![CDATA[MJAussie360]]></name>
				<uri>https://www.soliforum.com/user/11712/</uri>
			</author>
			<updated>2015-08-10T11:23:23Z</updated>
			<id>https://www.soliforum.com/post/103291/#p103291</id>
		</entry>
</feed>
