mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Update setting_version to 5 and add 34 -> 40 upgrade
CURA-5450 Also update setting_version for all qualities and variants.
This commit is contained in:
parent
3dc3afb34c
commit
b81635ac8e
555 changed files with 703 additions and 552 deletions
|
@ -123,7 +123,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 = 4
|
||||
SettingVersion = 5
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue