Printer still performs mesh leveling even with G29 removed from G-code (Klipper - Ender 3 V3 KE)

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!

Have you commented it out in printer.cfg?

No, that’s the next thing I’m going to do. My question is: If I do this, will I have to edit this file every time I do this type of printing? Or can I declare the leveling command in G-code and it will work normally?

Once it is commented out in printer.cfg that is it, it is ignored. Personally I deleted it. If you do it as start code per filament you’ll have to remember per filament which is why I got rid of it in printer.cfg (other printers I leave it in, Q1Pro/Xplus3/SV08) It just doesn’t seem to work on the V3SE/KE machines.