Calibrate Bed Mesh
Last updated
Last updated
This section explains how to run a Bed Mesh Calibration. The Bed Mesh module may be used to compensate for bed surface irregularities to achieve a better first layer across the entire bed. It should be noted that software based correction will not achieve perfect results, it can only approximate the shape of the bed. Bed Mesh also cannot compensate for mechanical and electrical issues. If an axis is skewed or a probe is not accurate then the bed_mesh module will not receive accurate results from the probing process.
From the MainsailOS web interface;
Click the Home All
button in the Controls
section;
Send a BED_MESH_CALIBRATE
command in the Console
;
Once the bed_mesh
finishes probing all 25 points, you should get a Mesh Bed Leveling Complete
message in the Console
;
Send a SAVE_CONFIG
command in the Console
;
This will update the printer.cfg
file with the new bed_mesh
settings and restart Klipper;
Checking the printer.cfg
file to ensure the new bed_mesh
settings are updated:
From the MainsailOS web interface, click Machine
, then click on printer.cfg
The printer.cfg
file should load into an editor window;
Scroll down to the very bottom of the printer.cfg
file until you reach the;
#*# <---------------------- SAVE_CONFIG ---------------------->
section;
A new [bed_mesh default]
section should be present, along with the new bed_mesh
settings;
Once you have confirmed these settings;
Close the printer.cfg
file by clicking the X
near the top right of editor;
If you are not able to complete a BED_MESH
_
CALIBRATE
, go back and redo the section and then try again.