<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>End Stops dont do anything ... please help</title>
        <description> Hi,

I recently finished assembling a Mendel Max (seems to be V1.5) with Ramps 1.4 and Mega 2560 ... I have connected the end stops; however, they dont do anything. M119 shows L for all and when I manually depress one of them it changes to L however the axis keeps moving. 

Another questions is how can I get the system to remember the 0,0,0 that I define using G161 and doesnt reset every time its disconnected and connected. Thank you in advanced.</description>
        <link>https://reprap.org/forum/read.php?1,194000,194000#msg-194000</link>
        <lastBuildDate>Wed, 20 May 2026 07:09:27 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194842#msg-194842</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194842#msg-194842</link>
            <description><![CDATA[ ok Thank you for your help so far. I figured something out today. When the limit switch is closed, it takes the software (sending m119) code about 5 seconds to indicated the switch as closed. Any idea why maybe ?]]></description>
            <dc:creator>ariasd</dc:creator>
            <category>General</category>
            <pubDate>Mon, 25 Mar 2013 13:33:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194220#msg-194220</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194220#msg-194220</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />The simplest way to start your prints from a position other than True Home (0,0,0) is to put something like the following into the start.gcode file (Skeinforge), or whatever the equivalent is for your slicer<br />
<br />
G28 X0.0 Y0.0 Z0.0 &lt;Homes the machine<br />
G1 X30.0 Y10.0 Z0.2 &lt;Moves to the desired offset home position<br />
G92 X0 Y0 Z0 E0 &lt;Make the offset home position the new origin for XYZ</div></blockquote>
<br />
<br />
This one is even a bit simpler, with the same results:<br />
<br />
<pre class="bbcode">G28
G92 X-30 Y-10 Z-0.2</pre>]]></description>
            <dc:creator>Traumflug</dc:creator>
            <category>General</category>
            <pubDate>Sat, 23 Mar 2013 07:52:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194219#msg-194219</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194219#msg-194219</link>
            <description><![CDATA[ ariasd Wrote:<br />
-------------------------------------------------------<br />
&gt; Thank you .. seems simple .. do I get the offset<br />
&gt; values by experimenting ? In other words, how or<br />
&gt; where is the absolute home defined ?<br />
<br />
<br />
<br />
That's what the endstops are for. They're ignored during moves and only used to find zero when homing.]]></description>
            <dc:creator>Andrew Smith</dc:creator>
            <category>General</category>
            <pubDate>Sat, 23 Mar 2013 07:46:15 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194161#msg-194161</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194161#msg-194161</link>
            <description><![CDATA[ It's m114]]></description>
            <dc:creator>ariasd</dc:creator>
            <category>General</category>
            <pubDate>Sat, 23 Mar 2013 02:46:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194158#msg-194158</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194158#msg-194158</link>
            <description><![CDATA[ What is the Gcode to get a reading of your current position?]]></description>
            <dc:creator>hendo420</dc:creator>
            <category>General</category>
            <pubDate>Sat, 23 Mar 2013 02:13:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194147#msg-194147</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194147#msg-194147</link>
            <description><![CDATA[ Thank you .. seems simple .. do I get the offset values by experimenting ? In other words, how or where is the absolute home defined ?]]></description>
            <dc:creator>ariasd</dc:creator>
            <category>General</category>
            <pubDate>Sat, 23 Mar 2013 01:13:21 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194139#msg-194139</guid>
            <title>Re: End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194139#msg-194139</link>
            <description><![CDATA[ The simplest way to start your prints from a position other than True Home (0,0,0) is to put something like the following into the start.gcode file (Skeinforge), or whatever the equivalent is for your slicer<br />
<br />
G28 X0.0 Y0.0 Z0.0     &lt;Homes the machine<br />
G1 X30.0 Y10.0 Z0.2     &lt;Moves to the desired offset home position<br />
G92 X0 Y0 Z0 E0     &lt;Make the offset home position the new origin for XYZ]]></description>
            <dc:creator>jcabrer</dc:creator>
            <category>General</category>
            <pubDate>Fri, 22 Mar 2013 23:43:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,194000,194000#msg-194000</guid>
            <title>End Stops dont do anything ... please help</title>
            <link>https://reprap.org/forum/read.php?1,194000,194000#msg-194000</link>
            <description><![CDATA[ Hi,<br />
<br />
I recently finished assembling a Mendel Max (seems to be V1.5) with Ramps 1.4 and Mega 2560 ... I have connected the end stops; however, they dont do anything. M119 shows L for all and when I manually depress one of them it changes to L however the axis keeps moving. <br />
<br />
Another questions is how can I get the system to remember the 0,0,0 that I define using G161 and doesnt reset every time its disconnected and connected. Thank you in advanced.]]></description>
            <dc:creator>ariasd</dc:creator>
            <category>General</category>
            <pubDate>Fri, 22 Mar 2013 13:06:44 -0400</pubDate>
        </item>
    </channel>
</rss>
