Remove plane visualizer from LastPageInstructions
This commit is contained in:
parent
52d9b1eab2
commit
9f7a4f5974
1 changed files with 0 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue