Skip to content

Commit

Permalink
WallRack: Remove unused vertical_edges parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Feb 6, 2024
1 parent fef4404 commit 227fa99
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions boxes/generators/wallrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ def __init__(self):
help="height of the back as fraction of the front height")
self.argparser.add_argument(
"--flat_bottom", type=boolarg, default=False, help="Make bottom Flat, so that the rack can also stand")
self.argparser.add_argument(
"--vertical_edges", action="store", type=str,
default="finger joints",
choices=("finger joints", "finger holes"),
help="connections used for the vertical edges")

def generate_shelves(self, x, y, front_height, back_height):
for i in range(len(self.sh)):
Expand Down

0 comments on commit 227fa99

Please sign in to comment.