BasedBox: Add description and point people to edge_width

This commit is contained in:
Florian Festi 2020-10-11 14:01:03 +02:00
parent 563c610fd4
commit f74e86c38f
1 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,11 @@ class BasedBox(Boxes):
ui_group = "Box"
description = """This box is more of a building block than a finished item.
Use a vector graphics programm (like Inkscape) to add holes or adjust the base
plate. The width of the "brim" can also be adjusted with the **edge_width**
parameter in the **Finger Joints Settings**."""
def __init__(self):
Boxes.__init__(self)
self.addSettingsArgs(edges.FingerJointSettings)