From 750b33a8ce135db0581cc1e7230499e2664d8f3a Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 23 Jan 2022 18:26:11 +0100 Subject: [PATCH] SlatwallDrillbox: longer side skirts --- boxes/generators/slatwalldrillbox.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxes/generators/slatwalldrillbox.py b/boxes/generators/slatwalldrillbox.py index 56a5c01..5b0e659 100644 --- a/boxes/generators/slatwalldrillbox.py +++ b/boxes/generators/slatwalldrillbox.py @@ -54,7 +54,7 @@ class SlatwallDrillBox(DrillStand): self.rectangularWall(x/math.cos(bottom_angle)-t*math.tan(bottom_angle), y, "fefe", callback=[self.bottomCB], move="up") - self.sideWall(edges="eBf", move="right") + self.sideWall(edges="eBf", foot_height=2*t, move="right") for i in range(1, len(sx)): self.yWall(i, move="right") - self.sideWall(self.extra_height, edges="eBf", move="right") + self.sideWall(self.extra_height, foot_height=2*t, edges="eBf", move="right")