mentioned ClosedBox and BasedBox in each other descriptions

This commit is contained in:
Mateusz Konieczny 2021-03-20 20:17:17 +01:00 committed by Florian Festi
parent 23ee7b3eb2
commit 9bdd5e4dda
2 changed files with 7 additions and 2 deletions

View File

@ -25,7 +25,10 @@ class BasedBox(Boxes):
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. The width of the "brim" can also be adjusted with the **edge_width**
parameter in the **Finger Joints Settings**."""
parameter in the **Finger Joints Settings**.
See ClosedBox for variant without a base.
"""
def __init__(self):
Boxes.__init__(self)

View File

@ -24,7 +24,9 @@ class ClosedBox(Boxes):
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."""
plate.
See BasedBox for variant with a base."""
def __init__(self):
Boxes.__init__(self)