From 48488c6ea63193d109c7b19507be1cac1aaa5438 Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Mon, 22 Jun 2020 16:10:27 +0200 Subject: [PATCH] Use Digital Factory root URL from environment --- plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml index 34a464c126..ca61274eda 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorStage.qml @@ -11,7 +11,7 @@ Component anchors.fill: parent // visits the correct page automatically - url: "https://digitalfactory.ultimaker.com/app/jobs/" + OutputDevice.key + url: CuraApplication.ultimakerDigitalFactoryUrl + "/app/jobs/" + OutputDevice.key // inject a script to make some UI modifications userScripts: [