Path: fix bug in drilling

hemispherical faces have an odd edge that doesn't have a Curve attribute.
This commit is contained in:
sliptonic
2017-06-11 14:25:51 -05:00
committed by Yorik van Havre
parent 7048ce77c3
commit 239514e825
3 changed files with 19 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ if sys.version_info.major >= 3:
LOG_MODULE = 'PathDrilling'
PathLog.setLevel(PathLog.Level.INFO, LOG_MODULE)
PathLog.trackModule('PathDrilling')
#PathLog.trackModule('PathDrilling')
FreeCADGui = None
if FreeCAD.GuiUp: