Open checkitog opened 1 week ago
I'm not exactly sure where the issue can be, but the correct (Klipper) way of doing an adaptive mesh with the Eddy is this command:
BED_MESH_CALIBRATE ADAPTIVE=1 METHOD=rapid_scan
First, you can put this command in your START_PRINT macro instead of the BED_MESH_CALIBRATE ADAPTIVE=1
.
Second, you will have to remove (or comment out) the BED_MESH_CALIBRATE overrides from both Sovol (in the sovol-macros) and also the BTT one, probably from eddy.cfg or perhaps a eddy macro cfg you have made.
So search for [gcode_macro BED_MESH_CALIBRATE]
in those files and then you shall find where the bed mesh macro is changed. If you just comment the whole thing out (or remove the whole section) and call the command shown above it should work (assuming you have your Eddy setup properly).
If you want to keep those other macro's you need to find them (find the [gcode_macro BED_MESH_CALIBRATE]
) and change their commands to include ADAPTIVE=1 METHOD=rapid_scan
.
I have tried everything but I can't get the eddy adaptive mesh to work, I imagine it is a problem with the sovol macros, I have tried to adjust them but I still can't solve it, it would be great to have an option for modified sovol macros for those of us who have eddy and be able to use the adaptive mesh