Skip to content

Commit

Permalink
More mods in support of #81
Browse files Browse the repository at this point in the history
- update version to 0.7.1
- Give @eduncan911 credit in README
- make fix to write cura.cfg file at end of init (avoids issue where plugin files are reinstalled every time cura starts up)
- hide even more materials introduced in the Cura 4.11 beta
  • Loading branch information
tim-schoenmackers committed Aug 24, 2021
1 parent ebe1590 commit 71deb9e
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This plugin is available within the Cura marketplace. Users are encouraged to u

| Cura Version | Last version of the 3D20 plugin that works with the version of Cura | Supported Printers |
|--------------|------------------------------------------------------------------------|-----|
4.4 through 4.10 | [version 0.7.0](https://github.com/timmehtimmeh/Cura-Dremel-Printer-Plugin/releases/tag/0.7.0) | 3D20, 3D40<sup>[*FAQ1](#FAQ)</sup>, 3D45|
4.4 through 4.11 | [version 0.7.1](https://github.com/timmehtimmeh/Cura-Dremel-Printer-Plugin/releases/tag/0.7.0) | 3D20, 3D40<sup>[*FAQ1](#FAQ)</sup>, 3D45|
3.5 through 4.3 | [version 0.5.9](https://github.com/timmehtimmeh/Cura-Dremel-3D20-Plugin/releases/tag/0.5.9) | 3D20 |
3.4 or 3.4.1 | [version 0.4.8](https://github.com/timmehtimmeh/Cura-Dremel-3D20-Plugin/releases/tag/0.4.8) | 3D20 |
3.3 or 3.3.1 | [version 0.4.3](https://github.com/timmehtimmeh/Cura-Dremel-3D20-Plugin/releases/tag/0.4.3) | 3D20 |
Expand Down Expand Up @@ -225,14 +225,15 @@ A description of the current understanding of this file format is below:
# <a name="Contributors"></a>Contributors
Many thanks to the following users, who have contributed to the plugin in various ways:
* [metalman3797](https://github.com/metalman3797)
* Jean-Pierre
* [Rally037](https://github.com/Rally037)
* [Ghostkeeper](https://github.com/Ghostkeeper)
* [eduncan911](https://github.com/eduncan911)
* [WeavingColors](https://github.com/WeavingColors)
* [SwapFaceL](https://github.com/SwapFaceL)
* [blablaaddi](https://github.com/blablaaddi)
* [Swizzler121](https://github.com/Swizzler121)
* [Appesteijn](https://github.com/Appesteijn)
* [Ghostkeeper](https://github.com/Ghostkeeper)

* [LipuFei](https://github.com/LipuFei)
* [diegopradogesto](https://github.com/diegopradogesto)
* Tijs Kooij
Expand Down
Binary file modified README.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions plugins/DremelPrinterPlugin/DremelPrinterPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DremelPrinterPlugin(QObject, MeshWriter, Extension):
## 2) .\plugin.json
## 3) ..\..\resources\package.json
######################################################################
version = "0.7.0"
version = "0.7.1"

######################################################################
## Dictionary that defines how characters are escaped when embedded in
Expand Down Expand Up @@ -154,7 +154,7 @@ def __init__(self):

# finally save the cura.cfg file
Logger.log("i","Dremel Plugin - Writing to "+str(Resources.getStoragePath(Resources.Preferences, self._application.getApplicationName() + ".cfg")))
#self._application.getPreferences().writeToFile(Resources.getStoragePath(Resources.Preferences, self._application.getApplicationName() + ".cfg"))
self._application.getPreferences().writeToFile(Resources.getStoragePath(Resources.Preferences, self._application.getApplicationName() + ".cfg"))

######################################################################
## Taking snapshot needs to be called on QT thread
Expand Down
2 changes: 1 addition & 1 deletion plugins/DremelPrinterPlugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Dremel Printer Plugin",
"author": "Tim Schoenmackers",
"version": "0.7.0",
"version": "0.7.1",
"description": "Enables the user to add the Dremel Ideabuilder 3D20, 3D40, and 3D45 printer to Cura and export the proprietary .g3drem files.",
"supported_sdk_versions": ["7.0.0","7.1.0","7.2.0","7.3.0","7.4.0", "7.5.0", "7.6.0"],
"i18n-catalog": "cura"
Expand Down
14 changes: 14 additions & 0 deletions resources/definitions/Dremel3D20.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"emotiontech_nylon_1030cf",
"emotiontech_nylon_1070",
"emotiontech_pc",
"emotiontech_pekk",
"emotiontech_petg",
"emotiontech_pva-m",
"emotiontech_pva-s",
"emotiontech_tpu98a",
"eryone_petg",
"fabtotum_abs",
"fabtotum_nylon",
"fabtotum_nylony",
Expand Down Expand Up @@ -65,6 +67,18 @@
"generic_tough",
"generic_tpu",
"generic_tpu_175",
"goofoo_abs",
"goofoo_asa",
"goofoo_hips",
"goofoo_pa",
"goofoo_pa_cf",
"goofoo_pc",
"goofoo_peek",
"goofoo_petg",
"goofoo_pva",
"goofoo_tpe_83a",
"goofoo_tpu_87a",
"goofoo_tpu_95a",
"imade3d_petg_175",
"innofill_innoflex60_175",
"leapfrog_abs_natural",
Expand Down
14 changes: 14 additions & 0 deletions resources/definitions/Dremel3D40.def.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
"emotiontech_nylon_1030cf",
"emotiontech_nylon_1070",
"emotiontech_pc",
"emotiontech_pekk",
"emotiontech_petg",
"emotiontech_pva-m",
"emotiontech_pva-s",
"emotiontech_tpu98a",
"eryone_petg",
"fabtotum_abs",
"fabtotum_nylon",
"fabtotum_nylony",
Expand Down Expand Up @@ -66,6 +68,18 @@
"generic_tough",
"generic_tpu",
"generic_tpu_175",
"goofoo_abs",
"goofoo_asa",
"goofoo_hips",
"goofoo_pa",
"goofoo_pa_cf",
"goofoo_pc",
"goofoo_peek",
"goofoo_petg",
"goofoo_pva",
"goofoo_tpe_83a",
"goofoo_tpu_87a",
"goofoo_tpu_95a",
"imade3d_petg_175",
"innofill_innoflex60_175",
"leapfrog_abs_natural",
Expand Down
2 changes: 1 addition & 1 deletion resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"display_name": "Dremel Printer Plugin",
"package_id": "DremelPrinterPlugin",
"package_type": "plugin",
"package_version": "0.7.0",
"package_version": "0.7.1",
"sdk_version": 5,
"tags": [
"Dremel",
Expand Down

0 comments on commit 71deb9e

Please sign in to comment.