Fix redirecting to "cloud" page when finding a network printer

CURA-7019
This commit is contained in:
Kostas Karmas 2020-04-23 17:18:19 +02:00
parent 1475a999b0
commit e7d12745e1

View file

@ -142,9 +142,6 @@ Item
// Create a network printer
const networkPrinterItem = addNetworkPrinterDropDown.contentItem.currentItem
CuraApplication.getDiscoveredPrintersModel().createMachineFromDiscoveredPrinter(networkPrinterItem)
// If we have created a machine, go to the last page, which is the "cloud" page.
base.goToPage("cloud")
}
else
{