<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Proposed improvement: change homing offsets to milimeters</title>
        <description> Improvement suggestion:

Change:

#define DELTA_X_ENDSTOP_OFFSET_STEPS 0
#define DELTA_Y_ENDSTOP_OFFSET_STEPS 0
#define DELTA_Z_ENDSTOP_OFFSET_STEPS 0
to:


#define DELTA_X_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM
#define DELTA_Y_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM
#define DELTA_Z_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM

unless, of course, floats are an issue.

I&#039;m not too familiar with the C syntax, but I&#039;m assuming we will have to convert the number to an int before using it later in the code.

I can go ahead and open a git pull request, but thought it better to discuss first.</description>
        <link>https://reprap.org/forum/read.php?267,592530,592530#msg-592530</link>
        <lastBuildDate>Mon, 14 Sep 2026 02:12:08 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?267,592530,592865#msg-592865</guid>
            <title>Re: Proposed improvement: change homing offsets to milimeters</title>
            <link>https://reprap.org/forum/read.php?267,592530,592865#msg-592865</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>repetier</strong><br />
.. so units should not really matter.</div></blockquote>
<br />
Yep. Well, until someone like me changes the microstepping rate and gets a head into bed crash (:P)]]></description>
            <dc:creator>TTN</dc:creator>
            <category>Repetier</category>
            <pubDate>Fri, 04 Dec 2015 13:40:58 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,592530,592738#msg-592738</guid>
            <title>Re: Proposed improvement: change homing offsets to milimeters</title>
            <link>https://reprap.org/forum/read.php?267,592530,592738#msg-592738</link>
            <description><![CDATA[ We need these values in steps as that is the unit we internally work for this correction. These get set by firmware with G132 S2 command during bed calibration so units should not really matter.]]></description>
            <dc:creator>repetier</dc:creator>
            <category>Repetier</category>
            <pubDate>Fri, 04 Dec 2015 07:47:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?267,592530,592530#msg-592530</guid>
            <title>Proposed improvement: change homing offsets to milimeters</title>
            <link>https://reprap.org/forum/read.php?267,592530,592530#msg-592530</link>
            <description><![CDATA[ Improvement suggestion:<br />
<br />
Change:<br />
<pre class="bbcode">
#define DELTA_X_ENDSTOP_OFFSET_STEPS 0
#define DELTA_Y_ENDSTOP_OFFSET_STEPS 0
#define DELTA_Z_ENDSTOP_OFFSET_STEPS 0</pre>
to:<br />
<br />
<pre class="bbcode">
#define DELTA_X_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM
#define DELTA_Y_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM
#define DELTA_Z_ENDSTOP_OFFSET_STEPS 0.0*AXIS_STEPS_PER_MM</pre>
<br />
unless, of course, floats are an issue.<br />
<br />
I'm not too familiar with the C syntax, but I'm assuming we will have to convert the number to an int before using it later in the code.<br />
<br />
I can go ahead and open a git pull request, but thought it better to discuss first.]]></description>
            <dc:creator>TTN</dc:creator>
            <category>Repetier</category>
            <pubDate>Thu, 03 Dec 2015 21:28:16 -0500</pubDate>
        </item>
    </channel>
</rss>
