I’ve performed a 3x3 bed mesh level and I don’t know how the BED_MESH_MAP values map to the real points. The extents of the bed mesh are X:100, Y:100 and X:150, Y:150. For example does the second array, first element correspond to X:100, Y:125 or X:150, Y:125.
Output:
{“mesh_max”: [150.0, 150.0], “z_positions”: [[-0.031655, -0.015405, -0.010405], [-0.022905, 0.003345, 0.004595], [-0.002905, 0.017095, 0.022095]], “mesh_min”: [100.0, 100.0]}
Thanks in advance!