ArcWelderPlugin icon indicating copy to clipboard operation
ArcWelderPlugin copied to clipboard

How can I improve this cylinder print?

Open paulharman opened this issue 3 years ago • 2 comments

First off, thanks for your work on this :)

Here I have an example print, PETG, printed at 235/80 with no fan, 50mm/s. I'm using Cura, Octoprint and arc welder with the CR6 community fw on a BTT SKR CR6 board . The model is hollow with a 1.8mm thickness. The G-code file is 1.74 MB after arc welder (15.3MB before).

If I print from SD card the print is fine without the zits. Can you recommend any settings which may help to improve it?

hoover.aw.gcode.zip

image

image

paulharman avatar Feb 04 '21 01:02 paulharman

These look like connection issues. Is it possible to change the input buffer length? In RepetierServer, I print over the USB, and I do connection testing to find the best length for the input buffer. If the command runs too long, it timeouts as well, and the printer and the gcode server (octopi in your case) will have a lot of chatter back and forth to figure out which line they're on.

Are there any communication troubleshooting tools in Octopi?

On Wed, Feb 3, 2021 at 8:39 PM paulharman [email protected] wrote:

First off, thanks for your work on this :)

Here I have an example print, PETG, printed at 235/80 with no fan, 50mm/s. I'm using Cura, Octoprint and arc welder with the CR6 community fw on a BTT SKR CR6 board . The model is hollow with a 1.8mm thickness. The G-code file is 1.74 MB after arc welder (15.3MB before).

If I print from SD card the print is fine without the zits. Can you recommend any settings which may help to improve it?

hoover.aw.gcode.zip https://github.com/FormerLurker/ArcWelderPlugin/files/5922599/hoover.aw.gcode.zip

[image: image] https://user-images.githubusercontent.com/3407038/106832521-bc431e00-6689-11eb-93c1-488d7e12bbf1.png

[image: image] https://user-images.githubusercontent.com/3407038/106832176-1a233600-6689-11eb-898b-76995a2848b5.png

— 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/137, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE5J4UAZ72WJ2DMYGHZ6UVTS5H3ERANCNFSM4XB5GJVQ .

seantapscott avatar Feb 04 '21 01:02 seantapscott

Maybe create a serial log on octoprint and check for numerous resend errors? A couple layers should be enough. Also, try rebooting into safe mode and run another test. That looks pretty excessive. Maybe also run a few layers from sd and see if things change.

FormerLurker avatar Feb 04 '21 02:02 FormerLurker