<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>2 Extruders, one printer</title>
        <description> Hi Everybody,

I want to know what is the function in GCode to jump from one extruder to an other in GCode file. I can&#039;t find it. Or, how do the printer to change extruder when printing!!!

Please help me!! 

Think you!!</description>
        <link>https://reprap.org/forum/read.php?1,240582,240582#msg-240582</link>
        <lastBuildDate>Mon, 10 Aug 2026 18:36:55 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240822#msg-240822</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240822#msg-240822</link>
            <description><![CDATA[ Think You bobc!! I found it in Marlin_main!!<br />
<br />
to jamesdanielv : No I just want to understand how the printer knows the changement of extruders!! And how it does it, because I want to use 2 extruders!!]]></description>
            <dc:creator>chik</dc:creator>
            <category>General</category>
            <pubDate>Thu, 29 Aug 2013 05:09:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240736#msg-240736</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240736#msg-240736</link>
            <description><![CDATA[ why do you need to know this, the modern slicers take care of this automatically. are you doing something else? something great?]]></description>
            <dc:creator>jamesdanielv</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 20:26:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240637#msg-240637</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240637#msg-240637</link>
            <description><![CDATA[ Here [<a href="https://github.com/ErikZalm/Marlin/blob/Marlin_v1/Marlin/Marlin_main.cpp#L2196" target="_blank"  rel="nofollow">github.com</a>] perhaps?]]></description>
            <dc:creator>bobc</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 14:09:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240626#msg-240626</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240626#msg-240626</link>
            <description><![CDATA[ I can't found this code on Marlinmain.cpp!!<br />
<br />
Is it normal?]]></description>
            <dc:creator>chik</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 13:20:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240593#msg-240593</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240593#msg-240593</link>
            <description><![CDATA[ Think you rhmorrison ,<br />
<br />
OK, but where can I find this function?!<br />
<br />
Regards]]></description>
            <dc:creator>chik</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 10:31:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240590#msg-240590</guid>
            <title>Re: 2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240590#msg-240590</link>
            <description><![CDATA[ [<a href="http://reprap.org/wiki/GCodes#T:_Select_Tool" target="_blank"  rel="nofollow">reprap.org</a>]<br />
<br />
 <pre class="bbcode">
T: Select Tool

Example: T1

Select extruder number 1 to build with.

The sequence followed is:

    Set the current extruder to its standby temperature specified by G10 (see above),
    Set the new extruder to its operating temperature specified by G10 and wait for all temperatures to stabilise,
    Apply any X, Y, Z offset for the new extruder specified by G10,
    Use the new extruder. 

Selecting a non-existent tool (100, say) just does Step 1. above. That is to say it leaves all tools in their standby state. You can, of course, use the G10 command beforehand to set that standby temperature to anything you like.

Note that you may wish to move to a parking position before executing a T command in order to allow the new extruder to reach temperature while not in contact with the print. It is acceptable for the firmware to apply a small offset [by convention (-1mm x tool-number) in Y] to the current position when the above sequence is entered to allow temperature changes to take effect just away from the parking position. Any such offset must, of course, be undone when the procedure finishes.

If the Z value changes in the offsets and the head moves up, then the Z move is made before the X and Y moves. If Z moves down, X and Y are done first.

After a reset extruders will not start heating until they are selected. You can either put them all at their standby temperature by selecting them in turn, or leave them off so they only come on if/when you first use them. The M0, M1 and M112 commands turn them all off. You can, of course, turn them all off with the M1 command, then turn some back on again. Don't forget also to turn on the heated bed (if any) if you use that trick.

Extruder numbering starts at 0.</pre>
<br />
e.g. T0 or T1.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 10:27:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,240582,240582#msg-240582</guid>
            <title>2 Extruders, one printer</title>
            <link>https://reprap.org/forum/read.php?1,240582,240582#msg-240582</link>
            <description><![CDATA[ Hi Everybody,<br />
<br />
I want to know what is the function in GCode to jump from one extruder to an other in GCode file. I can't find it. Or, how do the printer to change extruder when printing!!!<br />
<br />
Please help me!! <br />
<br />
Think you!!]]></description>
            <dc:creator>chik</dc:creator>
            <category>General</category>
            <pubDate>Wed, 28 Aug 2013 09:58:09 -0400</pubDate>
        </item>
    </channel>
</rss>
