Working on new supports
refactoring tour classes
This commit is contained in:
parent
ae2c686c57
commit
83fd3423ec
7 changed files with 192 additions and 33 deletions
|
|
@ -145,6 +145,10 @@ namespace MatterHackers.MatterControl.Library
|
|||
};
|
||||
})
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
new GeneratorItem(
|
||||
() => "Supports".Localize(),
|
||||
() => SupportControls.Create())
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
};
|
||||
|
||||
string title = "Primitive Shapes".Localize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue