From 936bbedaebc53c8be95d1918e5ffb47b57368851 Mon Sep 17 00:00:00 2001 From: sliptonic Date: Thu, 18 May 2017 10:45:10 -0500 Subject: [PATCH] Path: bug fixes --- src/Mod/Path/PathScripts/PathContour.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathContour.py b/src/Mod/Path/PathScripts/PathContour.py index 2a3b64a1cd..6cbe457d3c 100644 --- a/src/Mod/Path/PathScripts/PathContour.py +++ b/src/Mod/Path/PathScripts/PathContour.py @@ -145,7 +145,6 @@ class ObjectContour: PathLog.debug('depths: {}'.format(depthparams.get_depths())) profile.setParams(**profileparams) PathLog.debug("Contour with params: {}".format(profile.getParams())) - sections = profile.makeSections(mode=0, project=True, heights=depthparams.get_depths()) shapelist = [sec.getShape() for sec in sections]