From b4b6799721d3c40c3f7e0209c5fe097f701982aa Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Thu, 3 Aug 2017 22:32:33 +0200 Subject: [PATCH] OttoBody: Add hook to PCB Clip --- boxes/generators/ottobody.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/ottobody.py b/boxes/generators/ottobody.py index fdc96f5..4241067 100644 --- a/boxes/generators/ottobody.py +++ b/boxes/generators/ottobody.py @@ -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)