mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Correctly differentiate between plugins and materials in missing packages dialog
CURA-10719
This commit is contained in:
parent
42002dac36
commit
0e77a05c74
3 changed files with 21 additions and 5 deletions
|
@ -310,7 +310,7 @@ class ThreeMFWriter(MeshWriter):
|
|||
"package_version": package_data.get("package_version") if package_data.get("package_version") else "",
|
||||
"sdk_version_semver": package_data.get("sdk_version_semver") if package_data.get(
|
||||
"sdk_version_semver") else "",
|
||||
"type": "backend_plugin",
|
||||
"type": "plugin",
|
||||
}
|
||||
|
||||
# Storing in a dict and fetching values to avoid duplicates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue