Ottobot: Make hole for USB plug a bit smaller again

This commit is contained in:
Florian Festi 2017-07-25 22:43:11 +02:00
parent c823cb78d6
commit 83a72552e2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class OttoBody(Boxes):
self.hole(self.x/2-13,self.hl/2, 8)
def IOCB(self):
self.rectangularHole(26, 19, 14, 12)
self.rectangularHole(26, 18, 12, 10)
# self.rectangularHole(42.2, 10.2, 9.5, 11.5)
def render(self):