From 4f01d071c34e4c70d4c9a5368f7d25ebb1c05596 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 29 Jan 2023 23:36:22 +0100 Subject: [PATCH] SmallPartsTray2: Use defaults that actually work Thanks to caleb crome for pointing this out! Resolves: #527 --- boxes/generators/smallpartstray2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/smallpartstray2.py b/boxes/generators/smallpartstray2.py index 3f2549f..5fbad81 100644 --- a/boxes/generators/smallpartstray2.py +++ b/boxes/generators/smallpartstray2.py @@ -55,7 +55,7 @@ If there are no inner front to back walls just add everything to one side wall a Boxes.__init__(self) self.addTopEdgeSettings(fingerjoint={"surroundingspaces": 1.0}, roundedtriangle={"outset" : 1}) - self.buildArgParser("sx", "sy", "h", "hi", "outside") + self.buildArgParser("sx", "sy", "hi", "outside", h=30) # "bottom_edge", "top_edge") self.argparser.add_argument( "--back_height", action="store", type=float, default=0.0,