From a9b2e8e96f7937bb2f354feecc533f2e108ea98b Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Fri, 28 Jun 2019 00:12:20 -0700 Subject: [PATCH] Cleaned up warnings for PathEngraveBase --- src/Mod/Path/PathScripts/PathEngraveBase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathEngraveBase.py b/src/Mod/Path/PathScripts/PathEngraveBase.py index 5a750f5480..e2a7558b7a 100644 --- a/src/Mod/Path/PathScripts/PathEngraveBase.py +++ b/src/Mod/Path/PathScripts/PathEngraveBase.py @@ -57,7 +57,6 @@ class ObjectOp(PathOp.ObjectOp): zValues.append(z) z -= obj.StepDown.Value zValues.append(obj.FinalDepth.Value) - self.zValues = zValues return zValues def buildpathocc(self, obj, wires, zValues, rel=False):