Restrict removal of g0 to clearance height to the engraving of the last base model.
This commit is contained in:
committed by
Yorik van Havre
parent
f07f996c48
commit
2e692dff2d
@@ -146,6 +146,9 @@ class ObjectEngrave(PathEngraveBase.ObjectOp):
|
||||
self.buildpathocc(obj, shapeWires, zValues)
|
||||
wires.extend(shapeWires)
|
||||
self.wires = wires
|
||||
# the last command is a move to clearance, which is automatically added by PathOp
|
||||
if self.commandlist:
|
||||
self.commandlist.pop()
|
||||
|
||||
except Exception as e:
|
||||
PathLog.error(e)
|
||||
|
||||
Reference in New Issue
Block a user