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 11 forks source link

Cannot install plugin manually or via Marketplace #48

Closed HartAtttack closed 5 years ago

HartAtttack commented 5 years ago

Hello,

I'm on a 3D20 printer, using Windows.

I installed your 3d20 plugin only a few days ago from the marketplace, but after a reset because of an error I went to re-install and noticed it's not there anymore.

After that, I tried a manual install of 0.5.3 on Cura 3.6.0 and I'm getting an error every time.

"Dremel 3D20 plugin experienced an error installing the files."

I can't install this plugin no matter what I do! The one time I used your plugin it was great! Thanks,

timmehtimmeh commented 5 years ago

Hi @HartAtttack

I just published the 0.5.5 plugin for Cura 4.0, which unfortunately took down the 0.5.3 plugin from the marketplace.

I just installed Cura 3.6 on this machine, and downloaded the Cura-Dremel-3D20-0.5.3.curapackage from the releases page (linked). Upon dragging the .curapackage file onto the Cura window I received a restart message:

image

and then when I went to restart the Dremel was available image

If you followed a similar procedure and got different results, then to get the plugin working there are a few options: 1) Download and install the Cura 4 beta, then install from the marketplace - this should work 2) Manually clear out the old plugin - to do so (assuming you're on windows) open c:\Users\<USERNAME>\AppData\Roaming\cura\3.6\plugins and delete the Dremel3D20 folder from there You might also need to delete the following files C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\definitions\Dremel3D20.def.json C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\extruders\dremel_3d20_extruder_0.def.json C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\materials\dremel_pla.xml.fdm_material C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\meshes\dremel_3D20_platform.stl as well as the folder located at C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\quality\dremel_3d20

That should reset your cura back to the default without any of the dremel plugin within it. From there you should be able to reinstall the plugin without any issues.

3) If that still gives you problems, you can rename the entire C:\Users\<USERNAME>\AppData\Roaming\cura\3.6 folder to C:\Users\<USERNAME>\AppData\Roaming\cura\backup3.6 or simply delete the C:\Users\<USERNAME>\AppData\Roaming\cura\3.6 folder and then launch Cura again. Cura will re-create this folder with defaults and you should be able to re-install the plugin from there

If you could also post your cura.log file located at C:\Users\<USERNAME>\AppData\Roaming\cura\3.6\cura.log I can take a look at it and see if I can figure out which file is causing issues.

Cheers

HartAtttack commented 5 years ago

Thanks for your prompt reply, much appreciated.

I ended up switching to the 4.0 beta with the new version of your plugin and I have been successfully using it. Thank you.

For the record, I had no idea you could just drag and drop the package file into the software. I was trying to copy the whole folder into my program files... not sure if that makes a difference.