Making calibration wipe tower round
This commit is contained in:
parent
a22c837041
commit
053d9bdb53
4 changed files with 9 additions and 3 deletions
|
|
@ -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(),
|
||||
() =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue