Skip to content

Commit

Permalink
StackabeEdge: Fix placement of bottom stabilizer
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Aug 28, 2024
1 parent 92d15b0 commit ec8b855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxes/edges.py
Original file line number Diff line number Diff line change
Expand Up @@ -1210,9 +1210,9 @@ def __call__(self, length, **kw):
if self.bottom and s.bottom_stabilizers:
with self.saved_context():
sp = self.boxes.spacing
self.moveTo(-sp / 2, -s.height - sp)
self.moveTo(-sp / 2)
self.rectangularWall(length - 1.05 * self.boxes.thickness,
s.bottom_stabilizers)
s.bottom_stabilizers, move="down")

self.boxes.edge(s.width, tabs=1)
self.boxes.corner(p * s.angle, r)
Expand Down

0 comments on commit ec8b855

Please sign in to comment.