Use "/<version>/<machineName>" as the material info URL suffix

CURA-3810
This commit is contained in:
Lipu Fei 2017-05-29 15:23:49 +02:00
parent 9b67fa94b4
commit 85e875257b
3 changed files with 14 additions and 1 deletions

View file

@ -1362,3 +1362,7 @@ class CuraApplication(QtApplication):
node = node.getParent()
Selection.add(node)
@pyqtSlot(result=str)
def getCuraVersion(self):
return CuraVersion