Put in auto-calibration measuring if G30 is available
This commit is contained in:
parent
24b01b24f1
commit
4c9d976c56
9 changed files with 171 additions and 33 deletions
|
|
@ -222,6 +222,7 @@ namespace MatterHackers.MatterControl
|
|||
public void AddPage(WizardControlPage widgetForPage)
|
||||
{
|
||||
pages.Add(widgetForPage);
|
||||
pages[pages.Count-1].Visible = false;
|
||||
bottomToTopLayout.AddChild(widgetForPage);
|
||||
SetPageVisibility();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue