PaperBox: Format description properly

This commit is contained in:
Florian Festi 2022-01-03 15:23:26 +01:00
parent f0022d3754
commit 260633d9cd
1 changed files with 7 additions and 9 deletions

View File

@ -27,15 +27,13 @@ class PaperBox(Boxes):
ui_group = "Misc" ui_group = "Misc"
description = """ description = """
This box is made of paper. This box is made of paper.
There is marks in the "outside leftover paper" to help see where to fold
(cutting with tabs helps use them). There is marks in the "outside leftover paper" to help see where to fold
The cut is very precise, and could be too tight if misaligned when glued. (cutting with tabs helps use them). The cut is very precise, and could be too tight if misaligned when glued. A plywood box (such as a simple TypeTray) of the same size is a great guide during folding and glueing. Just fold the box against it. Accurate quick and easy.
A plywood box (such as a simple TypeTray) of the same size is a great guide
during folding and glueing. Just fold the box against it. Accurate quick and A paper creaser (or bone folder) is also useful.
easy. """
A paper creaser (or bone folder) is also usefull.
"""
def __init__(self): def __init__(self):
Boxes.__init__(self) Boxes.__init__(self)