Skip to content

Commit

Permalink
WallRack: Use mounting holes per default
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Feb 6, 2024
1 parent 0dfe4da commit fef4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/generators/wallrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def __init__(self):
self.argparser.add_argument(
"--top_edge", action="store",
type=ArgparseEdgeType("eEGy"), choices=list("eEGy"),
default="e", help="edge type for top edge")
default="G", help="edge type for top edge")
self.argparser.add_argument("--full_height_top", type=boolarg, default=True, help="Add full height of topmost rack to the back panel")
self.argparser.add_argument(
"--wall_height", action="store", type=float, default=20.0,
Expand Down

0 comments on commit fef4404

Please sign in to comment.