get_bed_mesh
Retrieve bed leveling mesh data from OctoPrint or Moonraker printers. Analyze probed Z-offset matrix, variance, and bounds to diagnose first-layer adhesion issues caused by warped bed or loose leveling screws.
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 | |||