mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47: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)
|
parser.read_string(serialized)
|
||||||
|
|
||||||
# Update version number.
|
# Update version number.
|
||||||
if "metadata" not in parser:
|
if "general" not in parser:
|
||||||
parser["metadata"] = {}
|
parser["general"] = {}
|
||||||
parser["metadata"]["setting_version"] = "17"
|
parser["general"]["version"] = "5"
|
||||||
|
|
||||||
# Update Display Progress on LCD script parameters if present.
|
# Update Display Progress on LCD script parameters if present.
|
||||||
if "post_processing_scripts" in parser["metadata"]:
|
if "post_processing_scripts" in parser["metadata"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue