> For the complete documentation index, see [llms.txt](https://promega.printm3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://promega.printm3d.com/advanced-setup-guides/printer-assemblies.md).

# Printer Assemblies

This guide will cover a significant amount of technical knowledge and terms. The different assemblies of the Promega will be mentioned frequently in the sections below.

List of the core Promega Assemblies:

* **Extruder Assembly**: This heats up and prints the filament. It is also referred to as the extruder carriage. This uses the coreXY system in order to travel in the X and Y plane.
* **CoreXY Assembly**: A belt system that allows the extruder carriage to travel on a plane along the X and Y axes.
* **Z-platform**: A heated bed that is actuated up and down with belts along the Z-axis.
* **Electronics (not shown):** Located on the back of the printer. Includes the Duet Maestro, the "brains" of the Promega.

![Promega Assemblies](/files/-LH1Zf0PJ6pzL2_V1ciO)

![The Duet Maestro Board](/files/-LH51pqx8aD6Uh_PadRQ)


---

# 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:

```
GET https://promega.printm3d.com/advanced-setup-guides/printer-assemblies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
