metalman3797 / Cura-Dremel-Printer-Plugin

Dremel Idea Builder plugin for Cura version 3.x and onward. This plugin enables the user to use the Dremel Ideabuilder 3D20, 3D40, and 3D45 printers and use Cura to export the proprietary .g3drem files.
GNU Lesser General Public License v3.0
57 stars 10 forks source link

Dremel D345 #61

Closed Walter-58 closed 4 years ago

Walter-58 commented 4 years ago

Hello, can the plugin also be used for the Dremel D340 or D345? How big would the adjustments be? I saw it is Java Script. I can use C ++ and C #. greeting Walter

tim-schoenmackers commented 4 years ago

Hi @Walter-58

can the plugin also be used for the Dremel D340 or D345? How big would the adjustments be?

Good question - see https://github.com/timmehtimmeh/Cura-Dremel-3D20-Plugin/issues/20 for a discussion on how to get the 3D40 or 3D45 working. If you need more support than what's discussed there you might be able to reach out to those users and see if they can help you. Please note that I don't have a 3D40 or 3D45, and as such won't include the capability in this plugin (supporting a printer that I don't own is not something that I can commit to)

I saw it is Java Script. I can use C ++ and C #.

The plugin is written in python, as that's what Cura uses for plugins. In practice you could modify the plugin to call into c++ dlls, and write a python wrapper around the dll, but at some point you have to write a little python if you want to interface with cura.

If you're only interested in writing some C++/C# to make a .g3drem file then you should be able to do that - please see the Technical Details of the .g3drem File Format section of the README

timmehtimmeh commented 4 years ago

Also @Walter-58 - if you'd like to make a Cura plugin for the 3D40 or 3D45 please feel free to fork this plugin (it's open source under GPL 3.0) and use it as a base to start with - I don't think there are so many changes required to get the basic plugin working (where you write to a sdcard...network connections will provide a secondary set of challenges/issues). You're certainly not the only one who wants a Cura plugin for the 3D45, and if you have the skills to write code I'm sure that people would appreciate having a 3D45 plugin in the Cura Plugin store.

If you do make a plugin please credit the Cura gcode writer and this plugin, but by all means please feel free to write code based on this repository.

timmehtimmeh commented 3 years ago

I just saw that another person has made a repository to enable the 3D45 - See this link for the instructions

Walter-58 commented 3 years ago

Danke für die Info. Werde ich ausprobieren. Hatte mir mit einem D320 und angepassten Abmessungen weitergeholfen. Funktioniert auch. Grüße Walter

Von: Tim Schoenmackers Gesendet: Freitag, 4. Dezember 2020 18:12 An: timmehtimmeh/Cura-Dremel-3D20-Plugin Cc: Walter-58; Mention Betreff: Re: [timmehtimmeh/Cura-Dremel-3D20-Plugin] Dremel D345 (#61)

I just saw that another person has made a repository to enable the 3D45 - See this link for the instructions — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

timmehtimmeh commented 2 years ago

@Walter-58 - over a year later I've released a renamed version 0.7.0 of the plugin that includes 3D40 and 3D45 support - it's available in the Cura marketplace, as well as on the releases page as always I welcome suggestions for improvements.

Schoene Grusse!

Walter-58 commented 2 years ago

👍

Super vielen Dank

Gruß

Walter Haas