Set a char for CrossingFingerHoleEdge tp avoid collision with the "e" edge.
This commit is contained in:
parent
44bce898e0
commit
cd0fcdcb96
|
@ -724,6 +724,7 @@ class CrossingFingerHoleEdge(Edge):
|
||||||
"""Edge with holes for finger joints 90° above"""
|
"""Edge with holes for finger joints 90° above"""
|
||||||
|
|
||||||
description = "Edge (orthogonal Finger Joint Holes)"
|
description = "Edge (orthogonal Finger Joint Holes)"
|
||||||
|
char = '|'
|
||||||
|
|
||||||
def __init__(self, boxes, height, fingerHoles=None, **kw):
|
def __init__(self, boxes, height, fingerHoles=None, **kw):
|
||||||
super(CrossingFingerHoleEdge, self).__init__(boxes, None, **kw)
|
super(CrossingFingerHoleEdge, self).__init__(boxes, None, **kw)
|
||||||
|
|
Loading…
Reference in New Issue