From 260633d9cd6e198fae663c1d681e94bceb4240c0 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 3 Jan 2022 15:23:26 +0100 Subject: [PATCH] PaperBox: Format description properly --- boxes/generators/paperbox.py | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/boxes/generators/paperbox.py b/boxes/generators/paperbox.py index 8c71719..453378a 100644 --- a/boxes/generators/paperbox.py +++ b/boxes/generators/paperbox.py @@ -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)