mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +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)
|
||||
|
||||
# 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…
x
Reference in New Issue
Block a user