Fixed StepDown value by removing special handling of legacy behaviour.

This commit is contained in:
Markus Lampert
2017-12-04 15:34:27 -08:00
committed by wmayer
parent 3579f38d62
commit d2c307a1d2

View File

@@ -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.'''