<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Gen 3 and Pololu on Extruder</title>
        <description> I got a P4AC 4 axis controller by ljyang that uses Pololu 1201 stepper controllers running with the Techzone Gen 3 Remix motherboard and extruder controller on my Mendel.  I have it set for 1/16 steps on X and Y, 1/4 steps on Z and 1/2 steps on the extruder. 

I wanted to set the extruder to 1/16 steps but I noticed that the retract/restart speed with Skeinforge 040 was noticeably slower with 1/16 steps than with 1/2 steps. This prevented retract/restart from working right so I configured the Pololu for 1/2 steps on the extruder. I set the correct steps per mm in the firmware in both cases. Here&#039;s the code with the 1/16 steps commented out:

#define E0_STEPS_PER_MM   85.365      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
#define E1_STEPS_PER_MM   85.365      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
//#define E0_STEPS_PER_MM   682.92      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
//#define E1_STEPS_PER_MM   682.92      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
I took a quick look at the FiveD firmware that I&#039;m using (reprap 20100719) and I couldn&#039;t see any parameters that limits the extruder speed. Is this a firmware limit or is this a Gen 3 motherboard limit?</description>
        <link>https://reprap.org/forum/read.php?1,77692,77692#msg-77692</link>
        <lastBuildDate>Fri, 14 Aug 2026 05:37:31 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77738#msg-77738</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77738#msg-77738</link>
            <description><![CDATA[ Well, after switching to a real stepper motor controller, that high pitched whine is gone. :)]]></description>
            <dc:creator>brnrd</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 09:14:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77732#msg-77732</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77732#msg-77732</link>
            <description><![CDATA[ I am using the double bridge on the extruder board and not a seperate pololu (although I bought some just in case) so I have always been using half stepping.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 08:59:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77731#msg-77731</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77731#msg-77731</link>
            <description><![CDATA[ Do you have this working on a Gen 3 board? <br />
<br />
I thought there might be something different about the SDA/SCL pins that the motherboard is using to drive the extruder stepper. But it seems that these pins are also connected to digital I/O pins just like the ones driving the 3 stepper motor controllers.]]></description>
            <dc:creator>brnrd</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 08:56:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77727#msg-77727</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77727#msg-77727</link>
            <description><![CDATA[ Hmmm...  Strange, this should also work at 16x (gives a better sound when extruding).<br />
But, whatever works for you...]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 08:12:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77725#msg-77725</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77725#msg-77725</link>
            <description><![CDATA[ Actually, you don't need to change the retract/restart speed in SF or regenerate the G-code file as long as you change the firmware values for E steps per mm since F is specified in mm/min and E is specified in mm. The conversion to steps is done in the firmware. Anyway, I did regenerate the G-code file and I tried changing the retract speed but saw no effect when I had the stepper on the extruder at 1/16 steps.]]></description>
            <dc:creator>brnrd</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 08:00:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77695#msg-77695</guid>
            <title>Re: Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77695#msg-77695</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>brnrd</strong><br />
I wanted to set the extruder to 1/16 steps but I noticed that the retract/restart speed with Skeinforge 040 was noticeably slower with 1/16 steps than with 1/2 steps.</div></blockquote>
<br />
8-)  YES, I would guess about 8 times slower if you didn't change the retraction speed in Skeinforge and generate the gcode file again.   8-)]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>General</category>
            <pubDate>Mon, 21 Mar 2011 03:41:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,77692,77692#msg-77692</guid>
            <title>Gen 3 and Pololu on Extruder</title>
            <link>https://reprap.org/forum/read.php?1,77692,77692#msg-77692</link>
            <description><![CDATA[ I got a <a href="http://www.thingiverse.com/thing:4861" target="_blank"  rel="nofollow">P4AC 4 axis controller by ljyang</a> that uses Pololu 1201 stepper controllers running with the Techzone Gen 3 Remix motherboard and extruder controller on my Mendel.  I have it set for 1/16 steps on X and Y, 1/4 steps on Z and 1/2 steps on the extruder. <br />
<br />
I wanted to set the extruder to 1/16 steps but I noticed that the retract/restart speed with Skeinforge 040 was noticeably slower with 1/16 steps than with 1/2 steps. This prevented retract/restart from working right so I configured the Pololu for 1/2 steps on the extruder. I set the correct steps per mm in the firmware in both cases. Here's the code with the 1/16 steps commented out:<br />
<pre class="bbcode">
#define E0_STEPS_PER_MM   85.365      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
#define E1_STEPS_PER_MM   85.365      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
//#define E0_STEPS_PER_MM   682.92      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock
//#define E1_STEPS_PER_MM   682.92      // NEMA 17 59/11 geared extruder 8mm diameter drive SF 40 defines this based on feedstock</pre>
I took a quick look at the FiveD firmware that I'm using (reprap 20100719) and I couldn't see any parameters that limits the extruder speed. Is this a firmware limit or is this a Gen 3 motherboard limit?]]></description>
            <dc:creator>brnrd</dc:creator>
            <category>General</category>
            <pubDate>Sun, 20 Mar 2011 23:52:49 -0400</pubDate>
        </item>
    </channel>
</rss>
