DividerTray: Add Finger Joint Settings

Thanks to John Hildebrand https://hackaday.io/hacker/528106-john-hildebrand
for jointing out that they were missing!
This commit is contained in:
Florian Festi 2020-07-09 00:19:23 +02:00
parent 02a7299618
commit 402c04568e
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class DividerTray(Boxes):
def __init__(self):
Boxes.__init__(self)
self.addSettingsArgs(edges.FingerJointSettings)
self.buildArgParser("sx", "sy", "h", "outside")
self.argparser.add_argument(
"--slot_depth", type=float, default=20, help="depth of the slot in mm"