mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-18 05:45:40 -07:00
Add default plugins to bundled packages
This commit is contained in:
parent
d2e5ba50c7
commit
5736be98c1
2 changed files with 56 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "BlackBelt plugin",
|
||||
"author": "fieldOfView",
|
||||
"version": "3.5",
|
||||
"version": "3.6.0",
|
||||
"description": "Adds support for BlackBelt printers with slanted gantries.",
|
||||
"api": 5
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,59 @@
|
|||
{
|
||||
"BlackBeltPlugin": {
|
||||
"package_info": {
|
||||
"package_id": "BlackBeltPlugin",
|
||||
"package_type": "plugin",
|
||||
"display_name": "BlackBelt plugin",
|
||||
"description": "Adds support for BlackBelt and other printers with slanted gantries.",
|
||||
"package_version": "3.6.0",
|
||||
"sdk_version": 5,
|
||||
"website": "https://blackbelt-3d.com",
|
||||
"author": {
|
||||
"author_id": "Blackbelt3d",
|
||||
"display_name": "BLACKBELT 3D",
|
||||
"email": "info@blackbelt-3d.com",
|
||||
"website": "https://blackbelt-3d.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"OctoPrintPlugin": {
|
||||
"package_info": {
|
||||
"package_id": "OctoPrintPlugin",
|
||||
"package_type": "plugin",
|
||||
"display_name": "OctoPrint Connection",
|
||||
"description": "Enables networked printing and monitoring with OctoPrint.",
|
||||
"package_version": "3.5.3",
|
||||
"sdk_version": 5,
|
||||
"website": "https://github.com/fieldOfView/OctoPrintPlugin",
|
||||
"author": {
|
||||
"author_id": "fieldofview",
|
||||
"display_name": "fieldOfView",
|
||||
"email": "aldo@fieldofview.com",
|
||||
"website": "http://fieldofview.com"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"CustomSupports": {
|
||||
"package_info": {
|
||||
"package_id": "CustomSupports",
|
||||
"package_type": "plugin",
|
||||
"display_name": "Custom Supports",
|
||||
"description": "Cura plugin which enables you to add custom supports!",
|
||||
"package_version": "0.0.3",
|
||||
"sdk_version": 5,
|
||||
|
||||
"author": {
|
||||
"author_id": "lokster",
|
||||
"display_name": "Krasimir Stefanov",
|
||||
"email": "lokiisyourmaster@gmail.com",
|
||||
"website": "http://lokspace.eu"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
"3MFReader": {
|
||||
"package_info": {
|
||||
"package_id": "3MFReader",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue