get_bed_mesh
Retrieve bed mesh probe data to diagnose first-layer adhesion issues. Detects warped bed or loose leveling screws from variance and Z-offset measurements.
Instructions
Get the bed mesh / probe data (OctoPrint and Moonraker only).
Returns the probed bed leveling mesh including:
- ``probed_matrix``: 2D array of Z-offset measurements across the bed
- ``mesh_min`` / ``mesh_max``: bounding coordinates of the probed area
- ``variance``: overall variance of the mesh (lower = flatter bed)
Use this to diagnose first-layer adhesion issues. High variance or
significant dips/peaks indicate a warped bed or loose leveling screws.
Not supported on Bambu Lab printers — Bambu handles bed leveling
internally and does not expose mesh data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||