mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Bumped up stack version to 5
CURA-8110_upgrader
This commit is contained in:
parent
ebc4f45da6
commit
27fc435724
1 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@ class VersionUpgrade48to49(VersionUpgrade):
|
|||
parser.read_string(serialized)
|
||||
|
||||
# Update version number.
|
||||
if "metadata" not in parser:
|
||||
parser["metadata"] = {}
|
||||
parser["metadata"]["setting_version"] = "17"
|
||||
if "general" not in parser:
|
||||
parser["general"] = {}
|
||||
parser["general"]["version"] = "5"
|
||||
|
||||
# Update Display Progress on LCD script parameters if present.
|
||||
if "post_processing_scripts" in parser["metadata"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue