-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add full circle support #88
Comments
I may have to add an option for this, as full circles mess up 3d prints, resulting in an unacceptable overlap of filament. There is actually code to prevent full circles in arcwelder currently. I'll think about this, and will mark it as an enhancement (including changing the title). Thanks! |
@FormerLurker I didn't know it was a feature ;) (to prevent full circles) Looking forward to such an enhancement (an option like PS will you be releasing 2.0 sometime in the near future? Hoping this will be resolved as well, as ultimately, I need to run it on Windows too. |
You can use it on windows (that's what I use to develop the tool). You just need to install the c++ runtimes first. |
I see, thanks. However, the build artifacts of the v.2 action have expired. Is there another place to I download the latest binaries? |
Crap... I tell you what, give me thru the weekend and I'll try to push a build up. I'm in the middle of some modifications, and can't push the changes till those are finished. Will try to get it even sooner if I can. |
@FormerLurker V2 seems to still be Expired :-( Can you upload it again? |
As outlined here I'm using ArcWelder to prepare files for CNC cutting using a tangential knife. Apart from the former issue, the generated G2/G3 code looks pretty good.
However, perfect circles always have one larger arc (say, 90% - 95% of the perimeter) and end in a small arc or line segment. I don't think this will cause issues cutting, but I presume it should be possible to turn a perfect circle into a single G2/G3 instruction. I have tried different settings, but the circle output remains segmented in two arcs.
See: https://gist.github.com/fabien/a4d82a31fd9c1a58586d5cd45c170d42
Here's another one with a small 7mm circle, which yields a G01 at the end:
The text was updated successfully, but these errors were encountered: