<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Rostock autoleveling problem</title>
        <description> Hello.

I have the Rostock mini printer with weight sensor as Z-probe. Sensor works fine, but autolevel doesn&#039;t.
I use the latest Marlin RC firmware with following options:

// The center of the bed is at (X=0, Y=0)
#define BED_CENTER_AT_0_0

#define AUTO_BED_LEVELING_BILINEAR

// Set the boundaries for probing (where the probe can reach).
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 30)
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
#define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS
#define FRONT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)
#define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS

// The Z probe minimum outer margin (to validate G29 parameters).
#define MIN_PROBE_EDGE 10

But leveling and printing processes show that the software bed center seems to somehow be not placed on hardware bed center. 
The violet cube on the picture shows position of the software bed center:



  

    
      
    

    

    

    
        
    

    

    

    
      Jg0DjBIyc2g.jpg
    

  

 



mod_embed_images_loadimage(&#039;b976447f8b5e390caceb01aaf1cccb67&#039;, &#039;/forum/thumbcache/1f6/8ae/c94/f6b/77f/a55/0c5/73c/1ba/4a5/e7_800x400.png&#039;, &#039;https://pp.vk.me/c639424/v639424113/508e/Jg0DjBIyc2g.jpg&#039;, &#039;https://reprap.org/forum/addon.php?178,module=embed_images,check_scaling=1,url=https%3A%2F%2Fpp.vk.me%2Fc639424%2Fv639424113%2F508e%2FJg0DjBIyc2g.jpg&#039;, &#039;&#039;, 745101, 800, 400, &#039;Loading image ...&#039;, false);



And if you think: &quot;wait, it is not even a cube!&quot; - you&#039;re absolutely right :) The green cube shows how the printer used to print before. It&#039;s not of a great quality, but a little bit better than now :)
If I don&#039;t use the autolevel, the cube gets printed on the center of the bed and it is really a cube.

The main question is: what&#039;s wrong with my firmware config?

The full config is here: [github.com]</description>
        <link>https://reprap.org/forum/read.php?178,745101,745101#msg-745101</link>
        <lastBuildDate>Tue, 16 Jun 2026 08:03:51 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?178,745101,745218#msg-745218</guid>
            <title>Re: Rostock autoleveling problem</title>
            <link>https://reprap.org/forum/read.php?178,745101,745218#msg-745218</link>
            <description><![CDATA[ Ok, I solved the problem. It was a bug in Marlin RC branch. I compiled a new firmware from RCBugFix branch and everything's working fine.<br />
<br />
First print with autolevel:<br />
<div id="div_6088e97cad8b58a7b95c884cfc498cf1"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_6088e97cad8b58a7b95c884cfc498cf1" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="https://pp.vk.me/c639424/v639424113/522b/2hT3RfPPVmk.jpg">
        <img src="/forum/thumbcache/04f/23b/96b/645/f21/fd7/ec1/441/883/8a5/d8_800x400.png"
             width="300"
             height="400"
             id="image_6088e97cad8b58a7b95c884cfc498cf1"
             alt="2hT3RfPPVmk.jpg"
             title="2hT3RfPPVmk.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_6088e97cad8b58a7b95c884cfc498cf1"
      style="display:block">
      <a id="link_6088e97cad8b58a7b95c884cfc498cf1" href="https://pp.vk.me/c639424/v639424113/522b/2hT3RfPPVmk.jpg">2hT3RfPPVmk.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('6088e97cad8b58a7b95c884cfc498cf1', '/forum/thumbcache/04f/23b/96b/645/f21/fd7/ec1/441/883/8a5/d8_800x400.png', 'https://pp.vk.me/c639424/v639424113/522b/2hT3RfPPVmk.jpg', 'https://reprap.org/forum/addon.php?178,module=embed_images,check_scaling=1,url=https%3A%2F%2Fpp.vk.me%2Fc639424%2Fv639424113%2F522b%2F2hT3RfPPVmk.jpg', '', 745218, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>alpha6</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Sat, 04 Feb 2017 06:05:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?178,745101,745101#msg-745101</guid>
            <title>Rostock autoleveling problem</title>
            <link>https://reprap.org/forum/read.php?178,745101,745101#msg-745101</link>
            <description><![CDATA[ Hello.<br />
<br />
I have the Rostock mini printer with weight sensor as Z-probe. Sensor works fine, but autolevel doesn't.<br />
I use the latest Marlin RC firmware with following options:<br />
<br />
// The center of the bed is at (X=0, Y=0)<br />
#define BED_CENTER_AT_0_0<br />
<br />
#define AUTO_BED_LEVELING_BILINEAR<br />
<br />
// Set the boundaries for probing (where the probe can reach).<br />
#define DELTA_PROBEABLE_RADIUS (DELTA_PRINTABLE_RADIUS - 30)<br />
#define LEFT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)<br />
#define RIGHT_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS<br />
#define FRONT_PROBE_BED_POSITION -(DELTA_PROBEABLE_RADIUS)<br />
#define BACK_PROBE_BED_POSITION DELTA_PROBEABLE_RADIUS<br />
<br />
// The Z probe minimum outer margin (to validate G29 parameters).<br />
#define MIN_PROBE_EDGE 10<br />
<br />
But leveling and printing processes show that the software bed center seems to somehow be not placed on hardware bed center. <br />
The violet cube on the picture shows position of the software bed center:<br />
<br />
<div id="div_b976447f8b5e390caceb01aaf1cccb67"
     class="mod_embed_images_extended"
     style="width:300px">

  

    
      
    

    <div id="imagediv_b976447f8b5e390caceb01aaf1cccb67" class="mod_embed_images_image"
         style="width:300px; height:400px">

    

    <a href="https://pp.vk.me/c639424/v639424113/508e/Jg0DjBIyc2g.jpg">
        <img src="/forum/thumbcache/1f6/8ae/c94/f6b/77f/a55/0c5/73c/1ba/4a5/e7_800x400.png"
             width="300"
             height="400"
             id="image_b976447f8b5e390caceb01aaf1cccb67"
             alt="Jg0DjBIyc2g.jpg"
             title="Jg0DjBIyc2g.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_b976447f8b5e390caceb01aaf1cccb67"
      style="display:block">
      <a id="link_b976447f8b5e390caceb01aaf1cccb67" href="https://pp.vk.me/c639424/v639424113/508e/Jg0DjBIyc2g.jpg">Jg0DjBIyc2g.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('b976447f8b5e390caceb01aaf1cccb67', '/forum/thumbcache/1f6/8ae/c94/f6b/77f/a55/0c5/73c/1ba/4a5/e7_800x400.png', 'https://pp.vk.me/c639424/v639424113/508e/Jg0DjBIyc2g.jpg', 'https://reprap.org/forum/addon.php?178,module=embed_images,check_scaling=1,url=https%3A%2F%2Fpp.vk.me%2Fc639424%2Fv639424113%2F508e%2FJg0DjBIyc2g.jpg', '', 745101, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
And if you think: "wait, it is not even a cube!" - you're absolutely right :) The green cube shows how the printer used to print before. It's not of a great quality, but a little bit better than now :)<br />
If I don't use the autolevel, the cube gets printed on the center of the bed and it is really a cube.<br />
<br />
The main question is: what's wrong with my firmware config?<br />
<br />
The full config is here: [<a href="https://github.com/alpha6/Marlin-Rostock/blob/my_config/Marlin/Configuration.h" target="_blank"  rel="nofollow">github.com</a>]<br/>]]></description>
            <dc:creator>alpha6</dc:creator>
            <category>Delta Machines</category>
            <pubDate>Fri, 03 Feb 2017 16:53:12 -0500</pubDate>
        </item>
    </channel>
</rss>
