Skip to content

Commit

Permalink
Fix placemnt of balcony_wall
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Dec 27, 2024
1 parent a3362c3 commit 197a370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boxes/generators/fatballdispenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def balcony_wall(self, x, y, finger_padding,
if self.move(overallwidth, overallheight, move, before=True):
return

self.moveTo(0, edges[0].margin())
self.moveTo(0, edges[1].margin())
for i, l in enumerate((finger_padding, x, finger_padding, y, x+2*finger_padding, y)):
self.cc(callback, i, y=edges[i].startwidth() + self.burn)
e1, e2 = edges[i], edges[i + 1]
Expand Down

0 comments on commit 197a370

Please sign in to comment.