mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Merge branch 'CURA-6113_fix_master_version_upgrade' of github.com:Ultimaker/Cura
This commit is contained in:
commit
a41cc9efbe
651 changed files with 708 additions and 688 deletions
|
@ -146,7 +146,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 = 6
|
||||
SettingVersion = 7
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue