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:
authorLipu Fei <lipu.fei815@gmail.com>2017-09-04 16:39:07 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-09-04 16:39:10 +0300
commite9551d2173f7e3cc3d7cf565e3bad73a7c89b86c (patch)
treef3f88a5d1eb08dff79ddbc5ca7a50c2767dc3b4a /cura/CuraApplication.py
parenta67a0f161b5ea402c4c5d74badc4c74d421e461c (diff)
Add upgrade script for 2.7 to 3.0
CURA-4270 Changes for the Skin Pre-shrink settings requires upgrade.
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 ee1c1aeec6..a4c77a53e3 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