<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Help: Beginner question Homing Direction and end stops</title>
        <description> Hello!

I&#039;m finishing a Prusa MK2 clone.

My end stops are (Normally open):

X = Left side
Y = Rear
Z = Inductive sensor

In Pronterface, if I hit X home, it correctly goes to the left and hits the end switch.  But if I hit the Y axis HOME it goes forward. 

So: X+ goes to the right
       Y+ goes to the back
       Z+ goes up

Any thought.

Thanks

Max</description>
        <link>https://reprap.org/forum/read.php?406,794529,794529#msg-794529</link>
        <lastBuildDate>Sat, 13 Jun 2026 17:37:07 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794568#msg-794568</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794568#msg-794568</link>
            <description><![CDATA[ Thanks everyone, That was the trick!]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 23:46:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794564#msg-794564</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794564#msg-794564</link>
            <description><![CDATA[ "Y+ goes to the back"  that's not correct.<br />
<br />
Y+ should move the bed forward<br />
<br />
As mentioned above find "#define INVERT_Y_DIR" if its set to true make it false or if its is set to false set it to true.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 22:21:47 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794558#msg-794558</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794558#msg-794558</link>
            <description><![CDATA[ That 's how mine Hictop Prusa i3 works.<br />
<br />
So I you don't want to reverse the wire in the Cable only one choice.<br />
<br />
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.<br />
#define INVERT_X_DIR false<br />
#define INVERT_Y_DIR true // reverse the direction here.<br />
#define INVERT_Z_DIR false]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 20:21:39 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794551#msg-794551</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794551#msg-794551</link>
            <description><![CDATA[ Looks like what I have?<br />
<br />
/ Direction of endstops when homing; 1=MAX, -1=MIN<br />
// :[-1,1]<br />
#define X_HOME_DIR -1<br />
#define Y_HOME_DIR -1<br />
#define Z_HOME_DIR -1<br />
<br />
When you hit Y+ it should go back? Correct?  I don't want to switch the motor cable if that is okay.]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 18:42:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794546#msg-794546</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794546#msg-794546</link>
            <description><![CDATA[ Here<br />
// Direction of endstops when homing; 1=MAX, -1=MIN<br />
// :[-1,1]<br />
#define X_HOME_DIR -1<br />
#define Y_HOME_DIR -1<br />
#define Z_HOME_DIR -1]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 18:21:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794537#msg-794537</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794537#msg-794537</link>
            <description><![CDATA[ Latest Marlin.]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 17:53:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794530#msg-794530</guid>
            <title>Re: Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794530#msg-794530</link>
            <description><![CDATA[ What firmware are you using.]]></description>
            <dc:creator>Roberts_Clif</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 16:55:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,794529,794529#msg-794529</guid>
            <title>Help: Beginner question Homing Direction and end stops</title>
            <link>https://reprap.org/forum/read.php?406,794529,794529#msg-794529</link>
            <description><![CDATA[ Hello!<br />
<br />
I'm finishing a Prusa MK2 clone.<br />
<br />
My end stops are (Normally open):<br />
<br />
X = Left side<br />
Y = Rear<br />
Z = Inductive sensor<br />
<br />
In Pronterface, if I hit X home, it correctly goes to the left and hits the end switch.  But if I hit the Y axis HOME it goes forward. <br />
<br />
So: X+ goes to the right<br />
       Y+ goes to the back<br />
       Z+ goes up<br />
<br />
Any thought.<br />
<br />
Thanks<br />
<br />
Max]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Tue, 31 Oct 2017 16:50:29 -0400</pubDate>
        </item>
    </channel>
</rss>
