<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Question about z-probe</title>
        <description> Question about z-probe; the Z-Min pin. Running Marlin firmware. On the Ramps I want to change it from pin 1 to one of the pins next to the Z-Max pin. 

Under the Mechanical Settings, I believe it is set to dissable the min endstops. How would I go about enabling just the z_min for my z-probe switch? I think I read that the X and Y min need to be disabled?


-------------------------------------------------------



// deltas never have min endstops
#define DISABLE_MIN_ENDSTOPS

// Disable max endstops for compatibility with endstop checking routine
#if defined(COREXY) &amp;amp;&amp;amp; !defined(DISABLE_MAX_ENDSTOPS)
  #define DISABLE_MAX_ENDSTOPS
#endif</description>
        <link>https://reprap.org/forum/read.php?178,280580,280580#msg-280580</link>
        <lastBuildDate>Sun, 14 Jun 2026 06:31:14 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,280580,280580#msg-280580</guid>
            <title>Question about z-probe</title>
            <link>https://reprap.org/forum/read.php?178,280580,280580#msg-280580</link>
            <description><![CDATA[ Question about z-probe; the Z-Min pin. Running Marlin firmware. On the Ramps I want to change it from pin 1 to one of the pins next to the Z-Max pin. <br />
<br />
Under the Mechanical Settings, I believe it is set to dissable the min endstops. How would I go about enabling just the z_min for my z-probe switch? I think I read that the X and Y min need to be disabled?<br />
<br />
<br />
-------------------------------------------------------<br />
<br />
<br />
<br />
// deltas never have min endstops<br />
#define DISABLE_MIN_ENDSTOPS<br />
<br />
// Disable max endstops for compatibility with endstop checking routine<br />
#if defined(COREXY) &amp;&amp; !defined(DISABLE_MAX_ENDSTOPS)<br />
  #define DISABLE_MAX_ENDSTOPS<br />
#endif]]></description>
            <dc:creator>disneytoy</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 16 Dec 2013 11:31:16 -0500</pubDate>
        </item>
    </channel>
</rss>
