Cleaning up base

refactoring
This commit is contained in:
LarsBrubaker 2019-01-29 07:45:23 -08:00
parent a3936411c9
commit 7793ab8aea
10 changed files with 77 additions and 69 deletions

View file

@ -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(),