Skip to content

Commit

Permalink
CardBox: Fix Lid Topper for front openingdirection
Browse files Browse the repository at this point in the history
Resolves: #718
  • Loading branch information
florianfesti committed Nov 4, 2024
1 parent e067608 commit 3c92ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/generators/cardbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ def render(self):
self.rectangularWall(h, y, "fAff", move="right", label="Divider")

if self.add_lidtopper:
self.rectangularWall(x, y - 2 * t, "eeee", move="right", label="Lid topper (optional)")
self.rectangularWall(x - 2 * t, y, "eeee", move="right", label="Lid topper (optional)")

0 comments on commit 3c92ab6

Please sign in to comment.