> ## 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.

# Types of 3D printing

> Explore the major 3D printing technologies - FDM, SLA, and SLS - plus the kinds of printers used from desktops to factories.

## More than one way to print

Your Ender 3 uses FDM, but it is just one member of a bigger family. Knowing the others helps you understand what 3D printing can do and choose the right tool for a job.

<Frame caption="The three most common 3D printing technologies">
  <img src="https://mintcdn.com/intellectualpoint/yASp17638wTnZpJG/images/intro3d/printing-technologies.png?fit=max&auto=format&n=yASp17638wTnZpJG&q=85&s=260e76754a3f1cf00cf2d1070ff87e8d" alt="Comparison of FDM, SLA, and SLS 3D printing" width="1536" height="1024" data-path="images/intro3d/printing-technologies.png" />
</Frame>

## The three main technologies

<AccordionGroup>
  <Accordion title="FDM - Fused Deposition Modeling" icon="printer">
    Melts thermoplastic filament and extrudes it through a nozzle, layer by layer. It has the **lowest cost of entry** and is the most common desktop method - this is your Ender 3. Trade-off: lower resolution than resin.
  </Accordion>

  <Accordion title="SLA - Stereolithography" icon="droplet">
    Uses a **UV laser or light** to cure liquid resin, solidifying it layer by layer. Produces the **finest detail and smoothest surfaces** - ideal for miniatures, jewelry, and dental models. Trade-off: messy resin and post-curing.
  </Accordion>

  <Accordion title="SLS - Selective Laser Sintering" icon="layers">
    Uses a **high-powered laser** to fuse powdered nylon or metal. The surrounding powder supports the part, so **no support structures** are needed. Produces strong, functional parts. Trade-off: industrial and expensive.
  </Accordion>
</AccordionGroup>

## Additive vs subtractive

All 3D printing is **additive** - you add material to build a shape. Traditional manufacturing is often **subtractive** - you cut material away from a solid block.

<Frame caption="Additive builds up; subtractive carves away">
  <img src="https://mintcdn.com/intellectualpoint/O5GrjWnEycOQFaAQ/images/intro3d/additive-vs-subtractive.png?fit=max&auto=format&n=O5GrjWnEycOQFaAQ&q=85&s=a541d2c5a7e102c9ccee293cac0b4b09" alt="Additive vs subtractive manufacturing comparison" width="1536" height="1024" data-path="images/intro3d/additive-vs-subtractive.png" />
</Frame>

Additive manufacturing wastes far less material and can create complex hollow shapes that would be impossible to carve.

## Common printing materials

<CardGroup cols={3}>
  <Card title="Plastics" icon="disc-3">
    PLA, ABS, PETG, and more. Affordable, versatile, and used in most desktop printing.
  </Card>

  <Card title="Metals" icon="wrench">
    Powdered steel, titanium, or aluminum, fused for strong industrial parts.
  </Card>

  <Card title="Ceramics & more" icon="flask-conical">
    Ceramic powders, resins, and even edible or concrete materials for special uses.
  </Card>
</CardGroup>

## Kinds of 3D printers

<Tabs>
  <Tab title="Desktop">
    Compact, affordable printers for homes, schools, and hobbyists. Usually FDM. Your Ender 3 is a desktop printer.

    <Frame>
      <img src="https://mintcdn.com/intellectualpoint/yASp17638wTnZpJG/images/intro3d/desktop-printer.png?fit=max&auto=format&n=yASp17638wTnZpJG&q=85&s=5c8f307a707d6737454494404a546afb" alt="A desktop FDM 3D printer" width="500" height="500" data-path="images/intro3d/desktop-printer.png" />
    </Frame>
  </Tab>

  <Tab title="Industrial">
    Large, high-precision machines for factories and professionals. They use FDM, SLA, SLS, or metal printing to make production parts.

    <Frame>
      <img src="https://mintcdn.com/intellectualpoint/yASp17638wTnZpJG/images/intro3d/printer-enclosed.png?fit=max&auto=format&n=yASp17638wTnZpJG&q=85&s=9e97bd8b97778916365a031ccb7e3cdc" alt="An enclosed industrial-style 3D printer" width="3000" height="3000" data-path="images/intro3d/printer-enclosed.png" />
    </Frame>
  </Tab>

  <Tab title="Specialized">
    Purpose-built printers - **bioprinters** that print living tissue, **food printers** that print chocolate, and **construction printers** that print houses from concrete.

    <Frame>
      <img src="https://mintcdn.com/intellectualpoint/yASp17638wTnZpJG/images/intro3d/printer-bioprinter.png?fit=max&auto=format&n=yASp17638wTnZpJG&q=85&s=bd6dcc9a3e3fcc66eab98f17a6affe88" alt="A specialized bioprinter" width="500" height="375" data-path="images/intro3d/printer-bioprinter.png" />
    </Frame>
  </Tab>
</Tabs>

## Where 3D printing is used

From classrooms to operating rooms, 3D printing shows up across nearly every industry.

<Frame caption="3D printing is transforming industries from healthcare to aerospace to education">
  <img src="https://mintcdn.com/intellectualpoint/O9vEZP6xEEMFLHva/images/intro3d/industries-3dprinting.png?fit=max&auto=format&n=O9vEZP6xEEMFLHva&q=85&s=d17a39cd4087c252ba27074779b92827" alt="Diagram of industries using 3D printing: healthcare, aerospace, automotive, education, and more" width="1536" height="1024" data-path="images/intro3d/industries-3dprinting.png" />
</Frame>

## Where the technology is going

<CardGroup cols={2}>
  <Card title="Multi-material & multi-color" icon="palette">
    Printing several colors or materials in one object for vivid, functional parts.
  </Card>

  <Card title="High-speed printing" icon="gauge">
    Faster machines that print in a fraction of the time without losing quality.
  </Card>

  <Card title="Bioprinting" icon="heart-pulse">
    Printing tissue, implants, and one day whole organs for medicine.
  </Card>

  <Card title="Construction" icon="building">
    Printing houses and bridges from concrete, faster and cheaper than traditional building.
  </Card>
</CardGroup>

<Tip>
  The core skill is the same across every one of these machines: turn a digital design into a physical object, one layer at a time. Learn it on your Ender 3 and you understand all of them.
</Tip>
