From b68aa5bb0f6e5f77d98518dd9b024c712049e9f3 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 21 Mar 2022 17:23:29 +0100 Subject: [PATCH] DividerTray: Add description Related: #374 --- boxes/generators/dividertray.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boxes/generators/dividertray.py b/boxes/generators/dividertray.py index 04ac242..fc76f19 100644 --- a/boxes/generators/dividertray.py +++ b/boxes/generators/dividertray.py @@ -23,6 +23,8 @@ import math class DividerTray(Boxes): """Divider tray - rows and dividers""" + description = "Adding '0:' at the start of the sy parameter adds a slot at the very back. Adding ':0' at the end of sy adds a slot meeting the bottom at the very front. This is especially useful if slot angle is set above zero." + ui_group = "Tray" def __init__(self):