Add top "lid" for F edge

This commit is contained in:
Florian Festi 2018-07-01 11:25:04 +02:00
parent 8b172cbddd
commit 37a798e91e
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ class _TopEdge(Boxes):
self.rectangularWall(x, y, "CCCC", bedBolts=[d2, d3, d2, d3], move="up")
elif top_edge == "f":
self.rectangularWall(x, y, "FFFF", move="up")
elif top_edge == "F":
self.rectangularWall(x, y, "ffff", move="up")
elif top_edge == "L":
self.rectangularWall(x, y, "nlmE", move="up")
elif top_edge == "i":