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]