> For the complete documentation index, see [llms.txt](https://docs.cartographer3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cartographer3d.com/cartographer-probe/assembly.md).

# Assembly

There are a few different assembly options for the Cartographer probe, if you purchase the Flat Pack, you will recieve everything required to assemble for Standard, Low Profile, Right Angle installations. If you want to install on a Creality K1, or any installation with a wire extension to the coilboard, the wire is not included.

* If you are assembling as a Standard form factor - [click here](/cartographer-probe/assembly/standard.md)
* If you are assembling in a Low Profile form factor - [click here](/cartographer-probe/assembly/low-profile.md)
* If you are assembling in a Right Angle form factor - Coming Soon

If you are assembling in any other way, please take note of the following:

* The bumps for the Thermistor and Capacitor on your coil board must face down towards your printers bed.<br>

  <figure><img src="/files/BKNehNgd21cCG1dDXyJU" alt=""><figcaption><p>This shows the BOTTOM of the coil board, with the visable bumps that should be facing the bed during installation.</p></figcaption></figure>
* The MCU and coil board have a polarity, the white boxes on the silk screen should align up together, Note the image below and the orientation shown.<br>

  <figure><img src="/files/WpTxAygA3lbhEAKjN4BP" alt=""><figcaption><p><strong>Top Picture</strong> - Note the White Boxes for reference<br><strong>Bottom Left</strong> - Correct Orentation of MCU board and coil board<br><strong>Bottom Right</strong> - Flipped Correct view of MCU board and coil board</p></figcaption></figure>
* If your installation moves away from any of the standard methods, please check the USB or CAN cable polarity they might need re-pinning, don't worry if you do plug it in reversed, we have reversed polarity protection, so your board should be fine.


---

# 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://docs.cartographer3d.com/cartographer-probe/assembly.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.
