Browse Source

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

CURA-8152
Kostas Karmas 4 years ago
parent
commit
789f6de9c8
1 changed files with 2 additions and 3 deletions
  1. 2 3
      resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

+ 2 - 3
resources/qml/WelcomePages/AddNetworkOrLocalPrinterContent.qml

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