<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>TMC2208 v2.0 Não reconhece o E1 para duas extrusoras</title>
        <description> Preciso de ajuda,
Estou usando a placa MKS GEN 2.0 com drivers TMC2208 v2.0 e não consegui habilitar a segunda extrusora


&amp;gt;&amp;gt;&amp;gt; M122
SENDING:M122
		X	Y	Z	E	E1
Enabled		false	false	false	false	false
Set current	600	600	800	600	600
RMS current	581	581	795	581	1049
MAX current	819	819	1121	819	1479
Run current	18/31	18/31	25/31	18/31	18/31
Hold current	9/31	9/31	12/31	9/31	9/31
CS actual	9/31	9/31	12/31	9/31	0/31
PWM scale	11	11	14	11	0
vsense		1=.18	1=.18	1=.18	1=.18	0=.325
stealthChop	true	true	true	true	false
msteps		16	16	16	16	256
tstep		max	max	max	max	0
pwm
threshold	98	98	660	52	843
[mm/s]		100	100	3	30	30
OT prewarn	false	false	false	false	false
off time	3	3	3	3	0
blank time	24	24	24	24	16
hysteresis
-end		-1	-1	-1	-1	-3
-start		1	1	1	1	1
Stallguard thrs
DRVSTATUS	X	Y	Z	E	E1
stst		*	*	*	*
olb
ola
s2gb
s2ga
otpw
ot
157C
150C
143C
120C
s2vsa
s2vsb
Driver registers:
		X	0xC0:09:00:00
		Y	0xC0:09:00:00
		Z	0xC0:0C:00:00
		E	0xC0:09:00:00
		E1	0x00:00:00:00	 Bad response!
Testing X connection... OK
Testing Y connection... OK
Testing Z connection... OK
Testing E connection... OK
Testing E1 connection... Error: All LOW</description>
        <link>https://reprap.org/forum/read.php?219,867573,867573#msg-867573</link>
        <lastBuildDate>Fri, 07 Aug 2026 07:22:11 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?219,867573,888815#msg-888815</guid>
            <title>Re: TMC2208 v2.0 Não reconhece o E1 para duas extrusoras</title>
            <link>https://reprap.org/forum/read.php?219,867573,888815#msg-888815</link>
            <description><![CDATA[ Estou com o mesmo problema. <br />
<br />
Como voce solucionou ele?<br />
<br />
Obrigado!<br />
<br />
<br />
<br />
I have the same problem.<br />
<br />
How did you solve it?<br />
<br />
Thank you!]]></description>
            <dc:creator>Renan_Popy</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 24 Mar 2022 09:55:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,867573,867587#msg-867587</guid>
            <title>Re: TMC2208 v2.0 Não reconhece o E1 para duas extrusoras</title>
            <link>https://reprap.org/forum/read.php?219,867573,867587#msg-867587</link>
            <description><![CDATA[ Do you mean MKS GEN-L V2 ?<br />
<br />
If so I have a vague recollection that they designed this board incorrectly..<br />
<br />
<br />
From pins_MKS_GEN_L_V2.h and pins_RAMPS.h<br />
    #define E1_SERIAL_TX_PIN    20<br />
    #define E1_SERIAL_RX_PIN    21<br />
    #define X_SERIAL_TX_PIN  40<br />
    #define X_SERIAL_RX_PIN  63<br />
    #define Y_SERIAL_TX_PIN  59<br />
    #define Y_SERIAL_RX_PIN  64<br />
    #define Z_SERIAL_TX_PIN  42<br />
    #define Z_SERIAL_RX_PIN  65<br />
    #define E0_SERIAL_TX_PIN 44<br />
    #define E0_SERIAL_RX_PIN 66<br />
<br />
But for software serial to work you have to use a "change interrupt"  capable RX pins  see [<a href="https://www.arduino.cc/en/Reference/softwareSerial" target="_blank"  rel="nofollow">www.arduino.cc</a>]<br />
"only the following can be used for RX: 10, 11, 12, 13, 14, 15, 50, 51, 52, 53, A8 (62), A9 (63), A10 (64), A11 (65), A12 (66), A13 (67), A14 (68), A15 (69)."<br />
 <br />
If you check the RX pins above E1 is trying to use pin 21, which is not change interrupt capable.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 13 Feb 2020 18:42:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,867573,867573#msg-867573</guid>
            <title>TMC2208 v2.0 Não reconhece o E1 para duas extrusoras</title>
            <link>https://reprap.org/forum/read.php?219,867573,867573#msg-867573</link>
            <description><![CDATA[ Preciso de ajuda,<br />
Estou usando a placa MKS GEN 2.0 com drivers TMC2208 v2.0 e não consegui habilitar a segunda extrusora<br />
<br />
<br />
&gt;&gt;&gt; M122<br />
SENDING:M122<br />
		X	Y	Z	E	E1<br />
Enabled		false	false	false	false	false<br />
Set current	600	600	800	600	600<br />
RMS current	581	581	795	581	1049<br />
MAX current	819	819	1121	819	1479<br />
Run current	18/31	18/31	25/31	18/31	18/31<br />
Hold current	9/31	9/31	12/31	9/31	9/31<br />
CS actual	9/31	9/31	12/31	9/31	0/31<br />
PWM scale	11	11	14	11	0<br />
vsense		1=.18	1=.18	1=.18	1=.18	0=.325<br />
stealthChop	true	true	true	true	false<br />
msteps		16	16	16	16	256<br />
tstep		max	max	max	max	0<br />
pwm<br />
threshold	98	98	660	52	843<br />
[mm/s]		100	100	3	30	30<br />
OT prewarn	false	false	false	false	false<br />
off time	3	3	3	3	0<br />
blank time	24	24	24	24	16<br />
hysteresis<br />
-end		-1	-1	-1	-1	-3<br />
-start		1	1	1	1	1<br />
Stallguard thrs<br />
DRVSTATUS	X	Y	Z	E	E1<br />
stst		*	*	*	*<br />
olb<br />
ola<br />
s2gb<br />
s2ga<br />
otpw<br />
ot<br />
157C<br />
150C<br />
143C<br />
120C<br />
s2vsa<br />
s2vsb<br />
Driver registers:<br />
		X	0xC0:09:00:00<br />
		Y	0xC0:09:00:00<br />
		Z	0xC0:0C:00:00<br />
		E	0xC0:09:00:00<br />
		E1	0x00:00:00:00	 Bad response!<br />
Testing X connection... OK<br />
Testing Y connection... OK<br />
Testing Z connection... OK<br />
Testing E connection... OK<br />
Testing E1 connection... <span style="color:#FF3300">Error: All LOW</span>]]></description>
            <dc:creator>jonasuea</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 13 Feb 2020 11:47:07 -0500</pubDate>
        </item>
    </channel>
</rss>
