parent
ec6f784442
commit
b68aa5bb0f
|
@ -23,6 +23,8 @@ import math
|
||||||
class DividerTray(Boxes):
|
class DividerTray(Boxes):
|
||||||
"""Divider tray - rows and dividers"""
|
"""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"
|
ui_group = "Tray"
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue