Bird
Raised Fist0
3D Printingknowledge~6 mins

Under-extrusion and over-extrusion in 3D Printing - Full Explanation

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Introduction
Imagine trying to fill a mold with clay but either not putting enough clay or putting too much. In 3D printing, this problem happens when the printer does not push out the right amount of plastic. This can cause the printed object to be weak or messy.
Explanation
Under-extrusion
Under-extrusion happens when the 3D printer pushes out less plastic than needed. This causes gaps, thin layers, or missing parts in the print. It can be caused by clogged nozzles, wrong settings, or poor filament quality.
Under-extrusion means not enough plastic is coming out, leading to weak or incomplete prints.
Over-extrusion
Over-extrusion occurs when the printer pushes out too much plastic. This results in blobs, rough surfaces, or extra material that spoils the shape. It can happen due to incorrect flow settings or filament diameter errors.
Over-extrusion means too much plastic is pushed out, causing messy and bulky prints.
Causes of Extrusion Issues
Both under- and over-extrusion can be caused by mechanical problems like a dirty nozzle or incorrect filament feeding. Software settings like flow rate and temperature also affect extrusion. Using the right filament and maintaining the printer helps avoid these problems.
Extrusion problems come from hardware issues and wrong printer settings.
Effects on Print Quality
Under-extrusion weakens the print and leaves holes, while over-extrusion makes surfaces rough and details blurry. Both reduce the strength and appearance of the final object. Fixing extrusion ensures smooth, strong, and accurate prints.
Correct extrusion is key to strong, smooth, and accurate 3D prints.
Real World Analogy

Imagine filling a cookie mold with dough. If you put too little dough, the cookie will be thin and break easily. If you put too much, the dough spills over and the cookie looks messy. Getting the right amount makes a perfect cookie.

Under-extrusion → Putting too little dough in the cookie mold, causing thin and weak cookies
Over-extrusion → Putting too much dough, causing messy and misshaped cookies
Causes of Extrusion Issues → Using old or sticky dough or a broken spoon that affects how dough is placed
Effects on Print Quality → How the cookie looks and holds together depending on dough amount
Diagram
Diagram
┌───────────────────────────────┐
│       Extrusion Issues         │
├───────────────┬───────────────┤
│ Under-extrusion│ Over-extrusion│
│ - Not enough  │ - Too much   │
│   plastic     │   plastic    │
│ - Gaps, holes │ - Blobs, rough│
│ - Weak print  │   surfaces   │
└───────────────┴───────────────┘
Diagram showing the two main extrusion problems and their effects on prints.
Key Facts
Under-extrusionWhen the printer pushes out less plastic than needed, causing gaps and weak prints.
Over-extrusionWhen the printer pushes out too much plastic, causing blobs and rough surfaces.
Flow RateA printer setting that controls how much plastic is pushed through the nozzle.
Nozzle ClogA blockage in the printer nozzle that can reduce plastic flow and cause under-extrusion.
Filament DiameterThe thickness of the plastic filament, which affects extrusion amount.
Common Confusions
Believing under-extrusion is caused only by software settings.
Believing under-extrusion is caused only by software settings. Under-extrusion can also be caused by hardware issues like clogged nozzles or poor filament quality.
Thinking over-extrusion always improves print strength.
Thinking over-extrusion always improves print strength. Too much plastic causes rough surfaces and weakens details, reducing overall print quality.
Summary
Under-extrusion means not enough plastic comes out, causing weak and incomplete prints.
Over-extrusion means too much plastic comes out, causing messy and rough prints.
Proper printer maintenance and correct settings help avoid extrusion problems and improve print quality.

Practice

(1/5)
1. What does under-extrusion in 3D printing cause?
easy
A. Gaps or holes in the printed object
B. Blobs or excess plastic on the print
C. The print bed not heating properly
D. The nozzle clogging completely

Solution

  1. Step 1: Understand extrusion basics

    Extrusion controls how much plastic the printer pushes out through the nozzle.
  2. Step 2: Identify under-extrusion effects

    Under-extrusion means too little plastic is pushed out, causing gaps or holes in the print.
  3. Final Answer:

    Gaps or holes in the printed object -> Option A
  4. Quick Check:

    Under-extrusion = gaps [OK]
Hint: Under-extrusion = too little plastic = gaps [OK]
Common Mistakes:
  • Confusing under-extrusion with over-extrusion
  • Thinking under-extrusion causes blobs
  • Mixing extrusion issues with bed heating problems
2. Which adjustment is commonly used to fix over-extrusion in 3D printing?
easy
A. Decrease the flow rate
B. Increase the print speed
C. Lower the nozzle temperature
D. Increase the bed temperature

Solution

  1. Step 1: Understand over-extrusion causes

    Over-extrusion happens when too much plastic is pushed out, causing blobs or excess material.
  2. Step 2: Identify correct adjustment

    Decreasing the flow rate reduces the amount of plastic extruded, fixing over-extrusion.
  3. Final Answer:

    Decrease the flow rate -> Option A
  4. Quick Check:

    Over-extrusion fix = lower flow rate [OK]
Hint: Lower flow rate to fix over-extrusion blobs [OK]
Common Mistakes:
  • Increasing flow rate instead of decreasing
  • Changing bed temperature which doesn't affect extrusion
  • Confusing print speed with flow rate
3. A 3D print shows gaps between layers and weak bonding. Which code adjustment would most likely fix this?
flow_rate = 0.8  # current flow rate
print_speed = 60  # mm/s
# What should be changed?
medium
A. Increase print_speed to 90
B. Decrease print_speed to 30
C. Decrease flow_rate to 0.5
D. Increase flow_rate to 1.0

Solution

  1. Step 1: Analyze print problem

    Gaps and weak bonding indicate under-extrusion, meaning not enough plastic is extruded.
  2. Step 2: Choose correct parameter change

    Increasing flow_rate from 0.8 to 1.0 increases plastic output, fixing under-extrusion.
  3. Final Answer:

    Increase flow_rate to 1.0 -> Option D
  4. Quick Check:

    Under-extrusion fix = increase flow rate [OK]
Hint: Fix gaps by increasing flow rate, not speed [OK]
Common Mistakes:
  • Decreasing flow rate worsens under-extrusion
  • Changing print speed alone doesn't fix extrusion amount
  • Increasing print speed can worsen gaps
4. A 3D print has blobs and stringing. The flow rate is set to 1.2 and print speed is 40 mm/s. What is the most likely error?
medium
A. Nozzle temperature is too low causing clogging
B. Print speed is too high causing under-extrusion
C. Flow rate is too high causing over-extrusion
D. Bed temperature is too high causing warping

Solution

  1. Step 1: Identify symptoms

    Blobs and stringing usually mean too much plastic is extruded, called over-extrusion.
  2. Step 2: Match symptoms to settings

    Flow rate of 1.2 is high, likely causing excess plastic output and blobs.
  3. Final Answer:

    Flow rate is too high causing over-extrusion -> Option C
  4. Quick Check:

    Blobs = over-extrusion = high flow rate [OK]
Hint: Blobs? Check if flow rate is too high [OK]
Common Mistakes:
  • Blaming print speed instead of flow rate
  • Confusing under-extrusion symptoms with over-extrusion
  • Assuming temperature issues without evidence
5. You notice your 3D print has thin layers with gaps but increasing flow rate causes blobs. What combined adjustment can fix this?
hard
A. Decrease flow rate and increase nozzle temperature
B. Increase flow rate slightly and reduce print speed
C. Increase print speed and decrease bed temperature
D. Keep flow rate same and increase print speed

Solution

  1. Step 1: Analyze problem symptoms

    Thin layers with gaps indicate under-extrusion, but increasing flow rate alone causes blobs (over-extrusion).
  2. Step 2: Find balanced solution

    Increasing flow rate slightly adds needed plastic, while reducing print speed allows better layer bonding without blobs.
  3. Final Answer:

    Increase flow rate slightly and reduce print speed -> Option B
  4. Quick Check:

    Balance flow and speed to fix extrusion issues [OK]
Hint: Balance flow rate and speed to fix gaps and blobs [OK]
Common Mistakes:
  • Changing only flow rate causing new problems
  • Ignoring print speed effects on extrusion quality
  • Assuming temperature fixes extrusion amount