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

# Prusa MK3s

![](/files/-M0niQLh1dxRP8w4l7Fu)

Currently we have x2 Prusa MK3s's. Both of them are very powerful machines.

Official Documentation is located [HERE](https://www.prusa3d.com/new-user-mk3/).

## How to use them!

In order to use a 3D printer you need some software, at the makerspace we have a few computer with this software on it.&#x20;

The software is called PrusaSlicer and can be downloaded for free [HERE](https://www.prusa3d.com/prusaslicer/).

The process to get 3d printing is to get a 3d model file of some sort. Either by downloading or creating your own. Huge databases of 3d files exist and are worth checking out. [Thingiverse](https://www.thingiverse.com/) is a place to start!

The next step is to load up the model file in PrusaSlicer and "Slice" it. This turns the 3d model into mechanical movement commands that the 3d printer will make in order to make this digital file a physical object.&#x20;

The program then will allow you save the new file it has generated. Put it on an SD Card and plug it into the side of the LCD screen on the Prusa and turn it on and click print from SD card! It should start after it finishes heating up and you should be good to go!


---

# 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.thefutureforge.org/maker-spaces/3d-printing-room/prusa-mk3.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.
