Weird Z-Offset issue #173
-
Hi, I'm not sure what I'm doing wrong here or if it actually is a bug (but i don't think so). Basically the ABL semms to work. G29 and it probes everything, checking with M420 the mesh seems also to be quite good. Repeatability test is also very acurate. When having my printer run several prints, the Z-Offset seems to change quite drastically. Here is what I do:
How can this be? I'm aware, that a captive sensor is effected by humidity and temperature. But I don't think this can be the reason. I print in a heated room, ~21°C. During the process, temperature increases max 2°C due to printer heat and my emitted heat :p Screws of the Z-Probe mount seem also to be tight. Also have checkt the rest of the printer for lose parts. Any ideas? Thanks in advance!! Configuration.h: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I think (but it's just a shot in the dark) the fine tune you are using in step 7 does not get written to the EEPROM. I have noticed that the mesh data is quite dependent on the settings in EEPROM. So when you adjust the Z-offset and do not write it to EEPROM (either because you forget it or you do it while printing, which - as said above - seems not to get written to EEPROM), it will not be available next print. I even found that when you tweak the Z-offset with the Z-offset menu and "Live adjust" you HAVE to run a new G29, before the new settings get applied, even when you store them to EEPROM. Personally I tweak the Z-offset by using "Live adjust" and then I transfer it to configuration.h and recompile the firmware. Like this it's always on the correct value and I don't have to mess with it. |
Beta Was this translation helpful? Give feedback.
I think (but it's just a shot in the dark) the fine tune you are using in step 7 does not get written to the EEPROM. I have noticed that the mesh data is quite dependent on the settings in EEPROM. So when you adjust the Z-offset and do not write it to EEPROM (either because you forget it or you do it while printing, which - as said above - seems not to get written to EEPROM), it will not be available next print.
I even found that when you tweak the Z-offset with the Z-offset menu and "Live adjust" you HAVE to run a new G29, before the new settings get applied, even when you store them to EEPROM.
Personally I tweak the Z-offset by using "Live adjust" and then I transfer it to configuration…