Fix typo in RoundedTriangleFingerHolesEdge

This commit is contained in:
Florian Festi 2020-11-11 00:35:22 +01:00
parent 7afe0329a2
commit 632a96676a
1 changed files with 1 additions and 1 deletions

View File

@ -2168,7 +2168,7 @@ class RoundedTriangleFingerHolesEdge(RoundedTriangleEdge):
char = "T"
def start_width(self):
def startwidth(self):
return self.settings.thickness
def __call__(self, length, **kw):