Remove plane visualizer from LastPageInstructions

This commit is contained in:
John Lewin 2019-02-26 22:00:13 -08:00
parent 52d9b1eab2
commit 9f7a4f5974

View file

@ -62,15 +62,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
HAnchor = HAnchor.Center
});
contentRow.AddChild(new ProbePositionsWidget(printer, probePositions.Select(p => new Vector2(p.position.X, p.position.Y)).ToList(), probePositions, theme)
{
HAnchor = HAnchor.Stretch,
VAnchor = VAnchor.Stretch,
RenderLevelingData = true,
RenderProbePath = false,
SimplePoints = true,
});
contentRow.AddChild(this.CreateTextField("Click 'Done' to close this window.".Localize()));
this.ShowWizardFinished();