From d2c307a1d277f1765bfde85f2cec6a97dd2cc3fa Mon Sep 17 00:00:00 2001 From: Markus Lampert Date: Mon, 4 Dec 2017 15:34:27 -0800 Subject: [PATCH] Fixed StepDown value by removing special handling of legacy behaviour. --- src/Mod/Path/PathScripts/PathEngrave.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Mod/Path/PathScripts/PathEngrave.py b/src/Mod/Path/PathScripts/PathEngrave.py index 730a3c9195..235c9b3344 100644 --- a/src/Mod/Path/PathScripts/PathEngrave.py +++ b/src/Mod/Path/PathScripts/PathEngrave.py @@ -188,9 +188,6 @@ class ObjectEngrave(PathOp.ObjectOp): obj.OpFinalDepth = bb.ZMin else: obj.OpFinalDepth = -0.1 - if obj.OpStartDepth.Value != obj.OpFinalDepth.Value: - # maintain behaviour of a single run - obj.OpStepDown = obj.OpStartDepth.Value - obj.OpFinalDepth.Value def Create(name): '''Create(name) ... Creates and returns a Engrave operation.'''