<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Can&amp;#039;t move any axis back due to triggered endstops</title>
        <description> Hi I&#039;m using Marlin 1.1.0 r6.

When I send M119 and non of my end stops are activated 
..oddly they are showing up as TRIGGERED. However when I actually activate the circuit by hitting the end stop, the end stop lights up and show up as OPEN

Now I can move my my x,y,z axis forward but never backward because my min end stops are all TRIGGERED instead of what I guess should be OPEN instead for all my axis to move

I&#039;m using makerbot style endstops

Thanks</description>
        <link>https://reprap.org/forum/read.php?406,685696,685696#msg-685696</link>
        <lastBuildDate>Mon, 20 Jul 2026 21:54:39 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?406,685696,685700#msg-685700</guid>
            <title>Re: Can&#039;t move any axis back due to triggered endstops</title>
            <link>https://reprap.org/forum/read.php?406,685696,685700#msg-685700</link>
            <description><![CDATA[ You need to invert your endstop in firmware, what m119 says is whats important<br />
<br />
Eg in marlin find<br />
<br />
const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool Y_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool Z_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool X_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool Y_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool Z_MAX_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.<br />
<br />
and what ever you min endstops say, swap it to the reverse<br />
<br />
eg const bool X_MIN_ENDSTOP_INVERTING = false;<br />
<br />
make it<br />
<br />
const bool X_MIN_ENDSTOP_INVERTING = true;<br />
<br />
Change each min endstop]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Mon, 11 Jul 2016 00:30:53 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?406,685696,685696#msg-685696</guid>
            <title>Can&#039;t move any axis back due to triggered endstops</title>
            <link>https://reprap.org/forum/read.php?406,685696,685696#msg-685696</link>
            <description><![CDATA[ Hi I'm using Marlin 1.1.0 r6.<br />
<br />
When I send M119 and non of my end stops are activated <br />
..oddly they are showing up as TRIGGERED. However when I actually activate the circuit by hitting the end stop, the end stop lights up and show up as OPEN<br />
<br />
Now I can move my my x,y,z axis forward but never backward because my min end stops are all TRIGGERED instead of what I guess should be OPEN instead for all my axis to move<br />
<br />
I'm using makerbot style endstops<br />
<br />
Thanks]]></description>
            <dc:creator>printerguykw</dc:creator>
            <category>Prusa i3 and variants</category>
            <pubDate>Sun, 10 Jul 2016 23:27:26 -0400</pubDate>
        </item>
    </channel>
</rss>
