Merged branch - CURA-4270

This commit is contained in:
Diego Prado Gesto 2017-09-13 13:25:00 +02:00
commit fd1c76ac80
313 changed files with 461 additions and 363 deletions

View file

@ -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