Merge pull request #1134 from mlampert/bugfix/circular-hole-setup
Path: Fix for missing circular hole base class initialisation during creation.
This commit is contained in:
@@ -183,6 +183,8 @@ class ObjectOp(PathOp.ObjectOp):
|
||||
pass
|
||||
|
||||
def findAllHoles(self, obj):
|
||||
if not self.getJob(obj):
|
||||
return
|
||||
features = []
|
||||
if self.baseIsArchPanel(obj, self.baseobject):
|
||||
holeshapes = self.baseobject.Proxy.getHoles(self.baseobject, transform=True)
|
||||
|
||||
@@ -40,7 +40,7 @@ __author__ = "sliptonic (Brad Collette)"
|
||||
__url__ = "http://www.freecadweb.org"
|
||||
__doc__ = "Path Drilling operation."
|
||||
|
||||
if True:
|
||||
if False:
|
||||
PathLog.setLevel(PathLog.Level.DEBUG, PathLog.thisModule())
|
||||
PathLog.trackModule(PathLog.thisModule())
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user