DividerTray: Add description

Related: #374
This commit is contained in:
Florian Festi 2022-03-21 17:23:29 +01:00
parent ec6f784442
commit b68aa5bb0f
1 changed files with 2 additions and 0 deletions

View File

@ -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):