Merge pull request #9488 from Ultimaker/CURA-8110_upgrader

Cura 8110 upgrader
This commit is contained in:
Konstantinos Karmas 2021-04-06 12:03:17 +02:00 committed by GitHub
commit b9f76ef9e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 213 additions and 11 deletions

View file

@ -917,6 +917,40 @@
}
}
},
"VersionUpgrade47to48": {
"package_info": {
"package_id": "VersionUpgrade47to48",
"package_type": "plugin",
"display_name": "Version Upgrade 4.7.0 to 4.8.0",
"description": "Upgrades configurations from Cura 4.7.0 to Cura 4.8.0",
"package_version": "1.0.0",
"sdk_version": "7.4.0",
"website": "https://ultimaker.com",
"author": {
"author_id": "UltimakerPackages",
"display_name": "Ultimaker B.V.",
"email": "plugins@ultimaker.com",
"website": "https://ultimaker.com"
}
}
},
"VersionUpgrade48to49": {
"package_info": {
"package_id": "VersionUpgrade48to49",
"package_type": "plugin",
"display_name": "Version Upgrade 4.8.0 to 4.9.0",
"description": "Upgrades configurations from Cura 4.8.0 to Cura 4.9.0",
"package_version": "1.0.0",
"sdk_version": "7.4.0",
"website": "https://ultimaker.com",
"author": {
"author_id": "UltimakerPackages",
"display_name": "Ultimaker B.V.",
"email": "plugins@ultimaker.com",
"website": "https://ultimaker.com"
}
}
},
"X3DReader": {
"package_info": {
"package_id": "X3DReader",
@ -1789,4 +1823,4 @@
}
}
}
}
}

View file

@ -1,6 +1,7 @@
[general]
name = Advanced
weight = 2
version = 2
[machine_settings]

View file

@ -1,6 +1,7 @@
[general]
name = Basic
weight = 1
version = 2
[machine_settings]

View file

@ -1,6 +1,7 @@
[general]
name = Expert
weight = 3
version = 2
[machine_settings]