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-10-30 14:45:25 +0300
committerLipu Fei <lipu.fei815@gmail.com>2017-10-30 14:45:25 +0300
commitb6dd87081cb143ca8101c7cf290ceb2989012555 (patch)
treebd84dc4845e7f58ac12e9b9bbf864e5515606846 /cura/CuraApplication.py
parentfb88dd6326ae91731bef2d4a75ca1f79c996c10a (diff)
Add upgrade script for 3.0 to 3.1
CURA-4451 - Add upgrade script for 3.0. to 3.1 - Upgrade old stack files so they will use "empty_quality" as the "Not Supported" quality profile. - Increase SettingVersion to 4
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 2d1c35aca7..eb802cf6f8 100755
--- a/cura/CuraApplication.py
+++ b/cura/CuraApplication.py
@@ -105,7 +105,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 = 3
+ SettingVersion = 4
class ResourceTypes:
QmlFiles = Resources.UserType + 1