OttoBody: Move hole for push button

This commit is contained in:
Florian Festi 2017-08-01 21:19:01 +02:00
parent 2e9ac29d01
commit e3035da713
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ class OttoBody(Boxes):
self.rectangularWall(x, hl-hx, "pfFf", ignore_widths=[1], move="up")
self.moveTo(-hx)
self.rectangularWall(x, h-hx, "Ffof", ignore_widths=[5], callback=[
None, None, lambda: self.rectangularHole(7.5, 7.5, 6.2, 7.)],
lambda: self.rectangularHole(y-7.5, h-4-7.5, 6.2, 7.)],
move="up")
self.rectangularWall(x, hl-hx, "PfFf", ignore_widths=[6],
callback=[None, None, self.IOCB], move="up")