<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Autolevel with BL Touch only scans single row</title>
        <description> Seasons&#039; Greetings:  I recently installed the latest version of Marlin on my CR10S 5 a couple of weeks ago. This was after installing a BL Touch sensor.  I configured the example configuration for bi-linear auto bed leveling, at least attempted to do this, mostly by uncommenting &#039;#define BLTOUCH,&#039; &#039;#define AUTO_BED_LEVELING_BILINEAR,&#039; ;#define RESTORE_LEVELING_AFTER_G28,&#039; &#039;.  I set the GRID_MAX_POINTS_X (line 1340) to 4. The other features of the firmware upload are working very well (thanks to the help of a couple individuals on this forum).  I was wondering where in the configuration file is the &#039;GRID_MAX_POINTS_X&#039; value assigned to the Y- direction?  I would any insights and assistance anyone could share. Thanks for your help.</description>
        <link>https://reprap.org/forum/read.php?1,879713,879713#msg-879713</link>
        <lastBuildDate>Thu, 16 Apr 2026 07:30:33 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,879713,882322#msg-882322</guid>
            <title>Re: Autolevel with BL Touch only scans single row</title>
            <link>https://reprap.org/forum/read.php?1,879713,882322#msg-882322</link>
            <description><![CDATA[ Most likely you have PROBING_MARGIN set to the default of 10 - this means it can't probe any of the rows/columns that are closest to the edges. PROBING_MARGIN is designed to handle probes that are inaccurate near the edge of the bed (inductive/capacitive) and can be set to 0 for a BLTouch.]]></description>
            <dc:creator>MMcLure</dc:creator>
            <category>General</category>
            <pubDate>Wed, 10 Mar 2021 13:09:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,879713,882319#msg-882319</guid>
            <title>Re: Autolevel with BL Touch only scans single row</title>
            <link>https://reprap.org/forum/read.php?1,879713,882319#msg-882319</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>DragonFire</strong><br />
GRID_MAX_POINTS_Y is typically defined to same value as GRID_MAX_POINTS_X in file configuration.h<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />#define GRID_MAX_POINTS_X 3<br />
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X</div></blockquote>
<br />
[<a href="https://marlinfw.org/docs/configuration/configuration.html#linear-/-bilinear-options" target="_blank"  rel="nofollow">marlinfw.org</a>]</div></blockquote>
<br />
It will be alright when I define <br />
<br />
#define GRID_MAX_POINTS_X 3<br />
#define GRID_MAX_POINTS_Y 4<br />
<br />
I would like to increase number of probing points without loosing centre point (25 points take to long time).<br />
<br />
There is some setting in configuration.h to allow change those parameters on printer screen?]]></description>
            <dc:creator>krzysiekz</dc:creator>
            <category>General</category>
            <pubDate>Wed, 10 Mar 2021 12:47:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,879713,879726#msg-879726</guid>
            <title>Re: Autolevel with BL Touch only scans single row</title>
            <link>https://reprap.org/forum/read.php?1,879713,879726#msg-879726</link>
            <description><![CDATA[ That is what a couple of YouTube videos that I watched on setting up the BL Touch in Marlin had indicated.  I guess my question is: why didn't the GRID_MAX_POINTS_X 4 define the GRID_MAX_POINTS_Y?]]></description>
            <dc:creator>MKuss</dc:creator>
            <category>General</category>
            <pubDate>Sat, 19 Dec 2020 23:57:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,879713,879721#msg-879721</guid>
            <title>Re: Autolevel with BL Touch only scans single row</title>
            <link>https://reprap.org/forum/read.php?1,879713,879721#msg-879721</link>
            <description><![CDATA[ GRID_MAX_POINTS_Y is typically defined to same value as GRID_MAX_POINTS_X in file configuration.h<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong></strong><br />#define GRID_MAX_POINTS_X 3<br />
#define GRID_MAX_POINTS_Y GRID_MAX_POINTS_X</div></blockquote>
<br />
[<a href="https://marlinfw.org/docs/configuration/configuration.html#linear-/-bilinear-options" target="_blank"  rel="nofollow">marlinfw.org</a>]]]></description>
            <dc:creator>DragonFire</dc:creator>
            <category>General</category>
            <pubDate>Sat, 19 Dec 2020 19:54:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,879713,879713#msg-879713</guid>
            <title>Autolevel with BL Touch only scans single row</title>
            <link>https://reprap.org/forum/read.php?1,879713,879713#msg-879713</link>
            <description><![CDATA[ Seasons' Greetings:  I recently installed the latest version of Marlin on my CR10S 5 a couple of weeks ago. This was after installing a BL Touch sensor.  I configured the example configuration for bi-linear auto bed leveling, at least attempted to do this, mostly by uncommenting '#define BLTOUCH,' '#define AUTO_BED_LEVELING_BILINEAR,' ;#define RESTORE_LEVELING_AFTER_G28,' '.  I set the GRID_MAX_POINTS_X (line 1340) to 4. The other features of the firmware upload are working very well (thanks to the help of a couple individuals on this forum).  I was wondering where in the configuration file is the 'GRID_MAX_POINTS_X' value assigned to the Y- direction?  I would any insights and assistance anyone could share. Thanks for your help.]]></description>
            <dc:creator>MKuss</dc:creator>
            <category>General</category>
            <pubDate>Sat, 19 Dec 2020 10:52:04 -0500</pubDate>
        </item>
    </channel>
</rss>
