Merge branch 'simplify_test_v2' of github.com:Ultimaker/Cura

This commit is contained in:
Jaime van Kessel 2020-04-03 13:25:01 +02:00
commit ecd24cb446
No known key found for this signature in database
GPG key ID: 3710727397403C91
1566 changed files with 1741 additions and 1571 deletions

View file

@ -125,7 +125,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 = 12
SettingVersion = 13
Created = False