load filament wizard needs to have pages allocated to run inside the xy calibration wizard

This commit is contained in:
Lars Brubaker 2019-05-01 17:37:35 -07:00
parent 99941ab58e
commit 167efb3a75

View file

@ -82,6 +82,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
public IEnumerator<WizardPage> GetWizardPages()
{
_ = this.Current;
return this.GetPages();
}