mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Add the digital factory button
CURA-7418
This commit is contained in:
parent
200e3d6ee7
commit
a7e7ddf4b5
4 changed files with 84 additions and 42 deletions
|
|
@ -261,6 +261,10 @@ class CuraApplication(QtApplication):
|
|||
def ultimakerCloudAccountRootUrl(self) -> str:
|
||||
return UltimakerCloudAuthentication.CuraCloudAccountAPIRoot
|
||||
|
||||
@pyqtProperty(str, constant=True)
|
||||
def ultimakerDigitalFactoryUrl(self) -> str:
|
||||
return UltimakerCloudAuthentication.CuraDigitalFactoryURL
|
||||
|
||||
def addCommandLineOptions(self):
|
||||
"""Adds command line options to the command line parser.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue