mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 15:57:52 -06:00
Go to the next page when adding a networked machine in oboarding wizard
CURA-8152
This commit is contained in:
parent
27185c268d
commit
789f6de9c8
1 changed files with 2 additions and 3 deletions
|
@ -158,9 +158,8 @@ Item
|
|||
const networkPrinterItem = addNetworkPrinterDropDown.contentItem.currentItem
|
||||
CuraApplication.getDiscoveredPrintersModel().createMachineFromDiscoveredPrinter(networkPrinterItem)
|
||||
|
||||
// If we have created a machine, end the wizard (since this is the last page)
|
||||
base.endWizard()
|
||||
|
||||
// After the networked machine has been created, go to the next page
|
||||
base.showNextPage()
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue