> ## Documentation Index
> Fetch the complete documentation index at: https://stem-docs.intellectualpoint.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Anatomy of your printer

> Every major system of an FDM 3D printer explained - structure, motion, extrusion, heating, electronics, and sensors.

## Know your machine

Before you build your printer on Day 2, it helps to know what each part does. An FDM printer is really five systems working together: **structure, motion, extrusion, heating and cooling, and electronics**, plus optional **sensors**. Learn these and assembly will make far more sense.

<Frame caption="The major components of an FDM 3D printer">
  <img src="https://mintcdn.com/intellectualpoint/O5GrjWnEycOQFaAQ/images/adv3d/printer-anatomy.png?fit=max&auto=format&n=O5GrjWnEycOQFaAQ&q=85&s=65f04e27f207004e2dd9f3caddef2ee1" alt="Labeled diagram of an FDM 3D printer with callouts for each major component" width="1536" height="1024" data-path="images/adv3d/printer-anatomy.png" />
</Frame>

## Component categories at a glance

| Category          | Examples                                   |
| ----------------- | ------------------------------------------ |
| Structure         | Frame, build plate, rods, lead screws      |
| Motion            | Stepper motors, belts, endstops            |
| Extrusion         | Extruder, hotend, nozzle, thermistor       |
| Heating / cooling | Heated bed, cooling fans, heater cartridge |
| Electronics       | Mainboard, display, power supply, sensors  |

## Structure and motion

The frame holds everything rigid while motors move the print head and bed with sub-millimeter precision.

<AccordionGroup>
  <Accordion title="Frame" icon="frame">
    The structural body of the printer, made from aluminum, steel, or plastic. A rigid frame keeps everything aligned so prints stay accurate.
  </Accordion>

  <Accordion title="Build plate / print bed" icon="square">
    The surface where your print is created. It is often heated to improve adhesion and reduce warping. Your Adventurer 5M uses a flexible, magnetic, removable plate.
  </Accordion>

  <Accordion title="Print surface" icon="grip">
    The top layer of the bed (glass, PEI, or a magnetic sheet) that the plastic actually sticks to. You will learn about surfaces in depth on Day 4.
  </Accordion>

  <Accordion title="Linear rails, rods, and bearings" icon="minus">
    Guide the smooth motion of each axis. Better guidance means smoother, more accurate prints.
  </Accordion>

  <Accordion title="Lead screws and belts" icon="settings">
    The **Z axis** typically uses lead screws for precise vertical steps. The **X and Y axes** use belts for fast horizontal motion.
  </Accordion>

  <Accordion title="Limit switches / endstops" icon="octagon-minus">
    Detect the home position of each axis so the printer knows exactly where "zero" is before a print.
  </Accordion>

  <Accordion title="Stepper motors" icon="cog">
    Drive the axes and the extruder in precise steps. Most printers use NEMA 17 stepper motors.
  </Accordion>
</AccordionGroup>

## Extrusion system

This is the heart of the printer - the parts that melt filament and deposit it exactly where the G-code says.

<AccordionGroup>
  <Accordion title="Extruder" icon="import">
    Feeds filament into the hotend. A **direct drive** extruder sits right on the hotend (great for flexible filament); a **Bowden** extruder is mounted on the frame and pushes filament through a tube.
  </Accordion>

  <Accordion title="Hotend" icon="flame">
    Heats and melts the filament so it can flow. The hotend temperature is set based on the filament type.
  </Accordion>

  <Accordion title="Nozzle" icon="pen-tool">
    The precision tip that deposits melted plastic. Standard is 0.4 mm, with a range from 0.2 mm to 1.0 mm+. You will explore nozzle choice on Day 3.
  </Accordion>

  <Accordion title="Heater cartridge" icon="zap">
    A small rod that heats the hotend to printing temperature.
  </Accordion>

  <Accordion title="Thermistor" icon="thermometer">
    Measures the hotend temperature and reports it to the mainboard so heating stays precise and safe.
  </Accordion>
</AccordionGroup>

## Heating and cooling

Temperature control happens in two places - the bed and the print itself - and both matter for quality.

<CardGroup cols={2}>
  <Card title="Heated bed" icon="grip-horizontal">
    Warms the print surface for better adhesion and less warping, especially with ABS and PETG.
  </Card>

  <Card title="Bed thermistor" icon="thermometer">
    Monitors the bed temperature so it stays at the target value.
  </Card>

  <Card title="Part cooling fan" icon="fan">
    Blows air on freshly extruded plastic to solidify it quickly. Critical for clean overhangs, bridges, and fine detail.
  </Card>

  <Card title="Hotend fan" icon="wind">
    Cools the upper part of the hotend to prevent heat from creeping up and softening filament too early (which causes clogs).
  </Card>
</CardGroup>

## Electronics

The electronics are the brain and nervous system of the machine.

<AccordionGroup>
  <Accordion title="Mainboard / controller board" icon="cpu">
    The brain of the printer. It reads G-code and controls the motors, heaters, fans, and sensors in perfect sync.
  </Accordion>

  <Accordion title="Power supply unit (PSU)" icon="plug">
    Converts wall AC power into the DC voltage (usually 12 V or 24 V) the printer needs.
  </Accordion>

  <Accordion title="Display / user interface" icon="monitor">
    Your control panel. The Adventurer 5M has a color touchscreen for starting prints, leveling, and loading filament.
  </Accordion>

  <Accordion title="USB port / storage" icon="usb">
    Loads G-code print files. The Adventurer 5M also supports Wi-Fi and Ethernet transfer.
  </Accordion>
</AccordionGroup>

## Sensors

Not every printer has these, but they make printing more reliable - and your Adventurer 5M includes them.

<CardGroup cols={3}>
  <Card title="Auto bed leveling sensor" icon="ruler">
    Measures the bed at many points and compensates for any unevenness automatically. No more manual knob twisting.
  </Card>

  <Card title="Filament runout sensor" icon="circle-alert">
    Detects when filament breaks or runs out mid-print and pauses so you can reload without ruining the print.
  </Card>

  <Card title="Thermal protection" icon="shield">
    Circuitry and firmware that prevent overheating and shut things down safely if a fault is detected.
  </Card>
</CardGroup>

## How it all connects

Here is the full chain of events when you print:

1. The **mainboard** reads the **G-code** file.
2. It tells the **stepper motors** to move the head and bed along X, Y, and Z, using **endstops** to know home.
3. The **heater cartridge** warms the **hotend** and the **heated bed**, watched by **thermistors**.
4. The **extruder** pushes filament into the hotend, where it melts and flows out the **nozzle**.
5. The **part cooling fan** solidifies each layer while **sensors** watch for problems.

<Tip>
  As you assemble your printer on Day 2, try to name each part as you install it. Connecting the physical object to what it does is the fastest way to truly understand your machine.
</Tip>
