<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>when I move X axis manual, Y axis moves with it!!</title>
        <description> hello


I am totally new to the world of 3d printers. I have ramps 1.4 and I have marlin firmware.

my first 3d printer is something called &quot;e-waste&quot; 3d printer, it is based on steppers gotten from old CD-roms and floppy.

as kind of testing the concept, I made connections for only 2 motors with ramps X axis and Y axis. I tested that my connection is working fine when by testing them by ramps1.4 test code. I saw my motors go back and forward .
in marlin code, I disables Z axis and extruder, I disabled also the thermistor.

now the problem : I have not connected endstops yet. I connected the board now with repentier, and when I move X axis from manual control, i find Y moves with it!! and vice versa, and some times Y moves instead of X and vice versa!! I do not understand what i going on. do this has a relation with not connecting endstops??</description>
        <link>https://reprap.org/forum/read.php?219,492681,492681#msg-492681</link>
        <lastBuildDate>Sat, 11 Apr 2026 22:25:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,495397#msg-495397</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,495397#msg-495397</link>
            <description><![CDATA[ yes, I discovered that I am using wrong marlin software dedicated to delta machines.]]></description>
            <dc:creator>mamech</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Fri, 10 Apr 2015 20:44:58 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,494129#msg-494129</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,494129#msg-494129</link>
            <description><![CDATA[ You are using configuration files for a DELTA printer:<br />
<pre class="bbcode">
...
// Define this to set a custom name for your generic Mendel,
#define CUSTOM_MENDEL_NAME "Cerberus MEGA"
...
//===========================================================================
//============================== Delta Settings =============================
//===========================================================================
// Enable DELTA kinematics
#define DELTA

// Make delta curves from many straight lines (linear interpolation).
// This is a trade-off between visible corners (not enough segments)
// and processor overload (too many expensive sqrt calls).
#define DELTA_SEGMENTS_PER_SECOND 200
...</pre>
<br />
... so that would explain why you get the strange behavior on your X and Y motors.]]></description>
            <dc:creator>enif</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Wed, 08 Apr 2015 02:26:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,494083#msg-494083</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,494083#msg-494083</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>jatmega</strong><br />
Hi<br />
It would really help if you could attach the marlin files configuration.h and configuration_adv.h, and a picture of the motor wiring to the ramps board.<br />
That way it will be a lot easier to troubleshoot it.<br />
Can you describe more in detail how you manually moved the axis?<br />
like step by step menu selection on the 3D-printer.<br />
<br />
Hope we can solve this<br />
jatmega</div></blockquote>
<br />
<br />
thank you very much for your help. yes I will say what I am doing.<br />
<br />
<br />
I use pronterface or repetier , and I use manual mode. when I try to move x with step 1 or 10 or whatever, I find that x and y moves, sometimes x only, sometimes y only, same thing with y. I do not understand what is wrong exactly. <br />
<br />
Attached to the post the configuration.h and configuration_adv.h. also attached photos to the board.<br />
<br />
thanks for help]]></description>
            <dc:creator>mamech</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Tue, 07 Apr 2015 20:29:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,493275#msg-493275</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,493275#msg-493275</link>
            <description><![CDATA[ Hi<br />
It would really help if you could attach the marlin files configuration.h and configuration_adv.h, and a picture of the motor wiring to the ramps board.<br />
That way it will be a lot easier to troubleshoot it.<br />
Can you describe more in detail how you manually moved the axis?<br />
like step by step menu selection on the 3D-printer.<br />
<br />
Hope we can solve this<br />
jatmega]]></description>
            <dc:creator>jatmega</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Sun, 05 Apr 2015 20:50:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,493206#msg-493206</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,493206#msg-493206</link>
            <description><![CDATA[ thanks for reply, I checked, and Corexy is already commented.... so I do not know what is the cause of this problem]]></description>
            <dc:creator>mamech</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Sun, 05 Apr 2015 15:56:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,492756#msg-492756</guid>
            <title>Re: when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,492756#msg-492756</link>
            <description><![CDATA[ Are you sure the firmware isn't configured for a coreXY printer?    in the configuration.h  file "#define COREXY"   needs to be commented out]]></description>
            <dc:creator>Bobby-S</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Sat, 04 Apr 2015 14:24:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,492681,492681#msg-492681</guid>
            <title>when I move X axis manual, Y axis moves with it!!</title>
            <link>https://reprap.org/forum/read.php?219,492681,492681#msg-492681</link>
            <description><![CDATA[ hello<br />
<br />
<br />
I am totally new to the world of 3d printers. I have ramps 1.4 and I have marlin firmware.<br />
<br />
my first 3d printer is something called "e-waste" 3d printer, it is based on steppers gotten from old CD-roms and floppy.<br />
<br />
as kind of testing the concept, I made connections for only 2 motors with ramps X axis and Y axis. I tested that my connection is working fine when by testing them by ramps1.4 test code. I saw my motors go back and forward .<br />
in marlin code, I disables Z axis and extruder, I disabled also the thermistor.<br />
<br />
now the problem : I have not connected endstops yet. I connected the board now with repentier, and when I move X axis from manual control, i find Y moves with it!! and vice versa, and some times Y moves instead of X and vice versa!! I do not understand what i going on. do this has a relation with not connecting endstops??]]></description>
            <dc:creator>mamech</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Sat, 04 Apr 2015 10:37:30 -0400</pubDate>
        </item>
    </channel>
</rss>
