Path: fix bug in drilling
hemispherical faces have an odd edge that doesn't have a Curve attribute.
This commit is contained in:
committed by
Yorik van Havre
parent
7048ce77c3
commit
239514e825
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user