From 9729ca6d0f633b633e56842945f5cde040cd0120 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Sun, 25 Dec 2022 16:48:00 +0100 Subject: [PATCH] HingeBox: Add assembly instructions Resolves: #442 --- boxes/generators/hingebox.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/boxes/generators/hingebox.py b/boxes/generators/hingebox.py index 08dc87c..681fa6a 100644 --- a/boxes/generators/hingebox.py +++ b/boxes/generators/hingebox.py @@ -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):