LeeOtts / Ender3v2-Klipper-Configs

Welcome to the repository that houses meticulously crafted configuration files for a modified Ender 3 V2 printer, complete with the Sprite Pro Extruder, CR Touch, and a 4.2.7 silent board. These configuration files are specifically designed to empower you with unrivaled control and precision. Due to popular demand I recently added a 4.2.2 config.
https://lotsof3d.com
92 stars 15 forks source link

Mesh will not adapt with current CFG files #19

Closed basementbuilder17 closed 4 months ago

basementbuilder17 commented 4 months ago

Would not define the object. I found that I needed to add a line into the start macro "exclude_object_define". Is this intended? Aside from that the rest of it worked really well but that tripped me up. Is it supposed to trigger somewhere else? I also tried adding M117 before the start macro in my slicer and that did not help.

image

image

LeeOtts commented 4 months ago

Did you install Kamp prior to using my config? The reason I am asking is that is a recent kamp update. It looks like the code to trigger that error was added in a commit 5 months ago. My config uses one from longer ago. If you copy all the files as they are, it should work.

This is the commit that added it https://github.com/kyleisah/Klipper-Adaptive-Meshing-Purging/commit/128142b533095e68e95f8be7751e1869eea9e520

Line 106 of the new code block in green on the right it the new addition