Making calibration wipe tower round

This commit is contained in:
LarsBrubaker 2020-05-07 19:01:16 -07:00
parent a22c837041
commit 053d9bdb53
4 changed files with 9 additions and 3 deletions

View file

@ -102,6 +102,12 @@ namespace MatterHackers.MatterControl.Library
() => "Half Sphere".Localize(),
async () => await HalfSphereObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
#if DEBUG
new GeneratorItem(
() => "XY Calibration".Localize(),
async() => await XyCalibrationFaceObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
#endif
new GeneratorItem(
() => "Image Converter".Localize(),
() =>