From f906017835c6acd38071916009b03f14876d6042 Mon Sep 17 00:00:00 2001 From: Evangelos Trantos Date: Mon, 14 Sep 2020 21:15:32 +0200 Subject: [PATCH] Add the CURA_DIGITAL_FACTORY_URL variable This way its value will be imported in the UltimakerCloudConstants.py file and be used throughout the application. --- cura/CuraVersion.py.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cura/CuraVersion.py.in b/cura/CuraVersion.py.in index 32a67b8baa..ce2264f5fc 100644 --- a/cura/CuraVersion.py.in +++ b/cura/CuraVersion.py.in @@ -9,4 +9,5 @@ CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@" CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@" CuraCloudAccountAPIRoot = "@CURA_CLOUD_ACCOUNT_API_ROOT@" -CuraMarketplaceRoot = "@CURA_MARKETPLACE_ROOT@" \ No newline at end of file +CuraMarketplaceRoot = "@CURA_MARKETPLACE_ROOT@" +CuraDigitalFactoryURL = "@CURA_DIGITAL_FACTORY_URL@"