Adaptive mesh leveling not working anymore

Basic Information:

Printer Model: Prusa i3MK3S+
MCU / Printerboard: Einsy
Host / SBC: Pi5

klippy_adaptive_layering_notworking.log (283.2 KB)

klippy.log

Fill out above information and in all cases attach your klippy.log file (use zip to compress it, if too big). Pasting your printer.cfg is not needed
Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there

Describe your issue:

Hello, I am using Klipper with OrcaSlicer. In the past, Adaptive Mesh Leveling was working fine but not anymore. As I recall, the problem started when I kept getting a “bed_mesh: min/max points too close together” error and no print job could be run. If I recall correctly, from the internet, I came across a post on solving it by disabling “Label objects” under Process (Global)→Others→G-code output. in the slicer. Since then, the error disappeared and I could print again. However, the printer lost the ability of Adaptive Mesh Leveling. At the beginning of each print job, the printer goes through the entire build plate to measure the level rather than just the region where the print will be made. How can I get back Adaptive Mesh Leveling and also avoid that “bed_mesh: min/max points too close together” error at the same time?

Hello, the problem still remains. Any possible way to fix this?

label object is required for adaptive meshing to work. when you disable it, klipper will do a full mesh.

Your log does not contain the error. but my guess would be that your faulty regions of your bed are causing some shifts that result in this error.
Adding a adaptive margin to your mesh command might help. Try “BED_MESH_CALIBRATE ADAPTIVE=1 ADAPTIVE_MARGIN=5“ for example.

2 Likes

This seems to be working. Thank you. Not sure if it is related to the “Move out of range” error which happened when I issued a M600.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.