fieldOfView / Cura-ArcWelderPlugin

Cura plugin which wraps ArcWelderLib to convert multiple G0/G1 moves to G2/G3 arcs.
GNU Affero General Public License v3.0
70 stars 4 forks source link

no arc movements in gcode #6

Closed dacentichka closed 3 years ago

dacentichka commented 3 years ago

I downloaded this plugin from the ultimaker store, restarted the slicer, loaded the model and clicked generate code, after which I saved it, for verification I opened it with pad ++ notes, and used G2 &G3 pointers, and could not find these commands in the code. please explain why?

5axes commented 3 years ago

Did you activate in the special mode section the Arc Welder option ? image

fieldOfView commented 3 years ago

What OS do you use? There's probably an issue with the OS X version of the ArcWelder executable that does the heavy lifting.

fieldOfView commented 3 years ago

Could you try this development snapshot? Download the file and drop it onto the buildplate in Cura, as if you were opening a 3d model.

This development snapshot contains a different version of the ArcWelder executable for OSX.

cc @3dprintedmac

3dprintedmac commented 3 years ago

Checked gcode after dropping in the new plugin and restarting and not seeing any change. I'm currently using the "save to file" and "print to octoprint" buttons to save / send the gcode. Is that correct? I'm running Windows 10 with my Cura. Tried with Cura 4.7.1 and now also with 4.8. Also, am i supposed to have settings i can see in the extension window because no settings show up? Screenshot 2021-01-16 105220

Thanks for the help!

fieldOfView commented 3 years ago

Ah, your github username confused me. I thought for sure you are an OS X user.

The plugin does not add anything to the Extensions menu, but it add settings as shown by @5axes above. Do you see those settings?

3dprintedmac commented 3 years ago

hmm, i am not seeing those settings anywhere. It would be in the setting menu along side speed, support, infill, etc right? It does show it installed in the plugin menu, i keep checking that ha. And yeah, i use mac for most other things but not my printing really!

fieldOfView commented 3 years ago

Above the Custom settings list, there is a Search settings... field. Do you get any settings if you type "Arc" there? If not, could you upload and post a link to your cura.log? It can be found via Help -> Show configuration folder.

3dprintedmac commented 3 years ago

I do not get any arc settings when i search it there. cura.log

fieldOfView commented 3 years ago

Thanks for the log. It looks like there may be a dependency (dll) for the ArcWelder executable missing in your system.

Could you download the application "Dependencies" from https://lucasg.github.io/Dependencies/, extract that zip and run DependenciesGui.exe?

In the Cura configuration folder, go to plugins\ArcWelderPlugin\ArcWelderPlugin\bin\win64 and drag and drop ArcWelder.exe into the DependencesGui window. Hopefully that will tell us what is missing.

3dprintedmac commented 3 years ago

Screenshot 2021-01-16 123805

Does this mean i'm missing that "VCRUNTIME140_1.dll"?

seantapscott commented 3 years ago

As a side note, I had no idea there was a special "Arc Welder" option in the Special Modes menu. May want to add this to the ReadMe, because it is not obvious.

On a second side note, this just compressed a gcode file from 28MB to 8MB, which is incredible. Almost all the shapes were just a series of tiny arcs, so super ideal.

Thanks

fieldOfView commented 3 years ago

Does this mean i'm missing that "VCRUNTIME140_1.dll"?

It looks like it. Here is another development snapshot, which includes that dependency so hopefully you don't have to install it yourself.

fieldOfView commented 3 years ago

May want to add this to the ReadMe, because it is not obvious.

I would agree, but that ReadMe is pretty much inaccessible from inside Cura, so I will see if I can add a way to show the readme in Cura, and/or add this tidbit of information in the Marketplace description of the plugin.

5axes commented 3 years ago

May want to add this to the ReadMe, because it is not obvious.

I would agree, but that ReadMe is pretty much inaccessible from inside Cura, so I will see if I can add a way to show the readme in Cura, and/or add this tidbit of information in the Marketplace description of the plugin.

On my point of view the Arc Welder option should be by default activated . It could suppress some beginner "Issue" and it's not illogical , if you install this plugin , the first aim is to test the result on your printer.

seantapscott commented 3 years ago

I think both avenues are effective. Thank you again.

On Sun, Jan 17, 2021, 8:55 AM 5axes notifications@github.com wrote:

May want to add this to the ReadMe, because it is not obvious.

I would agree, but that ReadMe is pretty much inaccessible from inside Cura, so I will see if I can add a way to show the readme in Cura, and/or add this tidbit of information in the Marketplace description of the plugin.

On my point of view the Arc Welder option should be by default activated . It could suppress some beginner "Issue" and it's not illogical , if you install this plugin , the first aim is to test the result on your printer.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/fieldOfView/Cura-ArcWelderPlugin/issues/6#issuecomment-761816441, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5J4UEOH4GELIFDPSCFLXLS2LT5PANCNFSM4WDHFJNA .

dacentichka commented 3 years ago

image image good afternoon, I tried to reinstall the plugin by dragging the file from the cometaries above into the kura window, in the plugins folder it appeared but in the special modes field it did not become available, I tried to install a couple more files from the rep rap branch and there is also nothing there.

fieldOfView commented 3 years ago

I tried to reinstall the plugin by dragging the file from the cometaries above

Which one? Try the one from this comment

I tried to install a couple more files from the rep rap branch

I have no idea what files from what "rep rap branch" you are talking about.

dacentichka commented 3 years ago

I tried today already what you sent me and tried from the article at this link https://community.ultimaker.com/topic/34888-arc-welder-anti-stutter-plugin/

dacentichka commented 3 years ago

from the article on the link that I sent, only one item appeared in the settings, and it did not work well, there were a lot of printing defects

dacentichka commented 3 years ago

good afternoon, I have solved my problem, now I will tell you what I tried and what helped me. I have Windows 10, I tried to install from the store in the kura itself, the plugin folder did not even appear in the Kura plugins folder, then I dragged the downloaded file from the comments above, and also nothing changed, then I renamed the downloaded file .zip unpacked it and take it from there vail .exe for Windows, and also nothing has changed, then I just took everything that I unpacked from this file and put it in the kura plugins folder and everything worked, while if you go to the plugins section in kura, she said that everything is installed, before putting everything in the plugins folder, I removed everything from the applications section, then put everything in the plugins folder, restarted kura, and lo and behold, everything worked, tonight I will test.

fieldOfView commented 3 years ago

Here's a new development snapshot to try, including the latest version of the ArcWelder executables.

For more information, see the ArcWelderLib 1.1 release notes: https://github.com/FormerLurker/ArcWelderLib/releases/tag/1.1.0

tablatronix commented 3 years ago

There are 2 places saying optional or toggle would be useful or add some kind of instruciton that this is a setting.. Screen Shot 2021-05-09 at 10 21 49 PM Screen Shot 2021-05-09 at 10 21 27 PM