#how do I ensure my machine is taking the bed mesh into account?
1 messages · Page 1 of 1 (latest)
I had the same issue, you can actually see if the mesh is being applied in the interface.
This is without a heightmap loaded:
and this is with a loaded heightmap
To make sure my heightmap was loaded every print, I added this:
[gcode_macro _USER_START_PRINT_BED_MESH]
gcode:
BED_MESH_PROFILE LOAD="default"
to printer.cfg
But I did that because I do not re-probe every time
this does of course require that you have a heightmap probed and saved under the name "default"