Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralekseisasin <a.sasin@ultimaker.com>2017-09-13 14:58:39 +0300
committeralekseisasin <a.sasin@ultimaker.com>2017-09-13 14:58:39 +0300
commitd0997f7f7e6f3d075c56bd4d8193d63a1d0a79f0 (patch)
tree7596b8b1b1d9e3c67161ff1653686d4af6899ab7 /cura/CuraApplication.py
parent204019702dc429a9f63b27a724c19d4f03cbfd52 (diff)
parentfd1c76ac80c92e09958be38920970030b735eae8 (diff)
Merge branch 'master' of github.com:Ultimaker/cura
Diffstat (limited to 'cura/CuraApplication.py')
-rwxr-xr-xcura/CuraApplication.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py
index 0b01c72574..c4f3217a1a 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -104,7 +104,7 @@ class CuraApplication(QtApplication):
# SettingVersion represents the set of settings available in the machine/extruder definitions.
# You need to make sure that this version number needs to be increased if there is any non-backwards-compatible
# changes of the settings.
- SettingVersion = 2
+ SettingVersion = 3
class ResourceTypes:
QmlFiles = Resources.UserType + 1