Got the new printer setup wizards back to working.
This commit is contained in:
parent
6f0397d197
commit
275b320425
5 changed files with 22 additions and 6 deletions
|
|
@ -83,8 +83,11 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
bool canContinue = this.OnSave();
|
||||
if (canContinue)
|
||||
{
|
||||
wizardWindow.ChangeToSetupBaudRate();
|
||||
//UiThread.RunOnIdle(connectionWizard.Close);
|
||||
#if __ANDROID__
|
||||
wizardWindow.ChangeToConnectForm();
|
||||
#else
|
||||
wizardWindow.ChangeToInstallDriver();
|
||||
#endif
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue