Set a char for CrossingFingerHoleEdge tp avoid collision with the "e" edge.

This commit is contained in:
Florian Festi 2018-07-02 19:13:52 +02:00
parent 44bce898e0
commit cd0fcdcb96
1 changed files with 1 additions and 0 deletions

View File

@ -724,6 +724,7 @@ class CrossingFingerHoleEdge(Edge):
"""Edge with holes for finger joints 90° above"""
description = "Edge (orthogonal Finger Joint Holes)"
char = '|'
def __init__(self, boxes, height, fingerHoles=None, **kw):
super(CrossingFingerHoleEdge, self).__init__(boxes, None, **kw)