Cleaning up base
refactoring
This commit is contained in:
parent
a3936411c9
commit
7793ab8aea
10 changed files with 77 additions and 69 deletions
|
|
@ -85,7 +85,7 @@ namespace MatterHackers.MatterControl.Library
|
|||
{ DateCreated = new System.DateTime(index++) },
|
||||
new GeneratorItem(
|
||||
() => "Cone".Localize(),
|
||||
() => ConeObject3D.Create())
|
||||
() => ConeObject3D.Create().Result)
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
new GeneratorItem(
|
||||
() => "Half Cylinder".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue