StorageRack: Add support for stackable top edges

This commit is contained in:
Florian Festi 2022-05-04 22:20:31 +02:00
parent a7afc8b1b6
commit e61cbe10b8
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ Drawers are not included:
self.buildArgParser("x", "sh", "outside", "bottom_edge")
self.argparser.add_argument(
"--top_edge", action="store",
type=ArgparseEdgeType("Fhe"), choices=list("Fhe"),
type=ArgparseEdgeType("Fhe"), choices=list("Fhe"),
default="F",
help="edge type for top edge")
@ -80,7 +80,7 @@ Drawers are not included:
# outer walls
b = self.bottom_edge
t = self.top_edge
self.closedtop = self.top_edge in "fFh"
self.closedtop = self.top_edge in "fFhŠ"
# sides