Avoid resetting height map
-
Hi,
Is there a way to avoid resetting the tool offset/activated mesh correction after doing
G30
/G29
during a print?If clicking pause, then home accidentally (
G28
) then the print will crash because tool offset is being reset after continuing print.This is of course caused by setting
G92 Z200
inhomez.g
/homeall.g
.Because
G29
is run instart.g
.But could a simple conditional gcode be the fix here?
-
@petriheino
You could verify if the state of the printer is "paused" in your homeall.g. Then abort the homing procedure completely. -
@petriheino if you are running firmware 3.3 than you may find that this is fixed in 3.4beta.
Why are you using G92 Z200 at all?