mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:39:07 +08:00
Bumped up stack version to 5
CURA-8110_upgrader
This commit is contained in:
parent
ebc4f45da6
commit
27fc435724
@ -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…
x
Reference in New Issue
Block a user