Path: bug fixes

This commit is contained in:
sliptonic
2017-05-18 10:45:10 -05:00
committed by Yorik van Havre
parent dcbfc880ff
commit 936bbedaeb

View File

@@ -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]