Fill out above information andin all cases attach yourklippy.logfile (use zip to compress it, if too big). Pasting yourprinter.cfgis not needed Be sure to check our “Knowledge Base” Category first. Most relevant items, e.g. error messages, are covered there
Describe your issue:
Hi,
Not an issue…
I’ve just updated Klipper, and I’ve seen that one of the new features is the native support of Adaptive Mesh… Which is fantastic!! So far I used Kamp with very good results… But inclusivity is native to Adaptive Mesh… Very big… Congratulations to the developers…
Asking if someone can pass me the link to a guide to set it up, what I’ve found is somewhat fuzzy…
Klipper’s adaptive mesh support relies on the same setup as KAMP. So, you have to properly configure exclude objects for it to work.
If you have already been using KAMP, then exclude_objects should already be working. In that case, you just need to add ADAPTIVE=1 to BED_MESH_CALIBRATE.
It would be nice to add these steps mentioned above to the documentation, too. Another hint is still missing: You have to add the BED_MESH_CALIBRATE to your start gcode macro so it’s part of the printed gcode, e. g.
BED_MESH_CALIBRATE PROFILE=adaptive ADAPTIVE=1
and remove BED_MESH_PROFILE LOAD=... if necessary.