<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Don&amp;#039;t repeat bed.g if not needed</title>
        <description> Is there any way to skip the running of bed.g (called whenever a g32 is issued) if not needed?
I have g32 in the start code of my slicer.  That is the only way to insure bed leveling has been done prior to any print.
But there are times when I issue print after print after print without powering down the Z steppers.  In this case, I don&#039;t need to rerun the bed leveling and doing so is just wear and tear on the printer.  

Is there any way to know that g32 has already been done without the steppers powering down, but if the Z steppers do power down, it gets run?</description>
        <link>https://reprap.org/forum/read.php?397,886953,886953#msg-886953</link>
        <lastBuildDate>Sat, 07 Mar 2026 17:15:52 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?397,886953,886977#msg-886977</guid>
            <title>Re: Don&#039;t repeat bed.g if not needed</title>
            <link>https://reprap.org/forum/read.php?397,886953,886977#msg-886977</link>
            <description><![CDATA[ thanks.  <br />
I just decided to remove the G32 from the slicer start code and run it manually when I start printing.  We'll see how that works out.]]></description>
            <dc:creator>EricE555</dc:creator>
            <category>CoreXY Machines</category>
            <pubDate>Sat, 13 Nov 2021 07:07:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?397,886953,886966#msg-886966</guid>
            <title>Re: Don&#039;t repeat bed.g if not needed</title>
            <link>https://reprap.org/forum/read.php?397,886953,886966#msg-886966</link>
            <description><![CDATA[ You could use a global variable to record whether bed.g has been run, and in bed.g you can test and set that variable. To detect that the Z motors have powered down you could monitor the Z homed status. A complication is that the Z homed status will also be cleared at the start of execution of a G28 command.]]></description>
            <dc:creator>dc42</dc:creator>
            <category>CoreXY Machines</category>
            <pubDate>Fri, 12 Nov 2021 02:47:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?397,886953,886953#msg-886953</guid>
            <title>Don&#039;t repeat bed.g if not needed</title>
            <link>https://reprap.org/forum/read.php?397,886953,886953#msg-886953</link>
            <description><![CDATA[ Is there any way to skip the running of bed.g (called whenever a g32 is issued) if not needed?<br />
I have g32 in the start code of my slicer.  That is the only way to insure bed leveling has been done prior to any print.<br />
But there are times when I issue print after print after print without powering down the Z steppers.  In this case, I don't need to rerun the bed leveling and doing so is just wear and tear on the printer.  <br />
<br />
Is there any way to know that g32 has already been done without the steppers powering down, but if the Z steppers do power down, it gets run?]]></description>
            <dc:creator>EricE555</dc:creator>
            <category>CoreXY Machines</category>
            <pubDate>Thu, 11 Nov 2021 15:56:52 -0500</pubDate>
        </item>
    </channel>
</rss>
