mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 09:17:50 -06:00
Update setting version to 18 for libArachne release
Although it is not entirely sure yet, we are fairly certain that libArachne release will have a setting version of 18, so it is changed by this commit. With this change, the VersionUpgrader will be properly triggered. Contributes to CURA-7683 and CURA-7656
This commit is contained in:
parent
696844f1cf
commit
5bca31e37a
2788 changed files with 2788 additions and 2788 deletions
|
@ -127,7 +127,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 = 16
|
||||
SettingVersion = 18
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue