mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-24 23:29:00 +08:00
Merge pull request #9493 from Ultimaker/CURA-8152_Onboarding_flow_dialog_ends_after_selecting_networked_printer_without_showing_whats_new
CURA-8152: Go to the next page when adding a networked machine in oboarding wizard
This commit is contained in:
commit
295e16f5cd
@ -158,9 +158,8 @@ Item
|
|||||||
const networkPrinterItem = addNetworkPrinterDropDown.contentItem.currentItem
|
const networkPrinterItem = addNetworkPrinterDropDown.contentItem.currentItem
|
||||||
CuraApplication.getDiscoveredPrintersModel().createMachineFromDiscoveredPrinter(networkPrinterItem)
|
CuraApplication.getDiscoveredPrintersModel().createMachineFromDiscoveredPrinter(networkPrinterItem)
|
||||||
|
|
||||||
// If we have created a machine, end the wizard (since this is the last page)
|
// After the networked machine has been created, go to the next page
|
||||||
base.endWizard()
|
base.showNextPage()
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user