From 363acc54c7e72be49a606b0d4c93dddbf58bac2a Mon Sep 17 00:00:00 2001 From: lokster Date: Wed, 23 Jan 2019 21:55:03 +0200 Subject: [PATCH] Add Cura 4 support and bump version to 0.0.4 --- .../CustomSupports.py | 0 LICENSE => CustomSupports/LICENSE | 0 README.md => CustomSupports/README.md | 0 .../__init__.py | 0 .../plugin.json | 5 +++-- .../tool_icon.svg | 0 package.json | 18 ------------------ 7 files changed, 3 insertions(+), 20 deletions(-) rename {files/plugins/CustomSupports => CustomSupports}/CustomSupports.py (100%) rename LICENSE => CustomSupports/LICENSE (100%) rename README.md => CustomSupports/README.md (100%) rename {files/plugins/CustomSupports => CustomSupports}/__init__.py (100%) rename {files/plugins/CustomSupports => CustomSupports}/plugin.json (54%) rename {files/plugins/CustomSupports => CustomSupports}/tool_icon.svg (100%) delete mode 100644 package.json diff --git a/files/plugins/CustomSupports/CustomSupports.py b/CustomSupports/CustomSupports.py similarity index 100% rename from files/plugins/CustomSupports/CustomSupports.py rename to CustomSupports/CustomSupports.py diff --git a/LICENSE b/CustomSupports/LICENSE similarity index 100% rename from LICENSE rename to CustomSupports/LICENSE diff --git a/README.md b/CustomSupports/README.md similarity index 100% rename from README.md rename to CustomSupports/README.md diff --git a/files/plugins/CustomSupports/__init__.py b/CustomSupports/__init__.py similarity index 100% rename from files/plugins/CustomSupports/__init__.py rename to CustomSupports/__init__.py diff --git a/files/plugins/CustomSupports/plugin.json b/CustomSupports/plugin.json similarity index 54% rename from files/plugins/CustomSupports/plugin.json rename to CustomSupports/plugin.json index ae0754c..109866a 100755 --- a/files/plugins/CustomSupports/plugin.json +++ b/CustomSupports/plugin.json @@ -1,8 +1,9 @@ { "name": "Custom Supports", "author": "Lokster", - "version": "0.0.3", + "version": "0.0.4", "description": "Create custom supports", + "i18n-catalog": "cura", "api": 5, - "i18n-catalog": "cura" + "supported_sdk_versions": ["5.0.0", "6.0.0"] } diff --git a/files/plugins/CustomSupports/tool_icon.svg b/CustomSupports/tool_icon.svg similarity index 100% rename from files/plugins/CustomSupports/tool_icon.svg rename to CustomSupports/tool_icon.svg diff --git a/package.json b/package.json deleted file mode 100644 index 3c77381..0000000 --- a/package.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "author": { - "author_id": "lokster", - "display_name": "lokster", - "email": "lokiisyourmaster@gmail.com", - "website": "http://lokspace.eu" - }, - "description": "Create custom supports.", - "display_name": "Custom Supports", - "package_id": "CustomSupports", - "package_type": "plugin", - "package_version": "0.0.3", - "sdk_version": 5, - "tags": [ - "plugin" - ], - "website": "http://lokspace.eu/cura-custom-supports-plugin/" -}