> For the complete documentation index, see [llms.txt](https://ms-kb.msd.unimelb.edu.au/next-lab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/open-access-printers/prusa-open-access/prusa-i3-mk3s-fundamentals.md).

# Prusa i3 MK3S Fundamentals

Here is your starting point for learning about the Prusa i3 and Prusa Mini. We strongly recommend reading through this before booking any consultations or pickup session. If you want to learn more about the process of 3D printing and considerations, check out our ultimate 3D printing guide here:

{% content-ref url="/pages/-M5zCSQKBXYl0CSmrDx5" %}
[Detailed Overview](/next-lab/3d-printing/3d-print-farm/ultimate-guide.md)
{% endcontent-ref %}

## Basic Printer Terminologies

![Image from Prototype Hubs](/files/-MT8vwi42QnRhXXxKXKe)

* Cartesian XYZ (\<diagram of toolhead moving in X, bed in Y, X gantry up and down in Z>)
* Belt-driven on XY, leadscrew-driven on Z
* Toolhead, which has the hotend. Direct drive extruder on MK3S, bowden drive on Mini. The extruder is called the E-axis.
* Removeable spring steel PEI sheet bed. Flex to remove prints
* Hotend basic breakdown, diagram of heatsink, heatbreak, heatblock, heater cartridge, thermistor & nozzle.
* Hotend compatible up to 280°C, bed up to 100°C?

## Compatible Materials

* PLA, PETG, ABS (needs enclosure)
* Flexibles, Nylons need bed adhesion methods like gluestick and also slower print speeds
* Polycarbonate needs enclosure and is probably pushing the limits of the printer's heating capabilities
* Filled filaments (carbon fibre, glass fibre, flourescence, woodfill, etc.) need hardened steel nozzle swapped in.

## Slicing

* PrusaSlicer recommended as it has default profiles. But any other open-source slicer works as long as it outputs .gcode files
* Load stl file, click slice, export gcode files
* Put .gcode file into SD card, then plug sd card into printer to start printing

## Common Mistakes

* Breaking the heatbreak (overtightening nozzle, didn't support heatblock)
* Print looks melty (printing too hot, not enough cooling from print cooling fan)
* Filament jams (can be caused by multiple issues such as too much retraction, etc.)
* First layer offset (too squished, too far)
* Not extruding (spool jammed up, filament jam, extruder gear slipping)
* Slicing settings


---

# 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://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/open-access-printers/prusa-open-access/prusa-i3-mk3s-fundamentals.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.
