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

# Troubleshooting

> Diagnose and fix the most common 3D printing failures, from bed adhesion to clogs and stringing.

## Every printer has bad prints

Failed prints are part of 3D printing - even for experts. The skill is not avoiding every failure; it is **diagnosing** what went wrong and fixing it. Because you understand the full print journey, you can trace almost any problem back to one of a few causes: adhesion, temperature, calibration, filament, or mechanics.

<Info>
  Remember the "fail forward" mindset from the contest. A failed print you understand is worth more than a lucky success you cannot explain.
</Info>

<Frame caption="The most common print defects and what they look like">
  <img src="https://mintcdn.com/intellectualpoint/O5GrjWnEycOQFaAQ/images/adv3d/print-defects.png?fit=max&auto=format&n=O5GrjWnEycOQFaAQ&q=85&s=d32aeea682efcffe55a5792fe3c814e8" alt="Visual guide to common 3D print defects: warping, stringing, under-extrusion, layer shifting, poor overhangs, and spaghetti" width="1536" height="1024" data-path="images/adv3d/print-defects.png" />
</Frame>

## First-layer and adhesion problems

The first layer causes the most failures. Fix these first.

<AccordionGroup>
  <Accordion title="Print will not stick to the bed" icon="circle-x">
    **Causes:** nozzle too far from the bed, bed too cold, dirty surface, or no adhesive.

    **Fixes:**

    * Re-run auto calibration so the first-layer gap is correct
    * Raise the bed temperature (about 60 C for PLA)
    * Clean the plate with isopropyl alcohol to remove finger oils
    * Apply a thin layer of the included glue stick
    * Add a **brim** in the slicer for more grip
  </Accordion>

  <Accordion title="Warping (corners lifting up)" icon="corner-up-right">
    **Causes:** the print cools unevenly and contracts, pulling corners off the bed. Worst with ABS, better with PLA.

    **Fixes:**

    * Increase bed temperature and use glue
    * Add a brim or raft
    * Keep the printer away from cold drafts and open windows
    * For warp-prone materials, use an enclosure
  </Accordion>

  <Accordion title="Elephant's foot (bulging first layers)" icon="footprints">
    **Causes:** first layers squished too much by heat and weight.

    **Fixes:**

    * Lower the bed temperature slightly
    * Reduce first-layer squish (raise the nozzle a hair via Z-offset)
  </Accordion>
</AccordionGroup>

## Extrusion problems

<AccordionGroup>
  <Accordion title="Stringing and oozing" icon="spline">
    Thin wisps of plastic strung between parts of the print.

    **Fixes:**

    * **Dry your filament** - moisture is the top cause
    * Increase retraction in the slicer
    * Lower the nozzle temperature slightly
  </Accordion>

  <Accordion title="Under-extrusion (gaps and thin layers)" icon="minus">
    Not enough plastic coming out - weak, gappy prints.

    **Fixes:**

    * Check for a partial **clog** and clean the nozzle
    * Raise the nozzle temperature a little
    * Make sure filament feeds freely and the spool is not tangled
  </Accordion>

  <Accordion title="Over-extrusion (blobs and rough walls)" icon="circle-plus">
    Too much plastic, leaving blobs and messy surfaces.

    **Fixes:**

    * Lower the extrusion multiplier / flow rate in the slicer
    * Lower the nozzle temperature slightly
  </Accordion>

  <Accordion title="Clogged nozzle" icon="ban">
    Nothing (or very little) extrudes, sometimes with clicking from the extruder.

    **Fixes:**

    * Heat the nozzle and gently push filament through by hand
    * Use the **unclogging pin** from your kit to clear the tip
    * Try a "cold pull" to remove debris
    * Replace the nozzle if it stays blocked
  </Accordion>
</AccordionGroup>

## Layer and quality problems

<AccordionGroup>
  <Accordion title="Layer shifting" icon="move-horizontal">
    Layers suddenly offset sideways, ruining alignment.

    **Fixes:**

    * Slow the print speed down
    * Make sure nothing is obstructing the print head or bed
    * Check that belts are tensioned and pulleys are tight
  </Accordion>

  <Accordion title="Spaghetti / detached print" icon="git-branch">
    The print pops loose and the printer keeps extruding into the air.

    **Fixes:**

    * Fix first-layer adhesion (see above)
    * Add supports for tall or top-heavy models
    * Use the app or camera to catch failures early and stop the print
  </Accordion>

  <Accordion title="Poor overhangs and drooping" icon="triangle">
    Steep overhangs sag or curl.

    **Fixes:**

    * Enable and increase **part cooling** fan speed
    * Add **supports** in the slicer for overhangs beyond \~45 degrees
    * Slow down on overhang layers
  </Accordion>

  <Accordion title="Gaps in top layers" icon="grid-2x2">
    The top surface has holes or looks incomplete.

    **Fixes:**

    * Increase top layer count in the slicer
    * Increase infill density so top layers have more to rest on
  </Accordion>
</AccordionGroup>

## A simple troubleshooting method

<Steps>
  <Step title="Observe">
    Look closely. When did it fail - first layer, mid-print, or overhang? What does the defect look like?
  </Step>

  <Step title="Isolate the stage">
    Match the symptom to a stage of the print journey: adhesion, temperature, extrusion, or mechanics.
  </Step>

  <Step title="Change one thing">
    Adjust a single setting at a time so you know what actually fixed it.
  </Step>

  <Step title="Test and record">
    Re-print and note the result. Keep a short log of what worked - future you will thank you.
  </Step>
</Steps>

## Quick reference

| Symptom            | Most likely fix                                   |
| ------------------ | ------------------------------------------------- |
| Not sticking       | Re-calibrate, clean bed, add glue, raise bed temp |
| Warping            | Higher bed temp, brim, no drafts                  |
| Stringing          | Dry filament, more retraction, lower temp         |
| Under-extrusion    | Clear clog, raise temp, free the filament path    |
| Clog               | Unclogging pin, cold pull, replace nozzle         |
| Layer shift        | Slow down, check belts and obstructions           |
| Spaghetti          | Fix first layer, add supports                     |
| Drooping overhangs | More cooling, add supports                        |

<Tip>
  If you are stuck on your contest print, do not just retry the same thing. Use the method above to change one variable, and remember - the problem-solving is worth 15 points in judging.
</Tip>

<Check>
  You can trace a failed print to its cause and apply a targeted fix. You know where the unclogging pin, glue stick, and slicer settings come in.
</Check>
