> For the complete documentation index, see [llms.txt](https://education.printm3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://education.printm3d.com/lesson-plans/k-2/build-a-bridge.md).

# Build A Bridge

**Subject Area: Engineering**

Learning Objectives: Students will be able to learn about basic construction principles.&#x20;

Materials Needed: One computer, one Micro or Micro+ 3D printer, and one 250ft PLA 3D Ink filament spool per 2-5 students.

Brief Description: Students will build Leonardo da Vinci’s self-supporting bridge out of 3D printed parts.

To Prepare: Students will need a computer that has the M3D software on it. We recommend one printer per every 2-5 students. The Micro or Micro+ 3D printer will need to be plugged into both the wall and the computer. Each printer will need to have a 250ft spool of PLA feeding into the external port. A spool holder is also recommended.

If you need assistance with any of the above please see our guides at support.printm3d.com.

You can either print the models to use ahead of time, or have the students print the model as part of the lesson. If you’d like students to print the model, follow the guidelines in our find and print lesson plan here:  <https://support.printm3d.com/618643-Find--Print>. You can find the model for this lesson here: <https://www.thingiverse.com/thing:204268>&#x20;

Lesson Plan:

1. Each pair or small group of students will need five smooth 3D printed beams and ten notched 3D printed beams to construct a simple self-supporting bridge. If you’d like, you can print more beams and ask students to construct more complicated bridges.
2. If you’d like, you can first ask students to attempt to construct their bridge without walking them through it. To walk them through it, follow the steps below.
3. Students should take two smooth beams and lay them parallel to each other. Then, take two notched beams and place them on top of the smooth beams to form a square. The smooth beams will fit inside the notches at either end of the notched beams, and the center notch should be facing up. Lay a single smooth beam over the center notch of both notched beams. See image 1 in the sequence below.
4. Then, students should take four more notched beams and place two of them on each side of the center beam, so the top notch is laying on the center beam and the middle notch is laying on the other two smooth beams. See image 2 in the sequence below.
5. Place another smooth beam across the open bottom notches of the two notched beams on the right side. Take two more notched beams and place the top notch on the middle smooth beam and the middle notch on the last smooth beam, as shown in image 3 in the sequence below. Repeat this step on the left side of the bridge with the remaining three beams to complete the bridge.

![](/files/-LIlDpqaoQs7MDkOZIMc)

![](/files/-LIlDrrsmV3QM9gMbisc)

![](/files/-LIlDt3uunmYwh5AF4Wj)

**Your finished bridge should look like this:**

![](https://lh4.googleusercontent.com/vPI48CTgOotHDu3TBqlXIbLpbQmH5Go55ZY0viLNx8MEZAU6blccfcwBnWE1VJPkcg_O_ZEBE__hxojM7UvJ6c-E9kYYzzQwk_8Q3SdHzjHagQXFytP13yvERPrvs-go-hBY7Uk)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://education.printm3d.com/lesson-plans/k-2/build-a-bridge.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
