Open Vlek opened 1 year ago
During the START_PRINT macro, we are doing a bed leveling. When that happens, if the total difference is above a key level, something like 0.4 mm, then it should cancel the print and echo why to the console.
Looks like the bed mesh object has min and max values we can pull: https://www.klipper3d.org/Status_Reference.html#bed_mesh
During the START_PRINT macro, we are doing a bed leveling. When that happens, if the total difference is above a key level, something like 0.4 mm, then it should cancel the print and echo why to the console.