SmallPartsTray2: Use defaults that actually work

Thanks to caleb crome <https://github.com/ccrome> for pointing this out!
Resolves: #527
This commit is contained in:
Florian Festi 2023-01-29 23:36:22 +01:00
parent dc5afb8d21
commit 4f01d071c3
1 changed files with 1 additions and 1 deletions

View File

@ -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,