mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Increment setting_version to 6
Because Cura 4.1 is going to have a version upgrade to change the stack files. Contributes to issue CURA-5848.
This commit is contained in:
parent
88d6e0bcaf
commit
139ab2e0bb
648 changed files with 648 additions and 648 deletions
|
@ -143,7 +143,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 = 5
|
||||
SettingVersion = 6
|
||||
|
||||
Created = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue