[CURA-9688] Fix View Printers in Digital Factory

Send the user to the welcome page instead of the printjobs page to get a more comprehensive overview coming from the monitor page.
This commit is contained in:
MariskaMaas 2022-10-03 14:26:19 +02:00 committed by c.lamboo
parent b33cff33f5
commit d0ddb5fafe

View file

@ -127,7 +127,7 @@ Component
id: sendToFactoryButton id: sendToFactoryButton
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
text: catalog.i18nc("@button", "View printers in Digital Factory") text: catalog.i18nc("@button", "View printers in Digital Factory")
onClicked: Qt.openUrlExternally("https://digitalfactory.ultimaker.com/app/print-jobs?utm_source=cura&utm_medium=software&utm_campaign=monitor-view-cloud-printer-type") onClicked: Qt.openUrlExternally("https://digitalfactory.ultimaker.com/app/welcome?utm_source=cura&utm_medium=software&utm_campaign=monitor-view-cloud-printer-type")
} }
} }
} }