Starting to collect data at the end of a print

This commit is contained in:
LarsBrubaker 2020-10-04 22:21:17 -07:00
parent a127b26377
commit e832522155
10 changed files with 218 additions and 38 deletions

View file

@ -112,6 +112,10 @@ namespace MatterHackers.MatterControl.Library
() => "XY Calibration".Localize(),
async () => await XyCalibrationFaceObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
new GeneratorItem(
() => "SCAD Script".Localize(),
async () => await OpenScadScriptObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
#endif
new GeneratorItem(
() => "Image Converter".Localize(),