<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Autolevel issue</title>
        <description> HI all.
A friend of mine built a smartcore exactly like mine.
The only difference is the sensor: mine is a 4mm sensor his is a 8mm sensor.
I&#039;m using the firmware from smartfriendz github repo, latest version for mk8.
I&#039;ve try to do the same step i do to setup the autolevel:
- g28 to zero axis
- some G0 Z-0.1 -&amp;gt; -1.2 to put the noozle at a paper sheet distance
- put the value (-1.2) to marlin soft
- compile &amp;amp; flash
- try print.
This time the nozzle stay really high from glass: look like the &quot;# define Z_PROBE_OFFSET_FROM_EXTRUDER -1.2&quot; dosn&#039;t work at all.
Any suggestion to make it working like mine ? I&#039;m missing something ?

Thanks.</description>
        <link>https://reprap.org/forum/read.php?344,576937,576937#msg-576937</link>
        <lastBuildDate>Tue, 17 Mar 2026 00:00:12 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?344,576937,577869#msg-577869</guid>
            <title>Re: Autolevel issue</title>
            <link>https://reprap.org/forum/read.php?344,576937,577869#msg-577869</link>
            <description><![CDATA[ Thanks a lot. Worked perfectly.<br />
I am asking myself if there is a page where find all the info needed to setup autolevel bed or we must look around like this time.]]></description>
            <dc:creator>Zlob</dc:creator>
            <category>Smart_Rap</category>
            <pubDate>Sat, 31 Oct 2015 09:38:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?344,576937,577038#msg-577038</guid>
            <title>Re: Autolevel issue</title>
            <link>https://reprap.org/forum/read.php?344,576937,577038#msg-577038</link>
            <description><![CDATA[ One thing to check is whether or not the EEPROM is  enabled in  configuratin.h<br />
<br />
#define EEPROM_SETTINGS<br />
#define EEPROM_CHITCHAT<br />
<br />
if the EEPROM is enabled (by uncommenting the EEPROM_SETTINGS line)  then the value stored there will be used and the setting in configuration.h totally ignored.  I had this same issue. I kept tweaking the configuration.h file but it never changed the offset. Turned out I had a vallue in the EEPROM.    If this is the issue there are a number of different work-arounds:<br />
<br />
1. disable the eeprom  by commenting it out again and re-flash<br />
2. run the sample sketch "eeprom clear" before flashing the firmware (this will clear the eeprom before uploading the firmware)<br />
3. after flashing the firmware  do M502 (this will re-set the values in the non-eeprom  to the values in the fimware) followed by M500 which will save those values to the EEPROM<br />
<br />
Another related problem I had was that I used Smartfriendz' configuration file for Repetier/Slic3r and it had gcode in the start-up that set the offset to something like 13mm!   Took me a while to figure that one out.]]></description>
            <dc:creator>MichaelBrock</dc:creator>
            <category>Smart_Rap</category>
            <pubDate>Thu, 29 Oct 2015 10:32:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?344,576937,576937#msg-576937</guid>
            <title>Autolevel issue</title>
            <link>https://reprap.org/forum/read.php?344,576937,576937#msg-576937</link>
            <description><![CDATA[ HI all.<br />
A friend of mine built a smartcore exactly like mine.<br />
The only difference is the sensor: mine is a 4mm sensor his is a 8mm sensor.<br />
I'm using the firmware from smartfriendz github repo, latest version for mk8.<br />
I've try to do the same step i do to setup the autolevel:<br />
- g28 to zero axis<br />
- some G0 Z-0.1 -&gt; -1.2 to put the noozle at a paper sheet distance<br />
- put the value (-1.2) to marlin soft<br />
- compile &amp; flash<br />
- try print.<br />
This time the nozzle stay really high from glass: look like the "# define Z_PROBE_OFFSET_FROM_EXTRUDER -1.2" dosn't work at all.<br />
Any suggestion to make it working like mine ? I'm missing something ?<br />
<br />
Thanks.]]></description>
            <dc:creator>Zlob</dc:creator>
            <category>Smart_Rap</category>
            <pubDate>Thu, 29 Oct 2015 07:36:58 -0400</pubDate>
        </item>
    </channel>
</rss>
