<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>XYZ working well...almost ready for first print...now x is down</title>
        <description> Ok, maybe you can help me with this one?

Using ramps 1.4 with A4988 drivers from this kit here.

Was showing my wife how laser smooth the x axis was operating, and a few hours later... it just stopped working.  Y works fine and X now just does nothing (I can move the motor by hand even when it&#039;s powered up) 


Here&#039;s what I&#039;ve tested so far:

Plugged the X motor into the Y slot on ramps (X motor works fine)
Plugged the Y stepper driver (working fine) into the X driver slot (X motor gets an initial buzz, but doesn&#039;t move the motor)
Plugged X stepper driver into Y driver slot (X driver seems dead as Y does nothing)


So does this mean there might be something wrong with the X driver slots on the Ramps board? If so, how would I test that?

I did send the X axis crashing into the side once when I was setting up the homing distances. Could this have fried a stepper driver or something?</description>
        <link>https://reprap.org/forum/read.php?4,339483,339483#msg-339483</link>
        <lastBuildDate>Fri, 14 Aug 2026 12:12:02 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,349827#msg-349827</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,349827#msg-349827</link>
            <description><![CDATA[ Thanks! You rock Dust. I finally have a working board. I guess I should be more careful about scratching these things (if that's what the problem was).<br />
<br />
Cheers.]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 03 May 2014 19:13:23 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,349501#msg-349501</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,349501#msg-349501</link>
            <description><![CDATA[ To me it sounds like at least one io pin on each mega is dead... (or bad connector pins) <br />
<br />
The X sounds like the enable line...<br />
<br />
Anyway..  Ramps has a spare pololo socket.  phisicaly move you dead axis to that.<br />
Then edit your pins.h <br />
<br />
I would try moving X to e1 on the board with a dead X<br />
find [<a href="https://github.com/ErikZalm/Marlin/blob/Marlin_v1/Marlin/pins.h#L527" target="_blank"  rel="nofollow">github.com</a>]<br />
change <br />
 #define X_STEP_PIN 54<br />
#define X_DIR_PIN 55<br />
#define X_ENABLE_PIN 38<br />
<br />
to <br />
<br />
#define X_STEP_PIN 36<br />
#define X_DIR_PIN 34<br />
#define X_ENABLE_PIN 30<br />
<br />
save, compile and upload.   problem bypassed  (cross fingers)]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 03 May 2014 05:25:40 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,349453#msg-349453</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,349453#msg-349453</link>
            <description><![CDATA[ So I solved the power issue (scratched trace) and the mega is getting power from the 12V PSU. The other issue about the x not working on one mega and the Z not working on the other I still can't figure out.<br />
<br />
This couldn't be a ramps issue I don't think since the x and Z both work on at least one of the megas.<br />
<br />
Any ideas?<br />
<br />
The x moves a tiny bit when the power goes on and must be getting power to the motor  bc I can't move the motor with my hands. However, it's not responsive to the move commands.]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Sat, 03 May 2014 01:34:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,349428#msg-349428</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,349428#msg-349428</link>
            <description><![CDATA[ Yeah, I have 2 megas, an Arduino and a Funduino. I had all motors working fine with Arduino (still haven't printed anything, just testing stage) and then the stepper driver for the X stopped working. Replaced it with a new driver (that for sure works in the Y axis) and X now doesn't work on Arduino no matter which motors or drivers I use. Tested all motors and they work fine on other axis.<br />
<br />
Then I bought the Funduino and had everything working fine again (all axis and new drivers). Then all of a sudden Z stops working. Again, Z stepper driver fried and other working steppers and motors don't work when on the Z axis.<br />
<br />
So to recap:<br />
<br />
all motors work<br />
Arduino+ramps 1.4   X axis doesn't work with any motors or steppers<br />
Funduino+ramps 1.4 (same ramps board as above)   Z axis doesn't work with any motors or steppers<br />
Power only comes on when 12V power supply and usb are plugged in (for both Arduino+ramps and Funduino+ramps)<br />
LCD does turn on when USB only is plugged but ramps obviously gets no power then ( for both Arduino+ramps and Funduino+ramps)<br />
<br />
I tested each analog and PWM pin on the Funduino with a blink/potentiometer sketch and all the pins are working for that sketch.<br />
<br />
<br />
Could all this be the 12v regulators burnt out for both boards? How could I test if it's the regulator?<br />
<br />
edit: Also, I have replaced the 4004 diode on the ramps already and it didn't seem to get the current flowing to the arduino. (as per this post [<a href="http://forums.reprap.org/read.php?4,344353" target="_blank"  rel="nofollow">forums.reprap.org</a>])]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 02 May 2014 22:23:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,348613#msg-348613</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,348613#msg-348613</link>
            <description><![CDATA[ You... could.... sorta. Depends on the Pins and RAMP boards are set, I suppose you could breadboard it and rewire it from the auxiliary pins that are for the servos. This is just a preliminary thought. <br />
<br />
Need to take a step back.<br />
<br />
So at the moment, you had all the motors functioning with the funduino and not the z is not working?<br />
<br />
Could be a heating issue. I think I need more info to make a more educated guess.<br />
<br />
On the Funduino, take off each driver and start to test them one at a time individually. Then start to add more then one driver then test, then add another, then test. <br />
<br />
Try also, testing each driver on one axis, and then on each axis. I know it's tedious work, do I ever know it is.]]></description>
            <dc:creator>f.larsen</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 01 May 2014 11:23:43 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,348602#msg-348602</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,348602#msg-348602</link>
            <description><![CDATA[ Would it effect the pins on the arduino as well as the driver though? The stepper driver did burn out, but I later swapped to a working driver for the z axis and the pins don't seem to be putting out anything. If it did damage the Arduino pins, I should be able to re-assign them to different pins, no?]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 01 May 2014 11:03:26 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,348596#msg-348596</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,348596#msg-348596</link>
            <description><![CDATA[ This one is important, the device must be off if you are pulling wires off. Otherwise you can burn out a driver.]]></description>
            <dc:creator>f.larsen</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 01 May 2014 10:58:17 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,348127#msg-348127</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,348127#msg-348127</link>
            <description><![CDATA[ Interestingly enough, now the Z slots on the 'Funduino' are doing the same thing. Hmmmnnn.]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 30 Apr 2014 15:26:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,344341#msg-344341</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,344341#msg-344341</link>
            <description><![CDATA[ So I swapped out my Arduino Mega 2560 with a cheap 'Funduino' knock off from China and everything works fine now. It's beyond me what it could possibly be. The actual Arduino just doesn't work on the X slot on the Ramps 1.4 board. I noticed that there are a couple of extra header pin slots on the Arduino compared to the knock off. Could this have anything to do with it? I've attached a photo to show what I'm talking about.<br />
<br />
Man, these electronics are starting to get me discouraged.<br />
<br />
thanks all for your input]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 24 Apr 2014 02:32:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,341232#msg-341232</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,341232#msg-341232</link>
            <description><![CDATA[ Also if you want to test the code. You could simply plug the x motor into the y,z,or extruder drive and test that if it turns or not.]]></description>
            <dc:creator>gunnd14</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 17 Apr 2014 10:51:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,341228#msg-341228</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,341228#msg-341228</link>
            <description><![CDATA[ If you would like to test your ramps board you can go about this two ways. You could either check the voltage outputs on the pins of the arduino. You could also get an oscope and check the signal output on the ramps, it should put out a clean step function on the step pin.]]></description>
            <dc:creator>gunnd14</dc:creator>
            <category>Reprappers</category>
            <pubDate>Thu, 17 Apr 2014 10:47:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,340980#msg-340980</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,340980#msg-340980</link>
            <description><![CDATA[ Yes you are right, the fact that you can turn the X motor easily while the other motors are blocked by the current is a clue. What did happened when the printer first stopped working? Was it just after a print finished? After a period of inactivity? <br />
<br />
Did you unplugged any device while the printer was on?<br />
<br />
Did you get any message in the pronterface console?]]></description>
            <dc:creator>dewasa</dc:creator>
            <category>Reprappers</category>
            <pubDate>Wed, 16 Apr 2014 18:13:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,340005#msg-340005</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,340005#msg-340005</link>
            <description><![CDATA[ Thanks Dewesa. It was still working after the crash, so maybe that's not it. I'll check the test code you suggested and see about the endstop status. I'm guessing that it's not getting any current to the X motor since I can turn it even though the PSU is plugged in. Normally, when it's plugged in, the motors won't turn. I just don't know how to test that with the multimeter. Would I test the header pins on the Ramps board for that?<br />
<br />
Cheers,]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 14 Apr 2014 22:51:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,339930#msg-339930</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,339930#msg-339930</link>
            <description><![CDATA[ Hello,<br />
<br />
Well, if it was just the X driver, then the Y driver pluged into the X slot would have worked but it didn't. <br />
<br />
Did the problem started right after the X axis crash? For electronics, either it dies during the crash or it survives, I don't think you can have problem afterwards. But what about the mecanics? Can you move the X-axis by yourself? Is there a chance it got stuck for some reason?<br />
<br />
Another option would be the endstop. If the printer thinks that the endstop is pushed, then it is not going to move further. You can check the status of your endstop with this gcode:<br />
[<a href="http://reprap.org/wiki/G-code#M119:_Get_Endstop_Status" target="_blank"  rel="nofollow">reprap.org</a>]<br />
<br />
Good luck  :)]]></description>
            <dc:creator>dewasa</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 14 Apr 2014 18:43:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,339496#msg-339496</guid>
            <title>Re: XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,339496#msg-339496</link>
            <description><![CDATA[ Here's a pic of my build in case anyone might be interested in seeing it. It's all wired up and working, except for that damn X driver problem!!!<br />
<br />
Frame is pretty solid.]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 14 Apr 2014 02:17:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?4,339483,339483#msg-339483</guid>
            <title>XYZ working well...almost ready for first print...now x is down</title>
            <link>https://reprap.org/forum/read.php?4,339483,339483#msg-339483</link>
            <description><![CDATA[ Ok, maybe you can help me with this one?<br />
<br />
Using ramps 1.4 with A4988 drivers from <a href="http://www.sainsmart.com/3d-printing/ramps1-4/ramps-1-4-a4988-mega2560-r3-lcd-12864-3d-printer-controller-kit-for-reprap-1.html" target="_blank"  rel="nofollow">this kit here</a>.<br />
<br />
Was showing my wife how laser smooth the x axis was operating, and a few hours later... it just stopped working.  Y works fine and X now just does nothing (I can move the motor by hand even when it's powered up) <br />
<br />
<br />
Here's what I've tested so far:<br />
<br />
Plugged the X motor into the Y slot on ramps (X motor works fine)<br />
Plugged the Y stepper driver (working fine) into the X driver slot (X motor gets an initial buzz, but doesn't move the motor)<br />
Plugged X stepper driver into Y driver slot (X driver seems dead as Y does nothing)<br />
<br />
<br />
So does this mean there might be something wrong with the X driver slots on the Ramps board? If so, how would I test that?<br />
<br />
I did send the X axis crashing into the side once when I was setting up the homing distances. Could this have fried a stepper driver or something?]]></description>
            <dc:creator>cfry999</dc:creator>
            <category>Reprappers</category>
            <pubDate>Mon, 14 Apr 2014 00:23:15 -0400</pubDate>
        </item>
    </channel>
</rss>
