Every time I start a print on my Ender 3 v3 KE the check mark to run calibration automatically checks. Is there a way to disable this?
Yes, there is a way.
When you select the file to print, look at the screen. There is a check box that says ‘Calibration’ Uncheck that box
Also if you edit the starting g-code you should see G29, comment this out or delete, that command tells it to do a mesh levelling.
Is there a way to make it so I don’t need to uncheck it every time?
By editing the start gcode, click on your printer and click manage, you should see gcode under the line G28;home comment out or delete the G29 line, should stop it from bed meshing every print.
If you print from your computer, then editing the gcode works BUT if you select the job from the mini screen on the KE, the calibrate box is always ticked no matter what is in the gcode.
So I would like know, as posted by the original poster, can we turn this off from the small KE screen by editing the firmware?