> For the complete documentation index, see [llms.txt](https://wiki.cherokeemakerspace.org/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cherokeemakerspace.org/index/equipment/3d-printing.md).

# 3D Printing

{% hint style="danger" %}
[**Book your usage on Fabman.**](https://fabman.io/) Other members need to know.

Always read this page before you use it. We will post the latest changes and updates.&#x20;
{% endhint %}

### Filament Printers

* **Bring your filament:** The <mark style="color:purple;">**"unobtainium"**</mark> filaments are free to use. Give, and you shall receive.
* **Stick around for the first few layers:** First-layer adhesion is critical to printing success.
* **Unload when done:** Remove your prints and unload the filament. For overnight prints, please leave a note on Slack with instructions.
* **Report any issues:** We can't fix it if we don't know it's broken.

<table><thead><tr><th width="264.8445927431152">Model</th><th width="149">Remote</th><th>Notes</th></tr></thead><tbody><tr><td>Prusa i3 Mk3.5 (CM01)</td><td>Prusa Connect</td><td>0.6 CHT</td></tr><tr><td>Prusa i3 Mk3.5 (CM02)</td><td>Prusa Connect</td><td>0.6 CHT</td></tr><tr><td>Prusa i3 Mk3.5 (CM03)</td><td>Prusa Connect</td><td>E3D Revo</td></tr><tr><td>Prusa i3 Mk3.5 (CM04)</td><td>Prusa Connect</td><td>E3D Revo</td></tr><tr><td>Elegoo Orangestorm Giga</td><td></td><td></td></tr></tbody></table>

### Resin Printers

* **Bring your resin:** The "unobtainium" resins are free to use. Give, and you shall receive.
* **PPE needed:** <mark style="color:red;">Resin is toxic. Wear gloves.</mark> Tools should not be brought out of the room.
* **Clean Up:** Wipe all spills.

| Model              | Notes |
| ------------------ | ----- |
| Anycubic Mono X    |       |
| Phrozen Shuffle XL |       |


---

# 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://wiki.cherokeemakerspace.org/index/equipment/3d-printing.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.
