Cancel print if mesh not level
-
Just had an issue with my bed probe that caused one side of my glass to be read incorrectly, reporting a 5mm deviation.
Is there any way to have the firmware automatically stop the print if the deviation in greater than a certain user defined value?
-
Yes, but it will be easier when we have implement conditions in GCode.
-
Great. Is there a way to pause after autocalibration - say some gcode at the end of bed.g? I could then check the auto calibration results and resume my print…
-
I like both of those ideas.
-
Found a workaround. In my slicer starting gcode I do this,
[[language]] G29; Auto Level M226 ; pause
I then have to click resume via DWC to continue after i've checked the bed mesh
-
Did this ever get implemented?
-
@totalitarian said in Cancel print if mesh not level:
Did this ever get implemented?
Not yet, it's waiting for support for conditional GCode commands to be added first.