Skip to content

Commit

Permalink
Use bottom_stabilizers from StackableEdge
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Aug 28, 2024
1 parent ec8b855 commit 7436827
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 36 deletions.
4 changes: 1 addition & 3 deletions boxes/generators/stackablebin.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class StackableBin(Boxes):

def __init__(self) -> None:
Boxes.__init__(self)
self.addSettingsArgs(edges.StackableSettings)
self.addSettingsArgs(edges.StackableSettings, bottom_stabilizers=2.4)
self.addSettingsArgs(edges.FingerJointSettings, surroundingspaces=0.5)
self.buildArgParser("outside")
self.buildArgParser(x=70, h=50)
Expand Down Expand Up @@ -82,5 +82,3 @@ def render(self):

self.rectangularWall(self.d, self.h, "shSb", label="left", move="up")
self.rectangularWall(self.d, self.h, "shSb", label="right", move="mirror up")
self.rectangularWall(self.d-self.thickness*2.1, 2.4, "EEEE", label="left bottom endstop", move="up")
self.rectangularWall(self.d-self.thickness*2.1, 2.4, "EEEE", label="right bottom endstop", move="up")
Loading

0 comments on commit 7436827

Please sign in to comment.