From fb0ecda0e1111f93d8537356dbde2353d8e5775d Mon Sep 17 00:00:00 2001 From: Patrick F Date: Mon, 7 Sep 2020 01:30:32 +0200 Subject: [PATCH] Fixed DeburrOp not moving to safe height --- src/Mod/Path/PathScripts/PathDeburr.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathDeburr.py b/src/Mod/Path/PathScripts/PathDeburr.py index 26f0fe2acc..0e45c72658 100644 --- a/src/Mod/Path/PathScripts/PathDeburr.py +++ b/src/Mod/Path/PathScripts/PathDeburr.py @@ -145,10 +145,7 @@ class ObjectDeburr(PathEngraveBase.ObjectOp): self.wires = wires # pylint: disable=attribute-defined-outside-init self.buildpathocc(obj, wires, zValues, True, forward, obj.EntryPoint) - - # the last command is a move to clearance, which is automatically added by PathOp - if self.commandlist: - self.commandlist.pop() + def opRejectAddBase(self, obj, base, sub): '''The chamfer op can only deal with features of the base model, all others are rejected.'''