Welcome! Log In Create A New Profile

Advanced

confused smileyAuto bed leveling bilinear incorrect leveling

Posted by Pezsma 
confused smileyAuto bed leveling bilinear incorrect leveling
February 09, 2024 09:29AM
Code
Issues
698
Jump to bottom
[BUG] Auto bed leveling err
Hello,
I wanna use BLTouch with my 3d printer with AUTO_BED_LEVELING_BILINEAR.
Leveling completes, but while printing it makes errors, like it wasn't properly leveled, sometimes with bigger differences.
Z offset is good, and NOZZLE_TO_PROBE_OFFSET is set precisely.

There is no mechanical error, nothing is lose or I have no similar errors in my setup.
I also warm everything before G29 to printing temperature.
I ran the Z_MIN_PROBE_REPEATABILITY_TEST, and seems fine.

READ: Mean: 0.009500 Min: -0.005 Max: 0.035 Range: 0.040
READ: Standard Deviation: 0.010764

The machine is a costum built one with mega 2560 and ramps 1.4. Drivers are TMC2208 with serial connected too.
I have lead screws on all axes.

I attached my configuration and I tried withthe latest source from lts-2.1.1 and bugfix-2.1.x too. Also attached some screenshots.

If you got any ideas what i messed up, please help me out.
Attachments:
open | download - Configuration_adv.h (177.6 KB)
open | download - Configuration.h (127.3 KB)
open | download - Screenshot_20240209102738.png (127.4 KB)
Re: confused smileyAuto bed leveling bilinear incorrect leveling
February 09, 2024 09:56AM
well this is silly, but dont know if it is what is causing your issue

#define ENABLE_LEVELING_FADE_HEIGHT
  #if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
    #define DEFAULT_LEVELING_FADE_HEIGHT 300.0 // (mm) Default fade height.
  #endif

enable leveling fade height
but then set the height higher than your max Z... effectively disabling it
JPT
Re: confused smileyAuto bed leveling bilinear incorrect leveling
February 16, 2024 05:25AM
Does your probe accidentally measure onto the clamps holding the bed?
set the measuring matrix to 3x3 so it does not take too much time and then watch every movement until finished.

which printer do you use?

did printing work without BL touch?

Edited 1 time(s). Last edit at 02/16/2024 06:05AM by JPT.
Re: confused smileyAuto bed leveling bilinear incorrect leveling
February 16, 2024 02:38PM
Hello,
the printer works, I just wanted to make it easier to use. 3D touch is the probe. This is a homemade printer. The bed is 4mm glass.
A 3x3 mesh also gives the same result. It also gives the same bed level for multiple measurements.
The Z motors move, but not enough to level.
There are no mechanical problems. All axles are leadscrews.
Sorry, only registered users may post in this forum.

Click here to login