SlatwallDrillbox: longer side skirts

This commit is contained in:
Florian Festi 2022-01-23 18:26:11 +01:00
parent e072226aad
commit 750b33a8ce
1 changed files with 2 additions and 2 deletions

View File

@ -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")