Making xy wizard only have one instance during calibration

This commit is contained in:
Lars Brubaker 2019-03-21 17:23:54 -07:00
parent 1a43bfb81b
commit 0096b12baa
5 changed files with 47 additions and 64 deletions

View file

@ -62,8 +62,8 @@ namespace MatterHackers.MatterControl.DesignTools
private double TabScale => 3;
private double TabWidth => NozzleWidth * TabScale * 3;
public static async Task<XyCalibrationFaceObject3D> Create(int calibrationMaterialIndex = 1,
double baseHeight = 1, double changingHeight = .2, double offset = .5, double nozzleWidth = .4, double wipeTowerSize = 10, int layers = 8)
public static async Task<XyCalibrationFaceObject3D> Create(int calibrationMaterialIndex,
double baseHeight, double changingHeight, double offset, double nozzleWidth, double wipeTowerSize, int layers)
{
var item = new XyCalibrationFaceObject3D()
{