Calibrate Bed Mesh
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 theControls
section;

Send a
BED_MESH_CALIBRATE
command in theConsole
;

Once the
bed_mesh
finishes probing all 25 points, you should get aMesh Bed Leveling Complete
message in theConsole
;Send a
SAVE_CONFIG
command in theConsole
;This will update the
printer.cfg
file with the newbed_mesh
settings and restart Klipper;

Checking the
printer.cfg
file to ensure the newbed_mesh
settings are updated:From the MainsailOS web interface, click
Machine
, then click onprinter.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 newbed_mesh
settings;

Once you have confirmed these settings;
Close the
printer.cfg
file by clicking theX
near the top right of editor;
Last updated