Add "Unstable" UIGroup
This commit is contained in:
parent
1e67ee7035
commit
561eb0034c
|
@ -26,6 +26,7 @@ ui_groups = [
|
|||
UIGroup("Shelf", "Shelves"),
|
||||
UIGroup("Part", "Parts and Samples"),
|
||||
UIGroup("Misc"),
|
||||
UIGroup("Unstable", description="Generators are still untested or need manual adjustment to be useful."),
|
||||
]
|
||||
|
||||
def getAllBoxGenerators():
|
||||
|
|
|
@ -83,6 +83,8 @@ class Rotary(Boxes):
|
|||
|
||||
"""Rotary Attachment for engraving cylindrical objects in a laser cutter"""
|
||||
|
||||
ui_group = "Unstable"
|
||||
|
||||
def __init__(self):
|
||||
Boxes.__init__(self)
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ class Silverware(Boxes):
|
|||
"""Not yet parametrized cuttlery stand with carrying grip
|
||||
using flex for rounded corners"""
|
||||
|
||||
ui_group = "FlexBox"
|
||||
ui_group = "Unstable"
|
||||
|
||||
####################################################################
|
||||
### Parts
|
||||
|
|
Loading…
Reference in New Issue