Add top "lid" for F edge
This commit is contained in:
parent
8b172cbddd
commit
37a798e91e
|
@ -121,6 +121,8 @@ class _TopEdge(Boxes):
|
||||||
self.rectangularWall(x, y, "CCCC", bedBolts=[d2, d3, d2, d3], move="up")
|
self.rectangularWall(x, y, "CCCC", bedBolts=[d2, d3, d2, d3], move="up")
|
||||||
elif top_edge == "f":
|
elif top_edge == "f":
|
||||||
self.rectangularWall(x, y, "FFFF", move="up")
|
self.rectangularWall(x, y, "FFFF", move="up")
|
||||||
|
elif top_edge == "F":
|
||||||
|
self.rectangularWall(x, y, "ffff", move="up")
|
||||||
elif top_edge == "L":
|
elif top_edge == "L":
|
||||||
self.rectangularWall(x, y, "nlmE", move="up")
|
self.rectangularWall(x, y, "nlmE", move="up")
|
||||||
elif top_edge == "i":
|
elif top_edge == "i":
|
||||||
|
|
Loading…
Reference in New Issue