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:
authorDiego Prado Gesto <d.pradogesto@ultimaker.com>2017-09-13 14:25:00 +0300
committerDiego Prado Gesto <d.pradogesto@ultimaker.com>2017-09-13 14:25:00 +0300
commitfd1c76ac80c92e09958be38920970030b735eae8 (patch)
tree91e2f83bc7918c6f12e1ebebdc11dfef4326724f /cura/CuraApplication.py
parent1fdf1036783b46536328371e1c825a192ee6a392 (diff)
parent51547bf37a03e53506714daec3f53611f28348fe (diff)
Merged branch - CURA-4270
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 021f20fa82..de8683686b 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