<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Tuning delta printer</title>
        <description> I&#039;ve heard that the best method of tuning a printer is by turning off auto bed leveling and eeprom and tune it manually,wonder what is the easiest way to disable this two, if I do this: // #define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line) I get this error:
  This report would have more information with
  &quot;Show verbose output during compilation&quot;
  enabled in File &amp;gt; Preferences.
Arduino: 1.0.6 (Windows 7), Board: &quot;Arduino Mega 2560 or Mega ADK&quot;
Marlin_main.cpp: In function &#039;void adjust_delta(float*)&#039;:
Marlin_main.cpp:3287: error: &#039;ACCURATE_BED_LEVELING_POINTS&#039; was not declared in this scope
Marlin_main.cpp:3288: error: &#039;ACCURATE_BED_LEVELING_GRID_X&#039; was not declared in this scope
Marlin_main.cpp:3289: error: &#039;ACCURATE_BED_LEVELING_GRID_Y&#039; was not declared in this scope
Marlin_main.cpp:3294: error: &#039;bed_level&#039; was not declared in this scope</description>
        <link>https://reprap.org/forum/read.php?1,417469,417469#msg-417469</link>
        <lastBuildDate>Sat, 15 Aug 2026 05:52:14 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,417469,417794#msg-417794</guid>
            <title>Re: Tuning delta printer</title>
            <link>https://reprap.org/forum/read.php?1,417469,417794#msg-417794</link>
            <description><![CDATA[ Just don't run the auto level command.<br />
There's no need to try and disable it or strip it out of firmware. Simply don't use the command or use firmware that lacks it.<br />
<br />
Also, while there are times manual can be better, if your machine is built properly, unless you have a ton of measuring devices and impressive math skills, you will NEVER, EVER manually calibrate a delta printer as well as the software can. You do not have the ability to measure everything, including tower to tower down to .001mm.<br />
<br />
I think a lot of the animosity is because some are elitists, others are masochists, but also, some peoples implementation for probing (or bed mounting) just plain stinks (I will admit FSR's are a pain in the neck to get right!).]]></description>
            <dc:creator>sheepdog43</dc:creator>
            <category>General</category>
            <pubDate>Fri, 10 Oct 2014 17:35:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,417469,417469#msg-417469</guid>
            <title>Tuning delta printer</title>
            <link>https://reprap.org/forum/read.php?1,417469,417469#msg-417469</link>
            <description><![CDATA[ I've heard that the best method of tuning a printer is by turning off auto bed leveling and eeprom and tune it manually,wonder what is the easiest way to disable this two, if I do this: // #define ENABLE_AUTO_BED_LEVELING // Delete the comment to enable (remove // at the start of the line) I get this error:<br />
  This report would have more information with<br />
  "Show verbose output during compilation"<br />
  enabled in File &gt; Preferences.<br />
Arduino: 1.0.6 (Windows 7), Board: "Arduino Mega 2560 or Mega ADK"<br />
Marlin_main.cpp: In function 'void adjust_delta(float*)':<br />
Marlin_main.cpp:3287: error: 'ACCURATE_BED_LEVELING_POINTS' was not declared in this scope<br />
Marlin_main.cpp:3288: error: 'ACCURATE_BED_LEVELING_GRID_X' was not declared in this scope<br />
Marlin_main.cpp:3289: error: 'ACCURATE_BED_LEVELING_GRID_Y' was not declared in this scope<br />
Marlin_main.cpp:3294: error: 'bed_level' was not declared in this scope]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>General</category>
            <pubDate>Fri, 10 Oct 2014 02:58:13 -0400</pubDate>
        </item>
    </channel>
</rss>
