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
Recall & Review
beginner
What is under-extrusion in 3D printing?
Under-extrusion happens when the 3D printer does not push out enough plastic filament. This causes gaps, weak layers, or missing parts in the printed object.
Click to reveal answer
beginner
What causes over-extrusion in 3D printing?
Over-extrusion occurs when the printer pushes out too much filament. This can make the print look messy with blobs, stringing, or thick layers.
Click to reveal answer
beginner
Name two common signs of under-extrusion.
Common signs include thin or missing layers and gaps between lines of filament.
Click to reveal answer
intermediate
How can you fix over-extrusion?
You can fix over-extrusion by lowering the extrusion multiplier or flow rate in the printer settings, or by checking if the filament diameter is set correctly.
Click to reveal answer
beginner
Why is correct extrusion important in 3D printing?
Correct extrusion ensures the printed object is strong, smooth, and accurate. Too little or too much filament causes weak or ugly prints.
Click to reveal answer
What happens when a 3D printer under-extrudes?
AThe print has gaps and weak layers
BThe print has blobs and thick layers
CThe printer stops working
DThe filament melts too fast
✗ Incorrect
Under-extrusion means not enough filament is pushed out, causing gaps and weak layers.
Which setting can help fix over-extrusion?
AIncrease print speed
BUse thicker filament
CLower extrusion multiplier
DRaise bed temperature
✗ Incorrect
Lowering the extrusion multiplier reduces the amount of filament pushed out, fixing over-extrusion.
What is a sign of over-extrusion?
AGaps in the print
BBlobs and stringing
CThin layers
DMissing parts
✗ Incorrect
Blobs and stringing happen when too much filament is extruded.
Under-extrusion can be caused by:
AClogged nozzle
BToo much filament
CHigh extrusion multiplier
DLow bed temperature
✗ Incorrect
A clogged nozzle blocks filament flow, causing under-extrusion.
Why should filament diameter be set correctly?
ATo control print speed
BTo adjust bed temperature
CTo change layer height
DTo ensure correct extrusion amount
✗ Incorrect
Correct filament diameter helps the printer push the right amount of filament.
Explain what under-extrusion and over-extrusion are in 3D printing and how they affect print quality.
Think about how too little or too much filament changes the printed object.
You got /3 concepts.
Describe two ways to troubleshoot and fix extrusion problems in 3D printing.
Focus on printer settings and physical checks.
You got /3 concepts.
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
Step 1: Understand extrusion basics
Extrusion controls how much plastic the printer pushes out through the nozzle.
Step 2: Identify under-extrusion effects
Under-extrusion means too little plastic is pushed out, causing gaps or holes in the print.
Final Answer:
Gaps or holes in the printed object -> Option A
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
Step 1: Understand over-extrusion causes
Over-extrusion happens when too much plastic is pushed out, causing blobs or excess material.
Step 2: Identify correct adjustment
Decreasing the flow rate reduces the amount of plastic extruded, fixing over-extrusion.
Final Answer:
Decrease the flow rate -> Option A
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
Step 1: Analyze print problem
Gaps and weak bonding indicate under-extrusion, meaning not enough plastic is extruded.
Step 2: Choose correct parameter change
Increasing flow_rate from 0.8 to 1.0 increases plastic output, fixing under-extrusion.
Final Answer:
Increase flow_rate to 1.0 -> Option D
Quick Check:
Under-extrusion fix = increase flow rate [OK]
Hint: Fix gaps by increasing flow rate, not speed [OK]