Working on a new marching squares test
This commit is contained in:
parent
da93a093e5
commit
9b70680cce
4 changed files with 113 additions and 2 deletions
|
|
@ -112,6 +112,10 @@ namespace MatterHackers.MatterControl.Library
|
|||
() => "SCAD Script".Localize(),
|
||||
async () => await OpenScadScriptObject3D.Create())
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
new GeneratorItem(
|
||||
() => "MarchingSquares".Localize(),
|
||||
async () => await MarchingSquaresObject3D.Create())
|
||||
{ DateCreated = new System.DateTime(index++) },
|
||||
#endif
|
||||
new GeneratorItem(
|
||||
() => "Image Converter".Localize(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue