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:
parent
02a7299618
commit
402c04568e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue