mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:25:56 +08:00
Use Digital Factory root URL from environment
This commit is contained in:
parent
c9adea906e
commit
48488c6ea6
@ -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: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user