<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[SoliForum - 3D Printing Community — GCode]]></title>
		<link>https://www.soliforum.com/topic/12905/gcode/</link>
		<atom:link href="https://www.soliforum.com/feed/rss/topic/12905/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in GCode.]]></description>
		<lastBuildDate>Tue, 24 Nov 2015 03:50:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: GCode]]></title>
			<link>https://www.soliforum.com/post/110146/#p110146</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (grob)]]></author>
			<pubDate>Tue, 24 Nov 2015 03:50:41 +0000</pubDate>
			<guid>https://www.soliforum.com/post/110146/#p110146</guid>
		</item>
		<item>
			<title><![CDATA[GCode]]></title>
			<link>https://www.soliforum.com/post/110089/#p110089</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (poppinfresh)]]></author>
			<pubDate>Mon, 23 Nov 2015 16:09:44 +0000</pubDate>
			<guid>https://www.soliforum.com/post/110089/#p110089</guid>
		</item>
	</channel>
</rss>
