> 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/6-8/melting-temps.md).

# Melting Temps

Subject Area: Science

Learning Objectives: Students will learn about how different materials melt at different temperatures.&#x20;

Materials Needed: One 250ft PLA 3D Ink, one 250ft Tough 3D Ink, one 250ft ABS-R 3D Ink, and something to melt the plastic with, soldering irons and thermocouples.&#x20;

Brief Description: Students will melt three different types of plastic to measure and compare the different melting temperatures.&#x20;

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 feeding into the external port. A spool holder is also recommended.&#x20;

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

Lesson Plan:&#x20;

1\. First, divide the students into groups. Each group will need some of the 3 different types of ink, a soldering iron, and a thermocouple.&#x20;

2\. Hook the soldering iron up to the thermocouple so you can measure the temperature of the soldering iron.&#x20;

3\. ABS-R has the lowest melting temperature (120°C) so start with that and have students slowly turn up the power on the soldering iron until the plastic starts to melt. Ask them to write down the melting temperature they measured.&#x20;

4\. Do the same for the PLA 3D Ink (160°C) and finally the Tough 3D Ink (175°C).&#x20;

5\. After each group has recorded melting temps for all three kinds of plastic, compare the findings of the class with the temperatures listed above.&#x20;


---

# 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/6-8/melting-temps.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.
