Merge pull request #7370 from Ultimaker/CURA-7328_remove_unused_machine_settings

Remove unused machine settings
This commit is contained in:
konskarm 2020-03-31 14:41:41 +02:00 committed by GitHub
commit cbccb08103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1564 changed files with 1698 additions and 1573 deletions

View file

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