<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[SoliForum - 3D Printing Community — GCode]]></title>
	<link rel="self" href="https://www.soliforum.com/feed/atom/topic/12905/" />
	<updated>2015-11-24T03:50:41Z</updated>
	<generator>PunBB</generator>
	<id>https://www.soliforum.com/topic/12905/gcode/</id>
		<entry>
			<title type="html"><![CDATA[Re: GCode]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/110146/#p110146" />
			<content type="html"><![CDATA[<p>The reference doc for 3d printing gcode is here: <a href="http://reprap.org/wiki/G-code">http://reprap.org/wiki/G-code</a><br />I keep going back here all the time, a few I can remember off-by-heart though.<br />Unfortunately there are documentation issues with g-codes, while each normally does roughly what is described, each printer firmware has its own quirks, which are not well published. But most of the common ones are fairly well defined &amp; predictable these days.</p><p>As per original Gcode, All the chunks of the command are a letter followed by a number (yes, some rare exceptions like the &quot;display message&quot; command), so these are T0 (zero) and P0 (zero).</p><p>P is usually used for generic <span class="bbu">P</span>arameters - if a command only takes one, it&#039;s often P or S (a loose convention of sorts)<br />T is a special <span class="bbu">T</span>ool select command - T0 means you&#039;re selecting extruder 0. The S parameter here is actually the temperature!</p><p>Note that the M109 command is not setting the bed temp - it&#039;s setting the extruder temp, then waiting for that temperature to be reached (110C). Bed temperature is typically set with M140, set-and-wait with M190.</p>]]></content>
			<author>
				<name><![CDATA[grob]]></name>
				<uri>https://www.soliforum.com/user/4515/</uri>
			</author>
			<updated>2015-11-24T03:50:41Z</updated>
			<id>https://www.soliforum.com/post/110146/#p110146</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[GCode]]></title>
			<link rel="alternate" href="https://www.soliforum.com/post/110089/#p110089" />
			<content type="html"><![CDATA[<p>I&#039;ve been doing a lot of Googling and reading, but some answers seem to be elusive.</p><p>What does the bolded text mean in the GCode sample below?&nbsp; (&quot;TO&quot; and &quot;PO&quot;) or is it T0 and P0?</p><p>Is it &quot;T&quot; or &quot;P&quot; and a numeric value?&nbsp; Maybe &quot;T&quot; means TEMPERATURE?</p><p>M103 (disable RPM)<br />M73 <strong>P0</strong> (enable build progress)<br />G21 (set units to mm)<br />G90 (set positioning to absolute)<br />M109 S110 <strong>T0</strong> (set HBP temperature)<br />M104 S240 <strong>T0</strong> (set extruder temperature) (temp updated by printOMatic)</p><p>Thanks</p>]]></content>
			<author>
				<name><![CDATA[poppinfresh]]></name>
				<uri>https://www.soliforum.com/user/12652/</uri>
			</author>
			<updated>2015-11-23T16:09:44Z</updated>
			<id>https://www.soliforum.com/post/110089/#p110089</id>
		</entry>
</feed>
