FormerLurker / ArcWelderPlugin

A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
Other
444 stars 26 forks source link

How can I improve this cylinder print? #137

Open paulharman opened 3 years ago

paulharman commented 3 years ago

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

seantapscott commented 3 years ago

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 notifications@github.com 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 .

FormerLurker commented 3 years ago

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.