From ed373673e8ec7857276f0edc7a0e149c64d06cd6 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Fri, 13 Jan 2017 18:54:16 -0600 Subject: [PATCH] Path: Make contour default final depth to part bottom instead of 0 --- src/Mod/Path/PathScripts/PathContour.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Path/PathScripts/PathContour.py b/src/Mod/Path/PathScripts/PathContour.py index 9e954cde0..ed8a00164 100644 --- a/src/Mod/Path/PathScripts/PathContour.py +++ b/src/Mod/Path/PathScripts/PathContour.py @@ -127,6 +127,7 @@ class ObjectContour: obj.StartDepth = bb.ZMax obj.ClearanceHeight = bb.ZMax + 5.0 obj.SafeHeight = bb.ZMax + 3.0 + obj.FinalDepth = bb.ZMin except: obj.StartDepth = 5.0