9

I always assumed that the smallest diameter that you could extrude was equal to the diameter of the extruder tip itself. Recently I heard that you can actually extrude a line that's as little as half the width of the nozzle opening.

Is that true in theory? In practice?

My printer's 0.3mm nozzle broke recently, and the only replacement on hand was a 1.2mm nozzle. The prints have been fast, but really coarse and imprecise. I've dialed the extrusion diameter down from about 2mm to 1.2mm for some smaller, more intricate parts, and it worked fine. Can I go down to 0.9mm or 0.6mm extrusion diameter without it screwing up my prints?

If I can't do that, what does happen if I try to print 0.6mm out of a 1.2mm extruder nozzle?

For this question, let's assume an FDM printer using PLA and/or ABS filament.

Trish
  • 20,169
  • 10
  • 43
  • 92
Martin
  • 1,456
  • 2
  • 15
  • 28
  • All I can comment on is the minimum limit will depend on the physical and chemical properties of the plastic, nothing more. – Leo Ervin Feb 06 '16 at 00:01
  • I gave it a try on a few prints over the weekend. I had both successful and unsuccessful prints. It can work, and certainly working with a 1.2mm nozzle (huge!) reducing down to 0.6mm or even 0.9mm allowed a significant improvement in the amount of detail and the sharpness of corners in the resulting prints. I reduce the layer height down to 0.2mm, too, which I imagine helped. – Martin Feb 08 '16 at 22:53

1 Answers1

7

The main issue with very narrow extrusion widths (less than the nozzle size) is that you get really poor "nozzle squash." The plastic isn't pressed down very hard as it's extruded. That causes poor layer bonding and weaker prints.

The flow of molten plastic coming out of the nozzle must be drawn down by tension in order to end up smaller than the nozzle opening, and that drawing effect makes it difficult to get good contact with the previous layer. So you end up with a "stack of logs" structure kind of like this:

0.4mm wide by 0.4mm tall strands through a 0.4mm nozzle (This photo actually shows layer height = extrusion width = nozzle size, which is another no-no, but the end result is similar.)

What you want instead is something very "mashed together" and strong like this: 0.4mm wide by 0.4mm tall strands through a 0.4mm nozzle

How finely the the strand can draw down -- versus smearing or breaking apart into blobs -- will depend greatly on the type of filament and the printing conditions. For example, nylon draws down extremely well because it experiences a large degree of strain crystallization, and actually gets stronger and stiffer as it's stretched. PLA tends to get more brittle when strained and may break into stringy blobs. ABS doesn't change terribly much because it's highly amorphous. Polymer type, blending agents, print speed, printing temperature, and cooling will control the drawing behavior of the filament.

Another factor to consider is what the strand spacing is within the print. If you set the extrusion width equal to half the nozzle width, depending on the slicer, adjacent strands may be placed with pitch equal or slightly less than half the nozzle width. So after the first strand is printed (say an unimportant inner perimeter) the next strand will be printed with the nozzle partially overlapping the previous strand. This effectively creates a constriction to force the plastic out of a smaller opening to one side of the nozzle, which is not too different from printing with a smaller nozzle. Subsequent perimeter strands may then tend to "heal up" even if the first is low quality. This effect doesn't completely fix the problem, but it helps account for why under-width strands seem to work better than they ought to.

Of course, even if the strands turn out ok, it's arguable whether there is any benefit. If the goal of a smaller extrusion width is more precision and sharper corners, you may not actually accomplish that goal. When the filament is being drawn down by tension in the cooling polymer, it may tend to "cut corners" and get pulled into a rounded arc when the nozzle changes direction. That may defeat the point of using a thinner extrusion width in the first place. Generally I only recommend using under-width strands to capture thin-wall detail that is only a little bit too thin for the nozzle, not as a way to improve overall print quality.

In comparison, having the extrusion width equal or wider than the nozzle ensures the plastic is firmly squished downward into intimate contact with the lower layer. You can fudge this a bit and still get decent results, but it's usually best to keep the extrusion width equal or larger than the nozzle size. There's no hard cutoff where it will / won't work.

Ryan Carlyle
  • 6,456
  • 2
  • 13
  • 33
  • Very informative answer , but I'll have to respectfully disagree from personal experience. That is, the bounding doesn't seem poor to me which is a premise you made to explain some of the potential issues. – Leo Ervin Feb 06 '16 at 09:33
  • 1
    It's hard to objectively determine layer bonding strength without a force tester unit. Performance will vary wildly with settings and materials. For example, Stratasys has some patents on deliberately leaving the nozzle a fair distance above the print and letting the drawn-out strand gently fall onto the previous layer, so they must think it's viable in some cases. (The patents are concerned with techniques of making corners sharp and specific nozzle geometries that prevent material build-up when doing this.) – Ryan Carlyle Feb 06 '16 at 16:16
  • In other words, your mileage may vary? – Leo Ervin Feb 06 '16 at 20:13
  • Yep. Too many factors to really make concrete predictions. Even which slicer you use. For example, Slic3r assumes the strand has a flattened oval cross-section, so its extrusion volume calculations can go off kilter when your extrusion width is less than [layer height + nozzle size] because that's the minimum size to fully develop a symmetrical oval shape strand. – Ryan Carlyle Feb 07 '16 at 00:36