<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Marlin v1  issues  MANUAL_Z_HOME_POS</title>
        <description> I&#039;m installing Marlin v1 for the first time (I&#039;ve been running Repetier for a couple of years). I have two main issues,
I believe I have set the ( #define MANUAL_Z_HOME_POS 286 ) correctly but when I start to print it always prints about an 35mm
 above the bed. Then when I run the auto bed leveling everything works except the probe does not touch the bed no matter what I do,
 it seems to be about a 10MM high ??</description>
        <link>https://reprap.org/forum/read.php?178,393473,393473#msg-393473</link>
        <lastBuildDate>Thu, 14 May 2026 22:03:28 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,394473#msg-394473</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,394473#msg-394473</link>
            <description><![CDATA[ Eprom is all fine and good, but its no replacement to modifying the firmware properly for your build. I turned eprom off on my printer, as well as auto leveling is off. Its the harder way to tune a printer, but also the most reliable. I am now sadisfied with the settings and will be turning on those two features to increase accuracy and repeatability. However I do not like the microswitch/servo solution. I want to use either force sensors or embed the microswitch to head. Its possible I may use a proximity sensor as well. They are quite cheap on e-bay costing around 7bux a pop.]]></description>
            <dc:creator>jaguarking11</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 13 Aug 2014 10:26:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,394395#msg-394395</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,394395#msg-394395</link>
            <description><![CDATA[ I solved  the problem by typing in M 666 L this is the result you get <br />
<br />
07:17:19.871 : N22 M666 L *89<br />
07:17:19.876 : Current Delta geometry values:<br />
07:17:19.876 : X (Endstop Adj): 0.00<br />
07:17:19.876 : Y (Endstop Adj): 0.00<br />
07:17:19.881 : Z (Endstop Adj): 0.00<br />
07:17:19.881 : P (Z-Probe Offset): X0.00 Y10.00 Z-5.60<br />
07:17:19.881 : A (Tower A Position Correction): 0.00<br />
07:17:19.884 : B (Tower B Position Correction): 0.00<br />
07:17:19.885 : C (Tower C Position Correction): 0.00<br />
07:17:19.885 : I (Tower A Radius Correction): 0.00<br />
07:17:19.889 : J (Tower B Radius Correction): 0.00<br />
07:17:19.889 : K (Tower C Radius Correction): 0.00<br />
07:17:19.892 : R (Delta Radius): 105.00<br />
07:17:19.893 : D (Diagonal Rod Length): 217.50<br />
07:17:19.893 : H (Z-Height): 285.50<br />
<br />
<br />
and it's easy to change the Z heights by typing in M 666 H and then the value you want for the high  ( M666 H 285.5 ). to save do M500   Everything works now.]]></description>
            <dc:creator>Dannydefe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Wed, 13 Aug 2014 07:23:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,394205#msg-394205</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,394205#msg-394205</link>
            <description><![CDATA[ I'm running MLX 6mm belt width 18 teeth. I'm running 1/32nd steps.<br />
<br />
my mistake, although I did change it in the EEPROM I never changed it in the firmware .This is what it looks like now (#define DEFAULT_AXIS_STEPS_PER_UNIT   {174.1, 174.1, 174.1, 439.5})<br />
 and I believe it's set correctly because the Z movement is the correct amount.]]></description>
            <dc:creator>Dannydefe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 12 Aug 2014 16:41:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,394042#msg-394042</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,394042#msg-394042</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Dannydefe</strong><br />
@ jaguarking11<br />
I believe the numbers are correct because when I request  a movement in Z, I measure it with my calipers and it is correct.<br />
<br />
 I did use this formula  ( [<a href="http://calculator.josefprusa.cz/" target="_blank"  rel="nofollow">calculator.josefprusa.cz</a>] ) and it verifies I have the correct steps.</div></blockquote>
<br />
Well I see this line.<br />
<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT   {80, 80, 80, 439.5} <br />
<br />
Change it to<br />
<br />
#define DEFAULT_AXIS_STEPS_PER_UNIT   {88.889, 88.889, 88.889, 439.5}<br />
<br />
This is assuming your running a GT2 belt with 18 Teeth. This would account for about a 8% difference in height. This takes into assumption two things here. One: your using GT2 belts, and your motors are 1.8 degree motors with full on 1/16 microstepping.<br />
<br />
The formula is simple [<a href="http://www.reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide#E_steps" target="_blank"  rel="nofollow">www.reprap.org</a>]<br />
<br />
steps_per_mm = (motor_steps_per_rev * driver_microstep) / (belt_pitch * pulley_number_of_teeth)]]></description>
            <dc:creator>jaguarking11</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 12 Aug 2014 10:23:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393995#msg-393995</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393995#msg-393995</link>
            <description><![CDATA[ @ jaguarking11<br />
I believe the numbers are correct because when I request  a movement in Z, I measure it with my calipers and it is correct.<br />
<br />
 I did use this formula  ( [<a href="http://calculator.josefprusa.cz/" target="_blank"  rel="nofollow">calculator.josefprusa.cz</a>] ) and it verifies I have the correct steps.]]></description>
            <dc:creator>Dannydefe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 12 Aug 2014 07:57:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393894#msg-393894</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393894#msg-393894</link>
            <description><![CDATA[ You have it set to 20t pulley there. Change the firmware to reflect that. There is a formula in the wiki. I will check in the am. If needed I'll run the numbers for you.]]></description>
            <dc:creator>jaguarking11</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Tue, 12 Aug 2014 02:12:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393833#msg-393833</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393833#msg-393833</link>
            <description><![CDATA[ @ jaguarking11<br />
I'm running MLX 6mm belt width 18 teeth. I'm running 1/32nd steps. I'm not very familiar with Marlin and I see the configuration.h page has string setting, how do I change this to pulley.<br />
<br />
@AndyCart <br />
here is the M501 info..thanks<br />
<br />
<br />
18:22:26.352 : N222 M501 *5<br />
18:22:26.359 : echo:Stored settings retrieved<br />
18:22:26.359 : echo:Steps per unit:<br />
18:22:26.363 : echo:  M92 X174.00 Y174.00 Z174.00 E1500.00<br />
18:22:26.363 : echo:Maximum feedrates (mm/s):<br />
18:22:26.367 : echo:  M203 X80.00 Y80.00 Z80.00 E200.00<br />
18:22:26.367 : echo:Maximum Acceleration (mm/s2):<br />
18:22:26.371 : echo:  M201 X3000 Y3000 Z3000 E3000<br />
18:22:26.371 : echo:Acceleration: S=acceleration, T=retract acceleration<br />
18:22:26.375 : echo:  M204 S1000.00 T1000.00<br />
18:22:26.382 : 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)<br />
18:22:26.383 : echo:  M205 S0.00 T0.00 B20000 X10.00 Z10.00 E20.00<br />
18:22:26.383 : echo:Home offset (mm):<br />
18:22:26.388 : echo:  M206 X0.00 Y0.00 Z0.00<br />
18:22:26.388 : echo:Endstop adjustment (mm):<br />
18:22:26.388 : echo:  M666 X0.00 Y0.00 Z0.00<br />
18:22:26.388 : echo:Delta Geometry adjustment:<br />
18:22:26.395 : echo:  M666 A0.00 B0.00 C0.00 E0.00 F0.00 G0.00 R108.40 D217.50 H258.00 P0.00<br />
18:22:26.395 : echo:PID settings:<br />
18:22:26.396 : echo:   M301 P15.34 I1.57 D37.45]]></description>
            <dc:creator>Dannydefe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 11 Aug 2014 18:23:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393807#msg-393807</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393807#msg-393807</link>
            <description><![CDATA[ Check you don't have an M206 Z offset in EEPROM. M501 will list what it is currently set at. I believe you also need a decimal value after the integer for Z height as well, even if it is zero.]]></description>
            <dc:creator>AndyCart</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 11 Aug 2014 17:26:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393696#msg-393696</guid>
            <title>Re: Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393696#msg-393696</link>
            <description><![CDATA[ Need more info. Sounds like the pulley teeth or fishing line diameter is not set properly. Also what are your microstep settings set to? Do you use 1/16th? 1/8th? etc etc? Yours seems to be set for GT2 20T pulleys.]]></description>
            <dc:creator>jaguarking11</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Mon, 11 Aug 2014 12:21:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,393473,393473#msg-393473</guid>
            <title>Marlin v1  issues  MANUAL_Z_HOME_POS</title>
            <link>https://reprap.org/forum/read.php?178,393473,393473#msg-393473</link>
            <description><![CDATA[ I'm installing Marlin v1 for the first time (I've been running Repetier for a couple of years). I have two main issues,<br />
I believe I have set the ( #define MANUAL_Z_HOME_POS 286 ) correctly but when I start to print it always prints about an 35mm<br />
 above the bed. Then when I run the auto bed leveling everything works except the probe does not touch the bed no matter what I do,<br />
 it seems to be about a 10MM high ??]]></description>
            <dc:creator>Dannydefe</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sun, 10 Aug 2014 21:26:45 -0400</pubDate>
        </item>
    </channel>
</rss>
