<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Random Endstop Hit Error</title>
        <description> Alright Reprap experts, I need your help.  I am a total newbie, so I apologize if I am missing something basic here.

When beginning a build, I get a &quot;Hit Endstop:Y&quot; message on my LCD screen, and the build continues. I continue to get the same error at random points in the build.  The screen flashes when it happens. It occurs whether or not the endstops are connected to the RAMPS board.  Unfortunately, the build rehomes, and continues running offset to the original XY coordinates.

I am using Marlin with Ramps 1.4

Any and all help is appreciated.

Thanks!

Ken</description>
        <link>https://reprap.org/forum/read.php?219,303177,303177#msg-303177</link>
        <lastBuildDate>Thu, 12 Mar 2026 09:34:41 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,492961#msg-492961</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,492961#msg-492961</link>
            <description><![CDATA[ Hi there.<br />
<br />
I have the same problem as you had.  I have 6 NC endstops installed on the RAMPS 1.4  (N.C. with LED which turns on when switch is moved to open).<br />
<br />
I am only testing the steppers now, but just on X command (either through pronterface or through LCD control panel) I get "endstops hit"<br />
<br />
<pre class="bbcode">
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />start
echo:Marlin1.0.2
echo: Last Updated: Apr  1 2015 22:50:45 | Author: (none, default config)
Compiled: Apr  1 2015
echo: Free Memory: 3134  PlannerBufferBytes: 1232
echo:Hardcoded Default Settings Loaded
echo:Steps per unit:
echo:  M92 X160.00 Y160.00 Z160.00 E200.00
echo:Maximum feedrates (mm/s):
echo:  M203 X300.00 Y300.00 Z5.00 E25.00
echo:Maximum Acceleration (mm/s2):
echo:  M201 X3000 Y3000 Z100 E10000
echo:Accelerations: P=printing, R=retract and T=travel
echo:  M204 P3000.00 R3000.00 T3000.00
echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s),  Z=maximum Z jerk (mm/s),  E=maximum E jerk (mm/s)
echo:  M205 S0.00 T0.00 B20000 X20.00 Z0.40 E5.00
echo:Home offset (mm):
echo:  M206 X0.00 Y0.00 Z0.00
echo:PID settings:
echo:   M301 P22.20 I1.08 D114.00
echo:Filament settings: Disabled
echo:SD init fail
(command sent)
<b>echo:endstops hit:  X:0.01</b></div></blockquote></pre>
<br />
<br />
Someone shoot me.  lol   I just probed steppers and found pairs.  I had to translate colors.  I had error before doing this too.  But I think I got them right.  I could really use any suggestions as to where to look or what to disable. <br />
<br />
Thanks!]]></description>
            <dc:creator>rmacewen1</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Sun, 05 Apr 2015 02:08:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303640#msg-303640</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303640#msg-303640</link>
            <description><![CDATA[ Cool, glad i could help. Just to finish up this thread..<br />
The end stops are needed to let your machine know where all of its parts are. When you home your device(assuming you are at endstop_min) sets your printer to position  0,0,0. It then counts the steps to the next position. Without a starting position you machine will never work correctly.]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 19:53:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303586#msg-303586</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303586#msg-303586</link>
            <description><![CDATA[ cat.farmer,<br />
<br />
Thank you for your help.  I believe I have it resolved.  <br />
<br />
For those who may encounter this issue, this was my mistake:<br />
<br />
1. I removed the home position command from the G Code (G28) because I had not installed the endstops.<br />
2. I should have installed the endstops.<br />
<br />
Installing the endstops seems to have entirely resolved the issue. It runs beautifully now!<br />
<br />
Thank you again for your time and expertise!<br />
<br />
Ken]]></description>
            <dc:creator>chewbaccah</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 17:53:22 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303480#msg-303480</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303480#msg-303480</link>
            <description><![CDATA[ Great questions.  The photo is not from my machine -- my endstops are not installed.  It does happen regardless of whether the endstops are connected to the Ramps board or not.  I plan to get them installed on to my machine today or tomorrow.<br />
<br />
I did reload the firmware, but I wonder if the configuration of the endstops in the firmware is wrong for my machine. Is there a specific setting for this type of endstop?<br />
<br />
Thank you again for your help.<br />
<br />
Ken]]></description>
            <dc:creator>chewbaccah</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 13:52:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303468#msg-303468</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303468#msg-303468</link>
            <description><![CDATA[ Any chance the boards are shorting against the frame? I don't know of any reason why you would get random false positive readings. Maybe try reloading the firmware.]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 13:31:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303393#msg-303393</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303393#msg-303393</link>
            <description><![CDATA[ These are the endstops:<br />
<br />
[<a href="http://www.robotronics.com.au/web/sites/default/files/EndStopX02.JPG" target="_blank"  rel="nofollow">www.robotronics.com.au</a>]<br />
<br />
Right now, it is not set to auto home, so it homes where I locate the head.  During a build, when the "Hit Endstop: Y" is thrown, it homes to wherever it is and continues building offset from the original home location.  Interestingly, the "Hit Endstop:Y" is thrown regardless of whether an endstop is connected.<br />
<br />
Thank you for your help!<br />
<br />
Ken]]></description>
            <dc:creator>chewbaccah</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 11:17:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303178#msg-303178</guid>
            <title>Re: Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303178#msg-303178</link>
            <description><![CDATA[ What style end stops? Switch, optical, hall? Does the printer home correctly when you manually home?]]></description>
            <dc:creator>cat.farmer</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 00:20:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?219,303177,303177#msg-303177</guid>
            <title>Random Endstop Hit Error</title>
            <link>https://reprap.org/forum/read.php?219,303177,303177#msg-303177</link>
            <description><![CDATA[ Alright Reprap experts, I need your help.  I am a total newbie, so I apologize if I am missing something basic here.<br />
<br />
When beginning a build, I get a "Hit Endstop:Y" message on my LCD screen, and the build continues. I continue to get the same error at random points in the build.  The screen flashes when it happens. It occurs whether or not the endstops are connected to the RAMPS board.  Unfortunately, the build rehomes, and continues running offset to the original XY coordinates.<br />
<br />
I am using Marlin with Ramps 1.4<br />
<br />
Any and all help is appreciated.<br />
<br />
Thanks!<br />
<br />
Ken]]></description>
            <dc:creator>chewbaccah</dc:creator>
            <category>RAMPS Electronics</category>
            <pubDate>Thu, 30 Jan 2014 00:11:28 -0500</pubDate>
        </item>
    </channel>
</rss>
