Go to the next page when adding a networked machine in oboarding wizard

CURA-8152
This commit is contained in:
Kostas Karmas 2021-04-02 14:39:22 +02:00
parent 27185c268d
commit 789f6de9c8

View file

@ -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
{