From b864cfcd5642a75104d9d7eabe61377f65acecfa Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Fri, 27 May 2022 22:57:50 +0200 Subject: [PATCH] Fix MagazineFile for e as top_edge --- boxes/generators/magazinefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/magazinefile.py b/boxes/generators/magazinefile.py index e86850e..d8c6cb8 100644 --- a/boxes/generators/magazinefile.py +++ b/boxes/generators/magazinefile.py @@ -79,7 +79,7 @@ class MagazinFile(Boxes): with self.saved_context(): - self.rectangularWall(x, h, "Ff"+t2+"f", move="up") + self.rectangularWall(x, h, ["F", "f", t2, "f"], move="up") self.rectangularWall(x, hi, "Ffef", move="up") self.rectangularWall(x, y, "ffff")