Hey everyone, how’s it going?
I’m having a problem with my Ender 3 V3 KE running Klipper.
For a specific print, I need to completely disable mesh bed leveling.
I’ve already commented out G29
and BED_MESH_CALIBRATE PROBE_COUNT=5.5
in the start G-code, but the printer still performs bed leveling before the print starts.
Does anyone know how to stop Klipper from loading or using any mesh at all for a print?
I’ve seen that it could be related to BED_MESH_PROFILE LOAD
or maybe a macro like START_PRINT
, but I’m not sure where it’s being triggered.
Any help is really appreciated!