Module 1: Assessment Quiz¶
Module: U1M1 - FDM Technology Fundamentals Duration: 20-30 minutes Passing Score: 70% (10 of 14 questions) Format: Multiple choice, matching, and scenario-based
Questions 1-3: Extrusion Process Fundamentals¶
During the FDM extrusion process, which of the following is the correct sequence?
Explanation: The filament must first reach the glass transition temperature (Tg) to soften. As the drive mechanism pushes the softened filament, back-pressure builds up in the hot end. Once sufficient pressure is achieved, plastic is forced through the nozzle and immediately begins cooling upon contact with the build platform.
What is the role of back-pressure in the FDM extrusion system?
Explanation: Back-pressure (100-500 bar typical) is generated as the drive mechanism compresses the softened filament. This pressure keeps molten plastic in the nozzle chamber between extrusion events. Without adequate back-pressure, the nozzle would leak or "drool" during non-extrusion moves, creating stringing and unwanted material on the print surface.
A student notices their PLA prints have weak adhesion to the build platform. They increase the nozzle temperature from 200°C to 220°C. Why would this likely make the problem worse?
Explanation: Adhesion problems are usually caused by bed temperature or nozzle distance, not nozzle temperature. Increasing nozzle temperature makes the plastic more fluid, causing it to spread excessively and lose layer definition. The correct approach is to check bed temperature (PLA typically 20-60°C) and ensure proper bed leveling.
Questions 4-7: Printer Architecture¶
Which component is responsible for measuring nozzle temperature and feeding the measurement back to the printer's control firmware?
Explanation: A thermistor is a resistor that changes resistance with temperature. The printer measures this resistance and converts it to a temperature reading. This feedback allows the firmware to maintain a stable nozzle temperature by turning the heating cartridge on and off via PID control.
In a standard Cartesian FDM printer (e.g., Prusa i3), which axis is typically controlled by moving the build bed?
Explanation: In standard Cartesian printers, the X-axis is controlled by moving the nozzle carriage left/right, the Y-axis is controlled by moving the build bed forward/backward, and the Z-axis is controlled by raising/lowering the bed height. However, some Cartesian printers move the carriage in the Y direction instead of the bed.
What is the purpose of the heat sink and cooling fan below the nozzle?
Explanation: The heat sink dissipates unwanted heat away from the heating block down toward the filament guide. The cooling fan blows air across the heat sink to prevent heat from traveling upward, which would cause the filament to soften prematurely and jam.
A printer with a flexible/wobbly frame is more likely to produce parts with which of the following defects?
Explanation: Frame rigidity is essential for XY accuracy. A flexible frame allows the nozzle to shift slightly during rapid movements, causing layers to misalign vertically (layer shifts). This also introduces dimensional creep where repeated movements compound the error.
Questions 8-11: Material Properties¶
Which of the following materials has the LOWEST glass transition temperature (Tg) and is therefore the easiest to print?
Explanation: PLA has a low Tg (~60-65°C), which means it softens at relatively low temperatures. This allows lower nozzle temperatures (200-210°C) and minimal bed heating (20-60°C), making PLA the easiest material for beginners.
A student is designing a part that must flex without breaking. They're considering PLA, PETG, Nylon, and TPU. Which material should they choose?
Explanation: TPU (Thermoplastic Polyurethane) is a flexible material designed to stretch and bend without breaking. Nylon is also flexible, but TPU is more easily printable. PLA is brittle and would crack under bending; PETG has moderate flexibility but not as much as TPU.
Why does damp filament (moisture-absorbed) produce poor-quality prints?
Explanation: Water molecules inserted into the polymer chain act as a plasticizer, lowering the Tg and making the plastic more fluid at normal print temperatures. This causes inconsistent extrusion (wet/dry cycles creating stringing and under-extrusion). Damp filament should be dried in an oven or filament dryer before printing.
A printed ABS part is oriented with its layers parallel to the XY build platform (flat orientation). Compared to the same part oriented vertically (layers perpendicular to the platform), how would its strength differ?
Explanation: FDM parts are anisotropic - they're stronger along the extrusion direction (layers bonded together) than perpendicular to it (between layers). The flat-oriented part has weak inter-layer bonding in the Z-direction and will delaminate easily if flexed perpendicular to the layers.
Questions 12-14: Scenario-Based Application¶
You're troubleshooting a new ABS print. The print starts beautifully, but after 5 minutes, the edges begin to curl upward and lift off the platform. What is the PRIMARY cause?
Explanation: Curling edges (bed corners lifting first) is the classic sign of warping due to insufficient bed temperature. ABS shrinks significantly as it cools; a low bed temperature (below 80°C for ABS) causes the first layer to cool too fast, creating unequal shrinkage. The warm upper layers contract more than the cooler bottom, causing curl-up.
A student has a failed print in their hand. The print has visible layer lines, and you can easily separate layers by hand. The nozzle used was 0.4mm. What is the most likely problem?
Explanation: If you can manually separate the layers, it indicates weak inter-layer bonding. This occurs when: 1. Nozzle temperature is too low - plastic doesn't melt the previous layer sufficiently. 2. Print speed is too fast - insufficient dwell time on the previous layer for fusion. 3. Layer height is set too high - nozzle pushes new material too far above the previous layer. Most commonly, low nozzle temperature is the culprit.
You're designing a part that must withstand bending and occasional impacts. You have a choice: print it in PLA with layers parallel to the XY platform, or print it in PETG with the same orientation. Which is better and why?
Explanation: PETG is superior for impact applications. PLA is brittle and shatters suddenly under impact; PETG absorbs impact energy by flexing and dissipating it. PETG's higher tensile strength (50-60 MPa vs. 50-70 MPa for PLA) and ductility make it more suitable for mechanical parts. Both materials are anisotropic, but PETG's superior impact resistance matters more than the orientation in this case.