1

My PETG prints keep clumping up and stringing. The print is otherwise fine, but there are so many imperfections because of this. It looks like the clumping comes from the infill.

I tried replacing the nozzle with a hardened steel one and fiddling with the settings, but the issue keeps happening.

How do I resolve this issue?

  • Printer: AnyCubic Kobra 2
  • Filament: Overture PETG
  • Extruder temperature: 240 °C
  • Bed temperature: 90 °C
  • Layer height: 0.2 mm
  • Nozzle diameter: 0.4 mm

enter image description here

enter image description here

enter image description here

agarza
  • 1,559
  • 2
  • 15
  • 33
brain56
  • 109
  • 4
  • Welcome Brian. Please formulate an actual question, preferably in the title of your post. – Bob Ortiz Jan 27 '24 at 21:33
  • 1
    @BobOrtiz not to be complaining, but that's the kind of pedantic moderation that prevents more users from using this platform. It should be obvious enough that the question is "how do I fix this?", as there's really no other point to mentioning my issues otherwise. But to be cooperative, I've rephrased the question as a literal question. – brain56 Jan 27 '24 at 22:08
  • Thank you, I appreciate it. It's helpful when reading the overview of questions, it can help to catch attention too, without having to reading eaxh and every full post first in order to try to understand what the questioner wants to ask. Although not required, but personal preference, it's also not uncommon on other Stack sites and greatly increases the readability and content quality. – Bob Ortiz Jan 27 '24 at 22:31
  • Looking at the print and your speeds, you might also be printing too fast. PETG doesn't like to be printed fast unless you raise the temperature. Bed temp is also pretty high 70 - 75 °C should be enough. – 0scar Jan 29 '24 at 18:56

2 Answers2

3

The color of these clumps suggests your PETG is burning. Dark clumps, heavy stringing, that totally feels like overheated material. Try to check if the nozzle really is 240 °C because it looks like quite a bit more. Possibly the thermistor lost some physical contact with the heater block and reads way less than it should.

agarza
  • 1,559
  • 2
  • 15
  • 33
SF.
  • 392
  • 1
  • 11
  • The problem is not high temperature. PETG needs much higher temperature than 240 to print well anyway. The burnt look is from material that gets stuck to the outside of the nozzle and stays there for a long time, eventually coming off in the print. – R.. GitHub STOP HELPING ICE Jan 29 '24 at 16:10
3

PETG really likes to stick to nozzles, especially when the nozzle moves over already-printed material in the same layer, which can pull it back up and drag it around or leave it stuck to the nozzle for a long time until it eventually comes off somewhere it shouldn't be, often blackened from spending a long time in contact with heat and air, or from getting mixed with carbonized gunk that was already on the outside of the nozzle.

Your picture shows grid infill, which is a prime suspect for the root cause. Grid, triangles, and cubic are all self-intersecting infill patterns where the nozzle crosses back over lines that have already been printed. At the intersection points, the slicer does not make any attempt to compensate for double extrusion, and in fact there really isn't any good physical way to compensate without some fancy Z motion or stopping and starting that would be prohibitively slow on most printers.

Non-self-intersecting infill patterns like gyroid (any modern slicer) or full honeycomb (PrusaSlicer & derivatives) should go a long way to mitigate this problem.

Some users also find higher temperatures and/or lower infill speeds solve the problem by giving the needed time/heat to cleanly melt through the original extrusion line when crossing it the second time.

  • 1
    +1 for gyroid, solved similar problem for me. It's slow infill, but imo benefits overwhelmed the time cost. – Mołot Jan 29 '24 at 17:50