PaperBox: Format description properly
This commit is contained in:
parent
f0022d3754
commit
260633d9cd
|
@ -27,15 +27,13 @@ class PaperBox(Boxes):
|
|||
ui_group = "Misc"
|
||||
|
||||
description = """
|
||||
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).
|
||||
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 paper creaser (or bone folder) is also usefull.
|
||||
"""
|
||||
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). 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 paper creaser (or bone folder) is also useful.
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
Boxes.__init__(self)
|
||||
|
|
Loading…
Reference in New Issue