Stachel: Fix length of pin clamp for middle layer
This commit is contained in:
parent
2772eba87c
commit
0d9885ad4c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue