<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Auto Bed Level Providing Un-Even First Layer</title>
        <description> Hi all, I have built a gMax 1.5 Printer, it is using Marlin and it has autobed level setup on it, but since installing the upgrade, not once has it provided a perfect first layer. The adjustments are measured using a 3 x 3 grid, when probing the results seem to be accurate to the actual print bed. However when the printer starts printing the first layer, EVER time, the first layer is no where near even, i always have 1 side too far from the bed, and the other too close. It&#039;s like the autolevel is compensating the wrong way around, where it should be going closer to the bed it gets further, and vice versa. I have scoured the net and come across a few similar instances of this, but there has never really ever been a fix for it, other than making sure the bed is as close to level physically as possible; which kind of defeats the purpose of autoleveling... im using 4mm toughened glass as my print surface, it is completely flat with no uneven spots.

Any advice is greatly appreciated.

Thanks

Alex</description>
        <link>https://reprap.org/forum/read.php?262,546551,546551#msg-546551</link>
        <lastBuildDate>Tue, 08 Sep 2026 23:42:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?262,546551,547941#msg-547941</guid>
            <title>Re: Auto Bed Level Providing Un-Even First Layer</title>
            <link>https://reprap.org/forum/read.php?262,546551,547941#msg-547941</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Kurzaa</strong><br />
I have never played with auto-level, went with a delta rather than cartesian printer. However my first thought was that perhaps the results from the leveling process were not being saved. So issuing a G28 to home the axis at the start of print (part of the sliced g-code) is clearing the results of the auto-level routine.</div></blockquote>
<br />
Yes, the purpose of homing is to set the position as x=0,y=0,z=0 (or another position if set otherwise in the firmware), so I do believe it removes previously stored info from bed leveling, But homing should occure before bed leveling, in your start.gcode, you should first have g28 and then g29. I checked a gcode file, and their is no g28 generated by the slicer, what slicer are you using?<br />
<br />
Anyways, in case it could help, here is the start.gcode I am using both in cura and slic3r in order to use bed leveling:<br />
<pre class="bbcode">
G21        ;metric values
G90        ;absolute positioning
M82        ;set extruder to absolute mode
M107       ;start with the fan off
G28        ;move X/Y/Z to min endstops
G29        ;bed auto leveling
G92 E0      ;zero the extruded length
G1 F200 E6  ;extrude 6mm of feed stock
G92 E0      ;zero the extruded length again
G1 F100
M117 Printing...;Put printing message on LCD screen
</pre>]]></description>
            <dc:creator>dewasa</dc:creator>
            <category>Printing</category>
            <pubDate>Thu, 20 Aug 2015 13:14:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,546551,547903#msg-547903</guid>
            <title>Re: Auto Bed Level Providing Un-Even First Layer</title>
            <link>https://reprap.org/forum/read.php?262,546551,547903#msg-547903</link>
            <description><![CDATA[ I have never played with auto-level, went with a delta rather than cartesian printer. However my first thought was that perhaps the results from the leveling process were not being saved. So issuing a G28 to home the axis at the start of print (part of the sliced g-code) is clearing the results of the auto-level routine.]]></description>
            <dc:creator>Kurzaa</dc:creator>
            <category>Printing</category>
            <pubDate>Thu, 20 Aug 2015 11:51:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,546551,546947#msg-546947</guid>
            <title>Re: Auto Bed Level Providing Un-Even First Layer</title>
            <link>https://reprap.org/forum/read.php?262,546551,546947#msg-546947</link>
            <description><![CDATA[ Hello,<br />
<br />
Did you properly set the distance between the nozzle and the bed leveling probe in the firmware? if this distance is very wrong, for instance -50mm instead of 50mm in one axis, then I guess it could cause an issue similar to what you describe.<br />
<br />
David.]]></description>
            <dc:creator>dewasa</dc:creator>
            <category>Printing</category>
            <pubDate>Tue, 18 Aug 2015 07:30:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?262,546551,546551#msg-546551</guid>
            <title>Auto Bed Level Providing Un-Even First Layer</title>
            <link>https://reprap.org/forum/read.php?262,546551,546551#msg-546551</link>
            <description><![CDATA[ Hi all, I have built a gMax 1.5 Printer, it is using Marlin and it has autobed level setup on it, but since installing the upgrade, not once has it provided a perfect first layer. The adjustments are measured using a 3 x 3 grid, when probing the results seem to be accurate to the actual print bed. However when the printer starts printing the first layer, EVER time, the first layer is no where near even, i always have 1 side too far from the bed, and the other too close. It's like the autolevel is compensating the wrong way around, where it should be going closer to the bed it gets further, and vice versa. I have scoured the net and come across a few similar instances of this, but there has never really ever been a fix for it, other than making sure the bed is as close to level physically as possible; which kind of defeats the purpose of autoleveling... im using 4mm toughened glass as my print surface, it is completely flat with no uneven spots.<br />
<br />
Any advice is greatly appreciated.<br />
<br />
Thanks<br />
<br />
Alex]]></description>
            <dc:creator>xelad</dc:creator>
            <category>Printing</category>
            <pubDate>Mon, 17 Aug 2015 08:23:56 -0400</pubDate>
        </item>
    </channel>
</rss>
