Adaptive bed meshing still probes entire bed

Basic Information:

Printer Model: voron 2.4
MCU / Printerboard: SKR 1.4 x 2
Host / SBC RPi 3
klippy.log

klippy-9.log (169.6 KB)

startoffile.gcode (8.3 KB)

I posted the starting gcode of my file in the attached file

so all my settings seem to be correct, but it still probes the entire bed

thank you in advance

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:

Do the object borders show up when you preview g-code in Fluid or Mainsail? They are in your g-code sample but your slicer could be formatting them wrong.

Try adding adaptive_margin: 5 to your [bed_mesh] section.

adaptive_margin is not an allowed setting.
So I figured maybe its cuz klipper is too old ?

turns out it hasn’t been updated for a while.

so maybe….. thats the problem.

Im gonna update it and then see again

How did you come to that conclusion?

From: Configuration reference - Klipper documentation

#adaptive_margin:
#   An optional margin (in mm) to be added around the bed area used by
#   the defined print objects when generating an adaptive mesh.

By trying to use it and failing, which is what led them to the (correct) conclusion that their Klipper install is out of date.

Git version: 'v0.11.0-248-gd725dfd30-dirty'

This is from July 2023, which is well before adaptive bed meshing was added.

3 Likes