From 37a798e91e7aca4e2173c81c37feae8ff9dff73d Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 1 Jul 2018 11:25:04 +0200 Subject: [PATCH] Add top "lid" for F edge --- boxes/lids.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boxes/lids.py b/boxes/lids.py index ee5ab2d..cca9a4f 100644 --- a/boxes/lids.py +++ b/boxes/lids.py @@ -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":