Merge branch 'CURA-7683_VersionUpgrader_for_libArachne_5.0' into libArachne_rebased

This commit is contained in:
Ghostkeeper 2020-12-08 15:33:07 +01:00
commit 2fbbd79789
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2791 changed files with 2961 additions and 2788 deletions

View file

@ -127,7 +127,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 = 16
SettingVersion = 18
Created = False