<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Set Z-axis manually</title>
        <description> Because I experience many problems getting the hight right because of instability of the IR sensor (I&#039;m reading those topics with great interest) I decided to set the Z-axis manually for the time being, just to get printing. However It does not work as I expect.

The procedure I followed:
- M561 (Reset Bed Compensation)
- M556 S100 X0 Y0 Z0 (Reset XYZ asis compensation)
- HOME
- G32 (seems to work fine)
- Raise head by 5 mm
- G1 X100 Y100
- Manually adjust height &quot;paper thick&quot; above the bed
- G92 Z0

Now when I start printing, it prints &quot;in the air&quot;

When I repeat the above procedure and directly after G92 Z0 I ask the machine the position (M114) it says:
&quot;X=100 Y=100 Z=-0.312586 E=0.0000

Why? I just told the machine it was at Z=0 and it did not move since ...

It appears that the bed compensation creates the Z=-0.312586 at pos X100 Y100, because if I omit the G32 in the above procedure it works as expected.

Where am I thinking wrong?

Kind regards,
Leon</description>
        <link>https://reprap.org/forum/read.php?340,307652,307652#msg-307652</link>
        <lastBuildDate>Sat, 13 Jun 2026 14:11:15 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307843#msg-307843</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307843#msg-307843</link>
            <description><![CDATA[ been doing it direct with Ian]]></description>
            <dc:creator>rm2014</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 19:20:08 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307841#msg-307841</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307841#msg-307841</link>
            <description><![CDATA[ Hi dc42,<br />
<br />
The G92 now works as I would expect.<br />
<br />
Thanks a lot!]]></description>
            <dc:creator>lvperlo</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 19:13:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307836#msg-307836</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307836#msg-307836</link>
            <description><![CDATA[ @rm2014, if you have been having so many problems, why is it that you haven't asked for any help on this forum?]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 19:09:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307833#msg-307833</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307833#msg-307833</link>
            <description><![CDATA[ well….. all your efforts are all very laudable, applaudable, and martyrdumable, but there are loads of us that just want these machines to work without going through some sort of  3d baptism of fire, It seems (having spoken to RS) that most of these machines work, but for those that do not the product is souring the whole experience. I wish this z probe thing could be solved, i have spent weeks on it, and it still does not work - new motherboard, new instructions, new probe, for me i either want refund, a new kit, or send it to RRP for a look cos there is something seriously wrong here! And I am sure I speak for the silent majority here, we don't care about all the retrospective debugging you guys are pontificating about we just want the product to work!!!!!]]></description>
            <dc:creator>rm2014</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 19:00:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307828#msg-307828</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307828#msg-307828</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>lvperlo</strong><br />
Why? I just told the machine it was at Z=0 and it did not move since ...<br />
<br />
It appears that the bed compensation creates the Z=-0.312586 at pos X100 Y100, because if I omit the G32 in the above procedure it works as expected.</div></blockquote>
<br />
I've just fixed this in my latest firmware. When you run G92 Z0 it really does set Z=0 now. See [<a href="http://forums.reprap.org/read.php?340,290811,307826#msg-307826" target="_blank"  rel="nofollow">forums.reprap.org</a>].]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 18:23:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307674#msg-307674</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307674#msg-307674</link>
            <description><![CDATA[ Hi Ivperlo<br />
<br />
I find the following script very useful, i have replaced my homez.g file (in the sys directory) with it and helps alot with homing Z. After running this the head will be a the first bed compensation point X and Y, and the sensor decided Z, I then move Z down to paper thickness and re-run another G92 Z0.<br />
<br />
by the way your problem may be caused by the fact that you can only run G92 Z0 at the first bed compensation point and not at any other location.<br />
<br />
Matt<br />
<br />
p.s. change my bed comp measurements for yours before using =)<br />
<br />
; RepRapPro Ormerod<br />
; Home Z<br />
M561	 ; Remove bed compensation<br />
M120	 ; Push feedrate &amp; absolute/relative positioning<br />
G91	 ; Set relative movement<br />
G1 Z5 F200	 ; Move up 5mm<br />
G90	 ; set absolute movement<br />
G1 X55 Y0	 ; Move to IR reading point<br />
G30	 ; Use IR probe to set height<br />
G30 P0 X60 Y20 Z0.0<br />
G30 P1 X60 Y170 Z-0.25<br />
G30 P2 X170 Y170 Z-0.2<br />
G30 P3 X170 Y20 Z0.20 S<br />
G1 X60 Y20	 ; Move to the zero compensation position<br />
G1 Z0 F200	 ; Move to Z zero position<br />
M121	 ; Pop feedrate and absolute/relative positioning]]></description>
            <dc:creator>iamburny</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 12:16:24 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307662#msg-307662</guid>
            <title>Re: Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307662#msg-307662</link>
            <description><![CDATA[ You are not doing anything wrong, I've noticed that problem too. I'll take a look at the firmware and see if I can fix it.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 11:57:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?340,307652,307652#msg-307652</guid>
            <title>Set Z-axis manually</title>
            <link>https://reprap.org/forum/read.php?340,307652,307652#msg-307652</link>
            <description><![CDATA[ Because I experience many problems getting the hight right because of instability of the IR sensor (I'm reading those topics with great interest) I decided to set the Z-axis manually for the time being, just to get printing. However It does not work as I expect.<br />
<br />
The procedure I followed:<br />
- M561 (Reset Bed Compensation)<br />
- M556 S100 X0 Y0 Z0 (Reset XYZ asis compensation)<br />
- HOME<br />
- G32 (seems to work fine)<br />
- Raise head by 5 mm<br />
- G1 X100 Y100<br />
- Manually adjust height "paper thick" above the bed<br />
- G92 Z0<br />
<br />
Now when I start printing, it prints "in the air"<br />
<br />
When I repeat the above procedure and directly after G92 Z0 I ask the machine the position (M114) it says:<br />
"X=100 Y=100 Z=-0.312586 E=0.0000<br />
<br />
Why? I just told the machine it was at Z=0 and it did not move since ...<br />
<br />
It appears that the bed compensation creates the Z=-0.312586 at pos X100 Y100, because if I omit the G32 in the above procedure it works as expected.<br />
<br />
Where am I thinking wrong?<br />
<br />
Kind regards,<br />
Leon]]></description>
            <dc:creator>lvperlo</dc:creator>
            <category>Ormerod</category>
            <pubDate>Fri, 07 Feb 2014 11:41:47 -0500</pubDate>
        </item>
    </channel>
</rss>
