ArcWelderPlugin icon indicating copy to clipboard operation
ArcWelderPlugin copied to clipboard

Found a case where ArcWelder seems to output invalid results.

Open wirehead opened this issue 2 years ago • 3 comments

I was trying to print https://www.thingiverse.com/thing:4876137 on my new Ender 3 v2. Because, of course, what point is having a 3D printer if you don't print at least five mods and eight test prints and never actually get around to printing anything useful?

After a few tries at printing it where it did a lot of stringy weirdness, the thought occurred to me that maybe I found a nice edge case in ArcWelder so, just in case that was actually what was going on, I tried printing the non-ArcWelder version.

But.. this is weird. I've been running ArcWelder pretty much exclusively and all of my other prints aren't doing this. Something about this particular piece seems to be messing it up.

I am using the 1.0.2 version of the Ender 3v2 firmware which should be a Marlin 2.x. I'm using SuperSlicer 2.3.56. I'm using OctoPrint 1.6.1 with Python 3.7.3 and Arc Welder v1.0.0+u.bb71e8f.

I've uploaded the gcode file that ArcWelder seems to be acting up on and a photo of the failed print with a successful un-arc-welded print next to it:

PXL_20210707_053329755 Filament_Guide_v3_0.25mm_PLA_ENDER3V2_57m.gcode.zip

wirehead avatar Jul 07 '21 05:07 wirehead

Can you also attach the welded file please?

FormerLurker avatar Jul 07 '21 13:07 FormerLurker

Looks like buffer overflow. Probably should switch away from Brims and towards using an adhesive like Magigoo, as well, but that's not relevant to the issue.

To fix buffer overflow, you'd have to compile from Marlin bugfix branch.

On Wed, Jul 7, 2021 at 9:44 AM FormerLurker @.***> wrote:

Can you also attach the welded file please?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FormerLurker/ArcWelderPlugin/issues/204#issuecomment-875616596, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5J4UEXPQ76LGPTJQGYG6TTWRK4JANCNFSM4755JJZQ .

seantapscott avatar Jul 07 '21 16:07 seantapscott

Could also be an arc going in the wrong direction. This is rare in this version of arc welder, and I can tell by looking at the welded gcode file. It is worth eliminating that possibility since that has been fixed.

FormerLurker avatar Jul 07 '21 17:07 FormerLurker