Stachel: Fix length of pin clamp for middle layer

This commit is contained in:
Florian Festi 2017-11-23 21:04:09 +01:00
parent 2772eba87c
commit 0d9885ad4c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class Stachel(Boxes):
self.polyline(l+l1-r) self.polyline(l+l1-r)
self.polyline(0, -90+a1, 0 , (90-a1-a2, ro), 0, -90+a2) self.polyline(0, -90+a1, 0 , (90-a1-a2, ro), 0, -90+a2)
if holes: if holes:
poly2 = [2*rp+15, 90, wp-2, -90, 2, -90, wp-2, 90, 10-r] poly2 = [2*rp+15, 90, wp-2, -90, 2, -90, wp-2, 90, 10-2-r]
self.polyline(*poly2) self.polyline(*poly2)
else: else:
self.polyline(25+2*rp-r) self.polyline(25+2*rp-r)