Starting to collect data at the end of a print
This commit is contained in:
parent
a127b26377
commit
e832522155
10 changed files with 218 additions and 38 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue