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 does PLA stand for in 3D printing?
PLA stands for Polylactic Acid, a biodegradable plastic made from renewable resources like corn starch or sugarcane.
Click to reveal answer
beginner
Name two key properties of PLA that make it popular for 3D printing.
PLA is easy to print because it melts at a relatively low temperature and produces minimal warping. It is also biodegradable and has a pleasant smell when printing.
Click to reveal answer
intermediate
Why is PLA considered environmentally friendly compared to other plastics?
PLA is made from natural materials like corn starch, making it biodegradable and compostable under the right conditions, unlike petroleum-based plastics.
Click to reveal answer
beginner
List two common uses of PLA in 3D printing.
PLA is commonly used for prototypes, educational models, toys, and decorative items because it is easy to print and has good surface finish.
Click to reveal answer
intermediate
What is a limitation of PLA when used for functional parts?
PLA has low heat resistance and can deform at temperatures above 60°C, making it less suitable for parts exposed to heat or mechanical stress.
Click to reveal answer
What is the main raw material used to make PLA?
ACorn starch
BPetroleum
CGlass fibers
DMetal powder
✗ Incorrect
PLA is made from natural materials like corn starch or sugarcane, not petroleum or metals.
Which property makes PLA easy to print?
ALow melting temperature
BMagnetic properties
CHigh electrical conductivity
DHigh melting temperature
✗ Incorrect
PLA melts at a relatively low temperature, which helps it print easily with less warping.
Which of these is a common use for PLA?
AHeat-resistant engine parts
BFood packaging
CEducational models
DElectrical wiring
✗ Incorrect
PLA is often used for educational models and prototypes, not for heat-resistant or electrical applications.
What happens to PLA when exposed to temperatures above 60°C?
AIt melts instantly
BIt can deform or soften
CIt becomes stronger
DIt becomes magnetic
✗ Incorrect
PLA softens and can deform at temperatures above about 60°C, limiting its use in hot environments.
Why is PLA considered biodegradable?
AIt dissolves in water
BIt is made of metal
CIt evaporates quickly
DIt breaks down naturally under composting conditions
✗ Incorrect
PLA can break down naturally in industrial composting environments, unlike many plastics.
Explain what PLA is and why it is popular for 3D printing.
Think about the material's origin and printing benefits.
You got /4 concepts.
Describe two advantages and one limitation of using PLA for 3D printed objects.
Consider both what makes PLA good and where it might fail.
You got /2 concepts.
Practice
(1/5)
1. What is one key property of PLA that makes it suitable for beginners in 3D printing?
easy
A. It melts at a low temperature and has low warping
B. It requires very high temperatures to print
C. It is very flexible and rubbery
D. It is highly toxic when melted
Solution
Step 1: Understand PLA's printing temperature
PLA melts at a low temperature compared to other materials, making it easier to print.
Step 2: Consider warping behavior
PLA has low warping, which means it sticks well to the print bed and keeps shape during printing.
Final Answer:
It melts at a low temperature and has low warping -> Option A
Quick Check:
Low melting point + low warping = beginner-friendly [OK]
Hint: Look for low melting and low warping traits [OK]
Common Mistakes:
Confusing PLA with flexible materials like TPU
Thinking PLA needs high temperatures
Assuming PLA is toxic when melted
2. Which of the following is the correct statement about PLA's environmental impact?
easy
A. PLA releases harmful gases when printed
B. PLA is made from petroleum and is not biodegradable
C. PLA is made from renewable resources and is biodegradable
D. PLA cannot be recycled or composted
Solution
Step 1: Identify PLA's source material
PLA is made from natural resources like corn starch, making it renewable.
Step 2: Understand biodegradability
PLA can break down under industrial composting conditions, so it is biodegradable.
Final Answer:
PLA is made from renewable resources and is biodegradable -> Option C
Quick Check:
Renewable + biodegradable = PLA eco-friendly [OK]
Hint: Remember PLA is plant-based and breaks down naturally [OK]
Common Mistakes:
Assuming PLA is petroleum-based like ABS
Believing PLA emits toxic gases when printed
Thinking PLA cannot be composted
3. Consider this code snippet for a 3D printer setting using PLA:
temperature = 210
warping = False
if temperature < 220 and not warping:
print("Ideal PLA print conditions")
else:
print("Adjust settings")
What will be the output?
medium
A. Adjust settings
B. Ideal PLA print conditions
C. Syntax error
D. No output
Solution
Step 1: Check the temperature condition
The temperature is 210, which is less than 220, so the first condition is True.
Step 2: Check the warping condition
warping is False, so not warping is True.
Step 3: Evaluate the if statement
Both conditions are True, so the print statement inside the if block runs.
Final Answer:
Ideal PLA print conditions -> Option B
Quick Check:
Temp < 220 and no warping = Ideal print [OK]
Hint: Both conditions True means if block runs [OK]
Common Mistakes:
Confusing < with > in temperature check
Misreading warping boolean value
Thinking else block runs
4. A user tries to print with PLA but notices the print warps and detaches from the bed. What is the most likely cause?
medium
A. No bed adhesion or incorrect bed temperature
B. Bed temperature is too high
C. PLA filament is too flexible
D. Printing temperature is too low
Solution
Step 1: Understand warping causes
Warping usually happens when the print does not stick well to the bed or the bed temperature is not set properly.
Step 2: Analyze options
Low printing temperature or filament flexibility rarely cause warping; bed adhesion is key.
Final Answer:
No bed adhesion or incorrect bed temperature -> Option A
Quick Check:
Warping = poor bed adhesion [OK]
Hint: Warping means bed adhesion problem [OK]
Common Mistakes:
Blaming printing temperature instead of bed adhesion
Thinking filament flexibility causes warping
Ignoring bed temperature settings
5. You want to print a detailed decorative item using PLA. Which combination of properties makes PLA ideal for this use?
hard
A. High melting point and flexibility
B. High warping and strong odor
C. Very soft texture and slow cooling
D. Low melting point and ability to hold fine details
Solution
Step 1: Identify PLA's melting point
PLA melts at a low temperature, making it easy to print fine details without overheating.
Step 2: Consider detail quality
PLA is known for holding fine details well, suitable for decorative items.
Step 3: Eliminate incorrect options
High melting point, warping, odor, or softness do not fit PLA's typical properties for detailed prints.
Final Answer:
Low melting point and ability to hold fine details -> Option D
Quick Check:
Low melting + fine detail = perfect for decorations [OK]
Hint: Low melting + fine detail = PLA for decorations [OK]
Common Mistakes:
Confusing PLA with flexible or high-temp materials