<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Dual extrusion from LCD (RAMPS1.4 - Marlin 1.0.2)</title>
        <description> Hi I am working with dual extrusion set-up.
I found from LCD you can&#039;t change active extruder, so I mod Marlin to allow manual extrusion (E0 or E1) from LCD.

Dual Extrusion. 
Marlin 1.0.2 Modification for change active extruder from LCD.
It`s very simple.
Open Marlin on Arduino IDE.
Search UltraLCD.h
Add this two lines:
MENU_ITEM(gcode, &quot;Activar E0&quot;, PSTR(&quot;T0&quot;));
MENU_ITEM(gcode, &quot;Activar E1&quot;, PSTR(&quot;T1&quot;));
I added before this line:
MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR(&quot;M84&quot;));

After this mod you can choose active extruder E0 or E1 and move it from Move Menu&amp;gt;1 mm (0.1 mm)&amp;gt;Extruder


I love OpenSource. 

I hope you find this useful. 
Google+Post</description>
        <link>https://reprap.org/forum/read.php?146,535580,535580#msg-535580</link>
        <lastBuildDate>Fri, 04 Sep 2026 13:10:04 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?146,535580,536102#msg-536102</guid>
            <title>Re: Dual extrusion from LCD (RAMPS1.4 - Marlin 1.0.2)</title>
            <link>https://reprap.org/forum/read.php?146,535580,536102#msg-536102</link>
            <description><![CDATA[ Maybe <br />
MENU_ITEM(gcode, "unload filament", PSTR("<b>your gcode for extract filament</b>"));<br />
MENU_ITEM(gcode, "load filament", PSTR("<b>your gcode for load filament </b>"));<br />
<br />
This is not tested so be careful. <br />
Keep your finger on power button while testing changes.]]></description>
            <dc:creator>SergioMC</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Thu, 23 Jul 2015 02:38:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,535580,535882#msg-535882</guid>
            <title>Re: Dual extrusion from LCD (RAMPS1.4 - Marlin 1.0.2)</title>
            <link>https://reprap.org/forum/read.php?146,535580,535882#msg-535882</link>
            <description><![CDATA[ I find it very useful! (tu)<br />
Now, if I only find a way to retract faster.<br />
It takes forever to change filament with a 500mm Bowden tube :(<br />
-Olaf<br />
<br />
My only solution so far is a hand written g-code that is permanently on my SD-card.]]></description>
            <dc:creator>o_lampe</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 22 Jul 2015 12:33:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?146,535580,535580#msg-535580</guid>
            <title>Dual extrusion from LCD (RAMPS1.4 - Marlin 1.0.2)</title>
            <link>https://reprap.org/forum/read.php?146,535580,535580#msg-535580</link>
            <description><![CDATA[ Hi I am working with dual extrusion set-up.<br />
I found from LCD you can't change active extruder, so I mod Marlin to allow manual extrusion (E0 or E1) from LCD.<br />
<br />
Dual Extrusion. <br />
Marlin 1.0.2 Modification for change active extruder from LCD.<br />
It`s very simple.<br />
Open Marlin on Arduino IDE.<br />
Search UltraLCD.h<br />
Add this two lines:<br />
MENU_ITEM(gcode, "Activar E0", PSTR("T0"));<br />
MENU_ITEM(gcode, "Activar E1", PSTR("T1"));<br />
I added before this line:<br />
MENU_ITEM(gcode, MSG_DISABLE_STEPPERS, PSTR("M84"));<br />
<br />
After this mod you can choose active extruder E0 or E1 and move it from Move Menu&gt;1 mm (0.1 mm)&gt;Extruder<br />
<br />
<br />
I love OpenSource. <br />
<br />
I hope you find this useful. <br />
<a href="https://plus.google.com/111890988287009356186/posts/iW1tyHhUNnD" target="_blank"  rel="nofollow">Google+Post</a>]]></description>
            <dc:creator>SergioMC</dc:creator>
            <category>Firmware - mainstream and related support</category>
            <pubDate>Wed, 22 Jul 2015 04:13:30 -0400</pubDate>
        </item>
    </channel>
</rss>
