HingeBox: Add assembly instructions

Resolves: #442
This commit is contained in:
Florian Festi 2022-12-25 16:48:00 +01:00
parent 8dc27d90d7
commit 9729ca6d0f
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ from boxes import *
class HingeBox(Boxes):
"""Box with lid attached by cabinet hinges"""
description = """Needs (metal) pins as hinge axles. Pieces of nails will
do fine. They need to be cut to length as they are caputured as soon as the
hinges are assembled.
Assemble the box and the lid separately. Then insert the axle into the hinges.
Then attach the hinges on the inside of the box and then connect them to lid.
"""
ui_group = "Box"
def __init__(self):