mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Add the skeleton of the plugin
Contributes to CURA-5155.
This commit is contained in:
parent
8c41bc86d2
commit
412bcc9b90
5 changed files with 75 additions and 3 deletions
|
@ -492,6 +492,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"UFPReader": {
|
||||
"package_info": {
|
||||
"package_id": "UFPReader",
|
||||
"package_type": "plugin",
|
||||
"display_name": "UFP Reader",
|
||||
"description": "Provides support for reading Ultimaker Format Packages.",
|
||||
"package_version": "1.0.0",
|
||||
"sdk_version": "6.0",
|
||||
"website": "https://ultimaker.com",
|
||||
"author": {
|
||||
"author_id": "UltimakerPackages",
|
||||
"display_name": "Ultimaker B.V.",
|
||||
"email": "plugins@ultimaker.com",
|
||||
"website": "https://ultimaker.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
"UFPWriter": {
|
||||
"package_info": {
|
||||
"package_id": "UFPWriter",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue