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

# SD card and bed leveling

> Insert the SD card, then level the bed with the paper test - the single most important skill for good prints.

## The most important skill in 3D printing

If your first layer sticks evenly, prints succeed. If it does not, they fail. **Bed leveling** sets the nozzle the perfect distance from the bed - about the thickness of a sheet of paper - across all four corners. This page takes your time and patience, but it is the skill that makes everything else work.

<iframe src="https://iframe.mediadelivery.net/embed/697805/b8d74167-df9d-4d49-9020-30a3ff16438c?autoplay=false&preload=false" style={{ width: "100%", aspectRatio: "16/9", border: "none" }} allow="encrypted-media; picture-in-picture" allowFullScreen />

<Info>
  You will need a sheet of **printer paper** and the **SD card** (in the white flash-drive reader from the parts bag). Get the bed-leveling G-code files onto the card first (see the note below).
</Info>

## Download the leveling files

Copy these three files onto your microSD card before you start. Use **M1** if you have an 8-bit board (older Ender 3) or **M2** if you have a 32-bit board (Ender 3 V2 / newer) - if unsure, try M2 first.

<CardGroup cols={3}>
  <Card title="STEM_M1_bed_level" icon="download" href="https://drive.usercontent.google.com/download?id=1Zo6mA-8YfRYRYXvIeUMFxzpKK4KgyDFA&export=download">
    Leveling routine for **8-bit** Ender 3 boards (M0 pause).
  </Card>

  <Card title="STEM_M2_bed_level" icon="download" href="https://drive.usercontent.google.com/download?id=17ODDFaN9Kon7rh0rHDIY6n2LYLq4R1oV&export=download">
    Leveling routine for **32-bit** Ender 3 boards (M25 pause).
  </Card>

  <Card title="STEM_bed_level_print" icon="download" href="https://drive.usercontent.google.com/download?id=1O7q7pYo5GO4Ax_K-biwU2MEldAi1ZvS8&export=download">
    The squares test print you run after leveling.
  </Card>
</CardGroup>

## Insert the SD card

<Steps>
  <Step title="Get the leveling files onto the card">
    Pull the microSD card from the flash-drive reader. Use the reader's USB end to copy the bed-leveling G-code files (`STEM_M1`, `STEM_M2`, and `STEM_bed_level_print`) onto the card from your computer. Do not lose this tiny card.
  </Step>

  <Step title="Insert it into the printer">
    Push the microSD card into the slot on the front of the printer, **contacts facing down**, until it clicks.
  </Step>
</Steps>

## How the leveling knobs work

Under each corner of the bed is a large knob on a screw. This is the key relationship:

<CardGroup cols={2}>
  <Card title="Loosen = bed rises" icon="chevrons-up">
    Loosening a knob raises that corner of the bed **up** toward the nozzle.
  </Card>

  <Card title="Tighten = bed lowers" icon="chevrons-down">
    Tightening a knob pulls that corner of the bed **down** away from the nozzle.
  </Card>
</CardGroup>

<Frame caption="Loosen to raise the bed, tighten to lower it - the core relationship of leveling">
  <img src="https://mintcdn.com/intellectualpoint/O9vEZP6xEEMFLHva/images/intro3d/leveling-knob-direction.png?fit=max&auto=format&n=O9vEZP6xEEMFLHva&q=85&s=78cc0fb3c96e0febdedef1332f21eefa" alt="Diagram showing loosening a leveling knob raises the bed and tightening lowers it" width="1536" height="1024" data-path="images/intro3d/leveling-knob-direction.png" />
</Frame>

## Start from a raised bed

<Steps>
  <Step title="Lower all four knobs fully">
    At each corner, spin the knob so the bed rises as high as it goes (the screw nearly disappears). Keep a finger under the screw so the knob does not fall off. Do all four corners.
  </Step>
</Steps>

## Run the leveling routine

<Steps>
  <Step title="Open the leveling file">
    On the LCD, click the knob to open the menu. Go to **Print from TF card → STEM\_M2 bed level → Print**. The printer homes itself using the limit switches, then pauses.
  </Step>

  <Step title="Resume to the first corner">
    Select **Resume**. The nozzle moves to the **front-left** corner.
  </Step>

  <Step title="Do the paper test">
    Slide a sheet of paper between the nozzle and bed. Tighten that corner's knob (which lowers the bed) until the paper slides with a **light scratch** - a "4 out of 10" of resistance. Not free (too far), not ripping (too close).
  </Step>

  <Step title="Move corner to corner">
    Click the knob to advance the nozzle to each corner in turn - front-left, back-left, back-right, front-right - and repeat the paper test at each. Aim for the **same feel** at every corner.

    <Frame caption="Work the corners in order, then check the center">
      <img src="https://mintcdn.com/intellectualpoint/O9vEZP6xEEMFLHva/images/intro3d/leveling-corner-order.png?fit=max&auto=format&n=O9vEZP6xEEMFLHva&q=85&s=f280461efb87cf2113067f0d84afdf25" alt="Diagram of the four-corner leveling order across the print bed with a center check" width="1536" height="1024" data-path="images/intro3d/leveling-corner-order.png" />
    </Frame>
  </Step>

  <Step title="Check the center, then do a second pass">
    The routine sends you to the center to check, then back around all four corners. Leveling one corner slightly un-levels others, so a **second full pass** fine-tunes everything.
  </Step>
</Steps>

## The paper-test feel

<Frame caption="The nozzle should pinch the paper with a light, even scratch - not free, not ripping">
  <img src="https://mintcdn.com/intellectualpoint/O9vEZP6xEEMFLHva/images/intro3d/paper-test-scale.png?fit=max&auto=format&n=O9vEZP6xEEMFLHva&q=85&s=f6fcccae52fbdb84de6c6dec2fd08340" alt="Diagram of the paper test resistance scale from too far to too close" width="1536" height="1024" data-path="images/intro3d/paper-test-scale.png" />
</Frame>

| Feel                           | Meaning          | Fix                          |
| ------------------------------ | ---------------- | ---------------------------- |
| Paper slides freely            | Nozzle too far   | Loosen the knob (raise bed)  |
| Paper rips or won't move       | Nozzle too close | Tighten the knob (lower bed) |
| Light, even scratch (\~4-6/10) | Just right       | Move on                      |

<Tip>
  Consistency matters more than perfection. The goal is the **exact same light scratch at every corner**. The second pass is where it comes together - do not skip it.
</Tip>

<Check>
  The SD card is seated, you have completed two full passes of the paper test, and all four corners plus the center have the same light-scratch feel. You are ready for a test print.
</Check>

## Up next

Time to prove it works - run the **print bed test** and read the results.
