copy closedbox description to basedbox description as applicable

This commit is contained in:
Mateusz Konieczny 2021-03-20 20:15:11 +01:00 committed by Florian Festi
parent 000ba92106
commit 23ee7b3eb2
1 changed files with 4 additions and 0 deletions

View File

@ -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)