<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Z axis - how to allow minus direction Arduino Sprinter</title>
        <description> Hello, does anybody know, how to allow minus direction of Z axis on Arduino with Sprinter ? With direction I mean under endstop.</description>
        <link>https://reprap.org/forum/read.php?1,321257,321257#msg-321257</link>
        <lastBuildDate>Tue, 19 May 2026 06:24:02 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,321257,321300#msg-321300</guid>
            <title>Re: Z axis - how to allow minus direction Arduino Sprinter</title>
            <link>https://reprap.org/forum/read.php?1,321257,321300#msg-321300</link>
            <description><![CDATA[ Hi Cameron,<br />
 thank you for advice. I want to try milling. I know that it is danger, I am going to be carefull :)]]></description>
            <dc:creator>Arnold</dc:creator>
            <category>General</category>
            <pubDate>Fri, 07 Mar 2014 11:51:20 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,321257,321274#msg-321274</guid>
            <title>Re: Z axis - how to allow minus direction Arduino Sprinter</title>
            <link>https://reprap.org/forum/read.php?1,321257,321274#msg-321274</link>
            <description><![CDATA[ <pre class="bbcode">
//-----------------------------------------------------------------------
//// ENDSTOP SETTINGS:
//-----------------------------------------------------------------------
// Sets direction of endstops when homing; 1=MAX, -1=MIN
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1

//#define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing &lt;-- <b><span style="color:#FF0000">Uncomment this</span></b>

const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero.  &lt;-- <b><span style="color:#FF0000">Make sure this is set to false</span></b>
const bool max_software_endstops = true; //If true, axis won't move to coordinates greater than the defined lengths below.</pre>
<br />
Be careful though, this will allow your Z axis to crash, and could damage your printer.  Why do you want to be able to move past the endstop in Z?]]></description>
            <dc:creator>NewPerfection</dc:creator>
            <category>General</category>
            <pubDate>Fri, 07 Mar 2014 10:56:14 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,321257,321257#msg-321257</guid>
            <title>Z axis - how to allow minus direction Arduino Sprinter</title>
            <link>https://reprap.org/forum/read.php?1,321257,321257#msg-321257</link>
            <description><![CDATA[ Hello, does anybody know, how to allow minus direction of Z axis on Arduino with Sprinter ? With direction I mean under endstop.]]></description>
            <dc:creator>Arnold</dc:creator>
            <category>General</category>
            <pubDate>Fri, 07 Mar 2014 10:17:18 -0500</pubDate>
        </item>
    </channel>
</rss>
