<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Need help with a Bondtech Extruder with duet 0.8.5</title>
        <description> Hi 

  I am trying to get my Bondtech qr with a duet 0.8.5 to work. I have found the phases and grouped them but it will not extrude or retract. Any help would be great, thanks in advance. I have tried switching the connections around but it did not  help. I have tried both e1 and e0. I have the phases grouped a+ a- b+ b-. The wires on my qr are blue green red black. I&#039;mean sure its  a configuration problem either with my wiring or the firmware but I can&#039;t  figure it out. I am using version 1.18 beta 1 of the firmware.Also I have attached my config file







Edited to correct Grammer and to add info.</description>
        <link>https://reprap.org/forum/read.php?416,751587,751587#msg-751587</link>
        <lastBuildDate>Tue, 17 Mar 2026 11:44:48 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,752011#msg-752011</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,752011#msg-752011</link>
            <description><![CDATA[ ok thats weird. It worked twice and now it won't. Sounds like a loose connection to me. Time to check the wiring.]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 23:40:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,752003#msg-752003</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,752003#msg-752003</link>
            <description><![CDATA[ I do not think it is a config issue if you have made the suggested edits, so that leaves wiring or something else as the culprit. You can verify the correct pairing of the motor's two pairs and the integrity of the connector most easily with a multi meter. . Snippet below is from the <a href="http://reprap.org/wiki/Stepper_wiring" target="_blank"  rel="nofollow">wiki</a>, where several other methods of verifying correct pairing are described if you do not have access to a multi-meter. <br />
<br />
"This is about finding the two pairs of wires which are connected to each of the two coils.<br />
Method with an ohm-meter<br />
Simply measure pairs of wires for their resistance. If the resistance is a few ohms ( &lt; 100 Ω) only, you've found a pair. The other two wires should make up the other pair."<br />
<br />
<br />
 This test will verify the paring and if the connector is OK.  Good luck.]]></description>
            <dc:creator>ayudtee</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 23:11:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751990#msg-751990</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751990#msg-751990</link>
            <description><![CDATA[ Yeah I did but still no movement.<br />
<br />
YAHOOOOOOO!!!!!!!! It's Alive IT"S ALIVE......]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 21:23:40 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751989#msg-751989</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751989#msg-751989</link>
            <description><![CDATA[ This  config.sys file that you have just uploaded was generated by RepRapFirmware Configuration Tool on Mon Feb 27 2017 17:49:08 GMT-0500 (Eastern Standard Time), about 30 minutes ago.  Is it possible that you used this newly generated file instead of simply editing the one that you first posted?]]></description>
            <dc:creator>ayudtee</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 21:21:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751988#msg-751988</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751988#msg-751988</link>
            <description><![CDATA[ ok I have deleted the duplicate lines but still no movement. I have uploaded the edited config.]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 20:57:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751986#msg-751986</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751986#msg-751986</link>
            <description><![CDATA[ I've looked at your config.sys and you have three duplicate commands for your extruders. <br />
 <br />
Here are your  config/sys' duplicate M906 commands:<br />
<br />
M906 X1000 Y1000 Z1000 E800			; Set motor currents (mA)<br />
M906 E500:500<br />
<br />
If you want to use 500mA for your 2 extruders (I also think that's too low) then you should delete the second M906 line and the single M906 line should then read:<br />
<br />
M906 X1000 Y1000 Z1000 E500<br />
<br />
Here are your config.sys' duplicate M203 commands<br />
<br />
M203 X18000 Y18000 Z18000 E3600		; Maximum speeds (mm/min)<br />
M203 E500:500<br />
<br />
Delete the second M203 command. The first command looks good but the second command is unnecessary and has a syntax error.<br />
<br />
Here are you config.sys' duplicate M566 commands:<br />
<br />
M566 X600 Y600 Z600 E600			; Maximum instant speed changes<br />
M566 E500:500<br />
<br />
Delete the errant second line.  The first command looks good but the second command is unnecessary and has a syntax error.<br />
<br />
Hopefully editing these out will fix the issue.]]></description>
            <dc:creator>ayudtee</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 20:11:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751985#msg-751985</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751985#msg-751985</link>
            <description><![CDATA[ I selected the tool,tried both heated up to 180c and with cold extrusion enabled and set the current to 1200 mA. Still no movement from the extruder]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Mon, 27 Feb 2017 20:06:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751791#msg-751791</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751791#msg-751791</link>
            <description><![CDATA[ Yes it is i was refering to the wiring on the duet end of the cable.]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Sun, 26 Feb 2017 19:09:38 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751780#msg-751780</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751780#msg-751780</link>
            <description><![CDATA[ Hi Northspire, the connection on the motor is  A1 X B1 A2 X B2 where X is empty slot . Have a look at <a href="http://www.bondtech.se/faq" target="_blank"  rel="nofollow">www.bondtech.se/faq</a>]]></description>
            <dc:creator>bond</dc:creator>
            <category>Duet</category>
            <pubDate>Sun, 26 Feb 2017 17:40:41 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751688#msg-751688</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751688#msg-751688</link>
            <description><![CDATA[ yes the extruder is geared with a 5.18:1 ratio the current is 1.2A]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Sun, 26 Feb 2017 10:12:28 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751619#msg-751619</guid>
            <title>Re: Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751619#msg-751619</link>
            <description><![CDATA[ Common reasons why your extruder won't move:<br />
<br />
1. You have no tool selected. Send T0 to select your hot end.<br />
<br />
2. You haven't heated up the hot end or turned off cold extrusion prevention. Send M302 P1 to allow cold extrusion.<br />
<br />
If you go to the GCode Console page of the web interface, you may find an error message telling you what the problem is.<br />
<br />
You have the extruder current set to 500mA, which looks rather low to me. What is the rated current of the extruder stepper motor? is the Bondtech extruder geared?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Duet</category>
            <pubDate>Sun, 26 Feb 2017 03:45:10 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?416,751587,751587#msg-751587</guid>
            <title>Need help with a Bondtech Extruder with duet 0.8.5</title>
            <link>https://reprap.org/forum/read.php?416,751587,751587#msg-751587</link>
            <description><![CDATA[ Hi <br />
<br />
  I am trying to get my Bondtech qr with a duet 0.8.5 to work. I have found the phases and grouped them but it will not extrude or retract. Any help would be great, thanks in advance. I have tried switching the connections around but it did not  help. I have tried both e1 and e0. I have the phases grouped a+ a- b+ b-. The wires on my qr are blue green red black. I'mean sure its  a configuration problem either with my wiring or the firmware but I can't  figure it out. I am using version 1.18 beta 1 of the firmware.Also I have attached my config file<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
Edited to correct Grammer and to add info.]]></description>
            <dc:creator>Northspire</dc:creator>
            <category>Duet</category>
            <pubDate>Sat, 25 Feb 2017 21:05:22 -0500</pubDate>
        </item>
    </channel>
</rss>
