Skip to content

Commit

Permalink
add LED strip holder frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Jensen authored and florianfesti committed Apr 27, 2024
1 parent 4ee8128 commit 76adaf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boxes/generators/shadowbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ def render(self):
self.rectangularWall(x, height, f"ef{top_edge}f", move="up")
self.rectangularWall(y, height, f"eF{top_edge}F", move="up")
self.rectangularWall(y, height, f"eF{top_edge}F", move="up")

# led strip holder
self.rectangularWall(x - 2*t, 10, "efef", move="up")
self.rectangularWall(x - 2*t, 10, "efef", move="up")
self.rectangularWall(y - 2*t, 10, "eFeF", move="up")
self.rectangularWall(y - 2*t, 10, "eFeF", move="up")

0 comments on commit 76adaf0

Please sign in to comment.