Module 2: Assessment Quiz¶
Module: U1M2 - Machine Setup and Calibration Duration: 20-30 minutes Passing Score: 70% (10 of 14 questions) Format: Multiple choice, matching, and scenario-based
Questions 1-4: Bed Leveling Fundamentals¶
What is the correct sequence for manual bed leveling?
Explanation: Bed leveling requires checking all corners and center because adjusting one corner affects others. Re-checking ensures convergence to proper level. A single pass is almost never sufficient for achieving the ±0.1mm tolerance required for reliable first layers.
What is the acceptable tolerance for bed leveling on a typical FDM printer?
Explanation: The standard tolerance for bed leveling is ±0.1mm. Since typical first layer heights are 0.2-0.3mm, a deviation of 0.1mm represents a 33-50% change in first layer thickness. Tighter tolerances (±0.01mm) are impractical for consumer printers; looser tolerances (±0.5mm+) cause adhesion failures.
When using a feeler gauge for bed leveling, what thickness gauge should be used and what sensation should you feel?
Explanation: A 0.1mm feeler gauge (approximately the thickness of a sheet of paper) is the standard tool for manual leveling. The gauge should slide between the nozzle and bed with slight friction — not free-floating (gap too large) and not stuck (gap too small). This ensures the nozzle-to-bed distance matches the intended first layer height.
A BLTouch (or similar inductive/capacitive probe) automates bed leveling. What does it actually measure?
Explanation: A BLTouch probe measures the Z-distance between the probe tip and the bed surface at a grid of points (typically 9-25 points). The firmware creates a mesh map of the bed surface and compensates for unevenness during printing by adjusting Z-height in real-time. It does not replace mechanical leveling entirely — the bed should still be roughly level before probing.
Questions 5-7: Filament Loading and Temperature¶
What is the correct procedure for loading filament into an FDM printer?
Explanation: The nozzle must be preheated to the material's printing temperature before loading. Cold filament pushed into a cold nozzle will jam. Once at temperature, filament is fed through the drive gear and into the hot end until clean, consistent extrusion is visible — this purges any residual material from the previous print.
A student is switching from ABS (print temp 240°C) to PLA (print temp 200°C). What is the correct filament change procedure?
Explanation: ABS must be removed at its printing temperature (240°C) to ensure it flows out cleanly. PLA should then be loaded at an intermediate temperature (~230°C) to flush any remaining ABS residue from the nozzle. Once the extrusion runs clean PLA, the temperature can be reduced to 200°C for printing. Skipping the purge risks ABS contamination in the PLA print.
What is thermal runaway protection, and why is it critical?
Explanation: Thermal runaway protection is a firmware safety feature that monitors whether the heater cartridge is producing expected temperature increases. If the thermistor fails or disconnects, the heater could run at full power indefinitely, reaching temperatures that ignite surrounding materials. Thermal runaway protection detects this mismatch and immediately shuts off the heater, preventing fire. Printers without this feature (or with it disabled) are a serious fire hazard.
Questions 8-10: First Layer Optimization¶
A student's first layer appears translucent and paper-thin, with visible gaps between extrusion lines. What is the most likely cause?
Explanation: When the nozzle is too far from the bed, the extruded plastic is not pressed into the surface adequately. This causes thin, translucent lines with visible gaps. The correct first layer should appear as slightly squished, overlapping lines with no gaps. The fix is to decrease the Z-offset (bring nozzle closer to bed) in small increments (0.05mm at a time).
What does "first layer squish" refer to, and what is the ideal appearance?
Explanation: First layer squish is the controlled compression of the initial extrusion against the build surface. The nozzle should be close enough that extruded plastic is pressed flat (wider than the nozzle diameter) and adjacent lines slightly overlap, creating a continuous, well-adhered sheet. Too much squish causes plastic to build up on the nozzle; too little causes gaps and poor adhesion.
A student observes that their first layer has ridges and the nozzle is scraping through previously deposited plastic. What adjustment is needed?
Explanation: When the nozzle is too close to the bed, excess plastic has nowhere to go and builds up as ridges. The nozzle tip drags through these ridges, creating an uneven surface and potentially dislodging the print. The correct fix is to increase the Z-offset in 0.02-0.05mm increments until the first layer is smooth and flat without ridging.
Questions 11-12: Mechanical Alignment¶
How can you verify that a printer's X and Y axes are perpendicular (square)?
Explanation: A calibration cube with known dimensions (e.g., 20mm x 20mm x 20mm) printed and measured with calipers reveals axis alignment. If the X and Y axes are not perpendicular, the cube will be a parallelogram — the diagonals will be unequal. Equal diagonals (within ±0.1mm) confirm the axes are square. This is a fundamental calibration step after assembly or maintenance.
A student notices their printer's belts feel loose and can be deflected more than 5mm when pressed. What print defects will this cause?
Explanation: Loose belts allow the print head or bed to overshoot during rapid direction changes. This causes layer shifts (sudden horizontal displacement of layers), ringing/ghosting (oscillation artifacts near sharp corners), and dimensional inaccuracy (parts are the wrong size). Belts should be tight enough to produce a low-pitched "twang" when plucked, with no more than 2-3mm deflection under light finger pressure.
Questions 13-14: Drive Gear and Filament Path¶
What is the purpose of the drive gear (hobbed gear) in the extruder, and what happens if its tension is set too high?
Explanation: The drive gear (or hobbed gear) has teeth that grip the filament surface and push it toward the hot end. If the idler tension is too high, the teeth bite too deeply into the filament, grinding it into powder. This powder clogs the filament path and prevents further feeding. The correct tension allows the gear to grip firmly without deforming the filament — you should see light tooth marks but no grinding or dust.
A student hears a clicking sound from the extruder during printing. What are the two most likely causes?
Explanation: Extruder clicking indicates the drive motor is skipping steps. This happens when the motor cannot push filament through the nozzle — either because the nozzle is clogged (resistance too high) or because the drive gear cannot grip the filament (tension too low, causing slippage). Diagnosis: if filament shows grinding marks, tension is adequate but nozzle is blocked. If filament is smooth and unmarked, drive gear tension needs to be increased.
Last Updated: 2026-03-19 Content Review: Q1 2026