Improve xy calibration objects for large nozzles

issue: MatterHackers/MCCentral#5407
xy calibration does not produce a valid test for nozzle size of 2mm
This commit is contained in:
Lars Brubaker 2019-05-07 17:44:11 -07:00
parent c7849fb762
commit d9484994f7
3 changed files with 59 additions and 13 deletions

View file

@ -62,6 +62,10 @@ namespace MatterHackers.MatterControl.Library
() => "Calibration Tab".Localize(),
async () => await XyCalibrationTabObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
new GeneratorItem(
() => "Calibration Face".Localize(),
async () => await XyCalibrationFaceObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
#endif
new GeneratorItem(
() => "Pyramid".Localize(),