mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 03:09:04 +08:00
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.
This commit is contained in:
parent
fc4de53269
commit
f906017835
@ -10,3 +10,4 @@ CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"
|
|||||||
CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@"
|
CuraCloudAPIVersion = "@CURA_CLOUD_API_VERSION@"
|
||||||
CuraCloudAccountAPIRoot = "@CURA_CLOUD_ACCOUNT_API_ROOT@"
|
CuraCloudAccountAPIRoot = "@CURA_CLOUD_ACCOUNT_API_ROOT@"
|
||||||
CuraMarketplaceRoot = "@CURA_MARKETPLACE_ROOT@"
|
CuraMarketplaceRoot = "@CURA_MARKETPLACE_ROOT@"
|
||||||
|
CuraDigitalFactoryURL = "@CURA_DIGITAL_FACTORY_URL@"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user