mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Merge pull request #9488 from Ultimaker/CURA-8110_upgrader
Cura 8110 upgrader
This commit is contained in:
commit
b9f76ef9e4
10 changed files with 213 additions and 11 deletions
|
|
@ -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 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
name = Advanced
|
||||
weight = 2
|
||||
version = 2
|
||||
|
||||
[machine_settings]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
name = Basic
|
||||
weight = 1
|
||||
version = 2
|
||||
|
||||
[machine_settings]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
[general]
|
||||
name = Expert
|
||||
weight = 3
|
||||
version = 2
|
||||
|
||||
[machine_settings]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue