-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
[ARC SUPPORT not true] (Failure with G2/G3) #33
Comments
What version of Marlin is this fork based on? There have been quite a few updates to the interpolation algorithm recently that fix several glitches. |
I am only able to see that the base is something like 2.0.x, which isn't really helpful. The compressed Gcode is printed pretty good, but compared to the original, there are slight imperfections. |
I don't want to get too much off-topic, but most viewers don't support arcs. Those that do often have issues, like low resolution. Try simplify 3d or the PrettyGcode viewer in OctoPrint. The imperfections could definitely be due to missing fixes in the upstream branch. If I have some time I'll take a look at the version history for the interpolation code and will see what I can find. |
Right, S3D showed the Gcode correctly, according to the corresponding STL. |
The letters should be an OK test. I like using (surprise surprise) benchy to test quality, but some of the detailed miniatures of people/superheroes/monsters, etc are typically a good torture test since they are mostly random organic shapes. |
I will print two Benchys. One without Arcs, another after Arc Welder applied. |
This doesn't appear to be related to this issue. However, the whole point of arc welder is that you shouldn't be able to tell the difference between the toolpaths of the welded and original file. This may or may not translate into quality improvements. However, if the firmware is bad at generating arcs, then the quality will suffer. |
Bug Description
Installed to Hex File on a Anycubic Mega-S in wanted to use the Arc Welder plugin which needs Arc Support.
G2/G3 commands give out an error, which should mean that Arc Support isnt enabled at the firmware.
I checked the Code in the Configuration_adv.h file at line 1631 and it looks like it should be enabled.
Are there any additional steps, that need to be made?
The text was updated successfully, but these errors were encountered: