#KAMP not working properly

9 messages · Page 1 of 1 (latest)

empty hare
#

I don't feel like KAMP is actually doing adaptive bed meshing - and so i feel like i'm not implementing it right... I have uncommented it in the KAMP_settings.cfg, included such in printer.cfg, and other things like voron purge and smart park are all working right.

so how am I meant to call adaptive bed meshing such that it actually happens? I just call bed_mesh_calibrate in my print start but is there something else I should call - or perhaps a way to check that it's working?

I know that exclude object is working since i can .. well.. exclude objects, but it just probed 5x5 for this (attached) size print which I don't feel is right?

opaque mason
#

do you have another macro named BED_MESH_CALIBRATE in your cfg? post your printer.cfg if needed

empty hare
#

No, I'm using klicky and it has the macros there, I believe

opaque mason
#

it does, but if those are AFTER, it wont work

#

because its overriding kamps BED_MESH_CALIBRATE

empty hare
#

I'm not sure what you mean by after. should I declare the klicky macros before I import KAMP_settings ?

opaque mason
#

the last thing klipper sees, wins.

so if you include klippy macros, THEN kamp, KAMPs version wins

#

you can look in your klippy log to see what is defined in there

empty hare
#

Got you. I'll adjust accordingly and get back to you 👍