Fix FingerJointEdgeCounterPart() width
This commit is contained in:
parent
e3673df408
commit
b0fd80e188
|
@ -387,7 +387,7 @@ class FingerJointEdgeCounterPart(FingerJointEdge):
|
||||||
description = "Finger Joint (opposing side)"
|
description = "Finger Joint (opposing side)"
|
||||||
positive = False
|
positive = False
|
||||||
|
|
||||||
def width(self):
|
def startwidth(self):
|
||||||
""" """
|
""" """
|
||||||
return self.boxes.thickness
|
return self.boxes.thickness
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue