CloseBox: Put bed blots at the right places

Keep them still disabled, though.
This commit is contained in:
Florian Festi 2018-07-25 16:34:58 +02:00
parent c9363061eb
commit 7c8ae621f7
1 changed files with 4 additions and 4 deletions

View File

@ -44,10 +44,10 @@ class ClosedBox(Boxes):
d2 = d3 = None
self.rectangularWall(x, h, "FFFF", bedBolts=[d2], move="right")
self.rectangularWall(y, h, "FfFf", bedBolts=[d3], move="up")
self.rectangularWall(y, h, "FfFf", bedBolts=[d3])
self.rectangularWall(x, h, "FFFF", bedBolts=[d2], move="left up")
self.rectangularWall(x, h, "FFFF", bedBolts=[d2] * 4, move="right")
self.rectangularWall(y, h, "FfFf", bedBolts=[d3, d2, d3, d2], move="up")
self.rectangularWall(y, h, "FfFf", bedBolts=[d3, d2, d3, d2])
self.rectangularWall(x, h, "FFFF", bedBolts=[d2] *4, move="left up")
self.rectangularWall(x, y, "ffff", bedBolts=[d2, d3, d2, d3], move="right")
self.rectangularWall(x, y, "ffff", bedBolts=[d2, d3, d2, d3])