OttoBody: Add hook to PCB Clip

This commit is contained in:
Florian Festi 2017-08-03 22:32:33 +02:00
parent e3035da713
commit b4b6799721
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class OttoBody(Boxes):
if self.move(x+4, y, move, True):
return
self.moveTo(1.5)
self.polyline(x-1.5, 90, y, 90, x, 85, y-2, (180, 1.), y-7, -175, y-5)
self.polyline(x-1.5, 90, y, 90, x, 85, y-2-4, -30, 2, 120, 1, -90, 2, (180, 1.), y-7, -175, y-5)
self.move(x+4, y, move)