PaperBox: Format description properly
This commit is contained in:
parent
f0022d3754
commit
260633d9cd
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue