copy closedbox description to basedbox description as applicable
This commit is contained in:
parent
000ba92106
commit
23ee7b3eb2
boxes/generators
|
@ -22,6 +22,10 @@ class ClosedBox(Boxes):
|
|||
|
||||
ui_group = "Box"
|
||||
|
||||
description = """This box is more of a building block than a finished item.
|
||||
Use a vector graphics program (like Inkscape) to add holes or adjust the base
|
||||
plate."""
|
||||
|
||||
def __init__(self):
|
||||
Boxes.__init__(self)
|
||||
self.addSettingsArgs(edges.FingerJointSettings)
|
||||
|
|
Loading…
Reference in New Issue