From 7bbf82c958edbfd38ef3f4946784dd2dbc99424d Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Wed, 15 Mar 2017 23:45:22 +0100 Subject: [PATCH] UBox: Fix size of lid --- boxes/generators/ubox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxes/generators/ubox.py b/boxes/generators/ubox.py index 19a8f94..62fa1fe 100644 --- a/boxes/generators/ubox.py +++ b/boxes/generators/ubox.py @@ -102,8 +102,8 @@ class UBox(_TopEdge, _ChestLid): self.U(x, y, r, t3, move="left only") self.Uwall(x, y, h, r, [t2, t4], move="up") - self.drawLid(x, y, self.top_edge) - self.drawAddOnLid(x, y, self.lid) + self.drawLid(x, h, self.top_edge) + self.drawAddOnLid(x, h, self.lid) self.close()