this post was submitted on 17 Jan 2024
15 points (94.1% liked)

3DPrinting

15306 readers
169 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

I tried printing with PETG yesterday, and I noticed that it intermittently stops moving during the print for a few seconds. It doesn't throw an error or anything, just stops and then after a few seconds resumes as if nothing happened. But this creates huge blobs where it stops. It only happens when printing PETG, not PLA. Could this be caused by a filament setting in my slicer? I'm using prusa slicer. I inspected the gcode and there are no stops, pauses or color changes etc. in it. The behaviour happens both when printing from octoprint and directly from SD card.

Edit: these random intermittent stops are 10-20 seconds long, causing massive blobs from oozing filament.

Edit 2: so it seems to not actually be a PETG specific issue, but rather a model size/speed issue. I can get it running without stops if I just reduce print speed. When I crank speed to 100% I start getting these weird 10-20 second long stops.

So I'm overloading the controller with a lot of gcode commands in rapid succession? I'm running at slightly lower than manufacturer default Max.

SOLVED: the gcode resolution was set too fine, I increased it from 0.0125mm to 0.5mm as described here and the stuttering disappeared.

you are viewing a single comment's thread
view the rest of the comments
[–] jagoan@lemmy.world 1 points 8 months ago (1 children)

If it’s fine with PLA then my money is on profile issue. Use your PLA profile, and just change the temperature. If that works okay, start tuning for PETG from that point. And delete the old PETG settings.

[–] DreadPotato@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago) (1 children)

I did some more testing, also with different slicers, and it seems to not actually be a PETG specific issue, but rather a model/speed issue. I can get it running without stops if I just reduce print speed. When I set speed to 100% I start getting these weird 10-20 second long stops.

So now in thinking it's the controller locking up because it's overloaded by too many small movmeent gcode commands in rapid succession?

[–] thegreekgeek@midwest.social 2 points 8 months ago (2 children)

Yeah I had an issue with this trying to print some ornaments in vase mode. I adjusted the cura profile as detailed HERE and it seemed to take care of it.

[–] DreadPotato@sopuli.xyz 1 points 8 months ago

That solved it, printing with PETG was just a strange coincidence then, but I've never seen this before.

[–] DreadPotato@sopuli.xyz 1 points 8 months ago

Yeah maybe that's what's causing my issue, although it's a bit more extreme in my case than his. I'll definitely give that a try.