What is 3D Printing?

FDM (filament) 3D printing builds parts by melting plastic and laying it down as thin “roads” that stack into layers. If you understand what each layer needs (the right amount of plastic, the right temperature, and a solid surface to land on), you can predict most beginner failures: poor bed adhesion, weak parts, rough surfaces, warping, and stringing—and you’ll understand why one setting change can fix one symptom while causing another.

TL;DR

FDM printing works when each new bead of melted plastic is pressed onto the previous layer (or bed) with the right Z height, temperature, and flow. Watch the first layer closely: if it doesn’t stick cleanly and evenly, the rest of the print is likely to fail later.

The nozzle traces each bead, then the next layer lands just above the previous one.

In one sentence

An FDM printer pulls filament from a spool, melts it in the hotend, and moves a nozzle to draw paths of plastic that cool and fuse into stacked layers.

From model to part (what actually happens)

You start with a 3D model. The slicer cuts it into many thin layers and plans toolpaths for each layer (outer walls, inner walls, infill, supports). It exports G-code, which is just instructions like “move here,” “extrude this much,” and “set these temperatures.” The printer heats the nozzle, pushes filament through, moves in X and Y to draw each line, and steps up in Z to place the next layer on top.

What the printer controls (and what you can observe)

  • Motion: X/Y/Z position and acceleration (shows up as ringing, layer shifts, or clean corners).
  • Material output: extrusion amount (flow) and line width (shows up as gaps, overfill, or inconsistent surfaces).
  • Bonding: nozzle temperature, speed, and time between passes (shows up as layer adhesion strength and surface finish).
  • Cooling: fan and time for plastic to set (shows up as stringing, bridges, droopy overhangs, or warped edges).
  • First-layer contact: Z offset/leveling, bed temp, and bed cleanliness (shows up as a smooth, even first layer vs. peeling or scraping).

Why layers explain most beginner problems

Every layer is built on whatever came before. If the first layer is too high, the bed is dirty, or the bed/nozzle is too cool, plastic won’t anchor well—so later layers can curl, get knocked loose, or shift. If extrusion is inconsistent, the same thin spots or blobs repeat every layer. If cooling is mismatched to the shape, corners can stay soft (rounded), bridges can sag, or thin walls can warp as they shrink.

Good habits for learning settings fast

  • Use a small calibration print before a long job so failures are cheap and fast.
  • Change one variable at a time (temperature, speed, cooling, Z offset, or flow) so you know what caused the change.
  • Always check slicer preview: confirm walls, infill, and supports look like you expect before blaming hardware.
  • Write down what mattered: printer profile, filament type/brand, nozzle size, layer height, temps, and room conditions.