> For the complete documentation index, see [llms.txt](https://www.sunscan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.sunscan.net/build/list-of-parts/mechanics.md).

# Mechanics

This section outlines the mechanical components required for assembling the project. These parts are essential for mounting and adjusting various components of the system. All the mechanical parts can be sourced individually from various suppliers, offering flexibility in terms of material, size, and quality.

The recommended brands and models have been provided to ensure compatibility and ease of assembly.

For convenience, a complete mechanical kit is available for purchase from **Azur3DPrint**, which includes all necessary 3D-printed parts, screws, inserts, etc. You can order it in a single click [here](https://azur3dprintshop.com/201-SUNSCAN-STAROS.html).

<figure><img src="/files/ItHFhGUq85PIDigUXEe0" alt="" width="200"><figcaption></figcaption></figure>

| Name                          | Ref                                                                               | Link                                                                                                            |
| ----------------------------- | --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| Helical focuser               | SV161 1.25inch Double Helical Micro Focuser for Telescope Guide Scope Metal Black | <https://www.svbony.com/sv161-double-helical-focuser-for-telescope/>                                            |
| Soldering tips                | Ruthex Soldering Tips                                                             | <https://www.amazon.fr/ruthex-pointes-souder-daide-fusion/dp/B0CDBSGSXY/ref=asc_df_B0CDBSGSXY/>                 |
| M2 (or #2-56) threaded insert | Ruthex M2 (or #2-56)                                                              | <https://www.amazon.fr/ruthex-Insert-filet%C3%A9-pi%C3%A8ces-dimprimante/dp/B088QJG676/ref=asc_df_B088QJG676/?> |
| M3 (or #4-40) threaded insert | Ruthex M3 (or #4-40)                                                              | <https://www.amazon.fr/dp/B08BCRZZS3/ref=sr_1_1_sspa>                                                           |
| M4 (or #8-32) threaded insert | Ruthex M4 (or #8-32)                                                              | <https://www.amazon.fr/dp/B07YSV66Y5/ref=sr_1_1_sspa>                                                           |
| 1/4inch threaded insert       | Ruthex 1/4inch (Kodak)                                                            | <https://www.amazon.fr/dp/B09MTS6ZZQ/ref=sr_1_1_sspa>                                                           |
| M4 Hex Socket Cap Screw       |                                                                                   | <https://www.amazon.fr/-/en/gp/product/B0CY2CY7CY/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1>              |
| M3 Hex Socket Cap Screw       |                                                                                   | <https://www.amazon.fr/-/en/gp/product/B0CY298Q67/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&th=1>               |
| M2 Hex Socket Cap Screw       |                                                                                   | <https://www.amazon.fr/-/en/dp/B0C1BLSBLW/ref=sr_1_8>                                                           |
| 1/4" - 20 Screw               |                                                                                   | <https://www.amazon.fr/-/en/gp/product/B01AZ558WE/ref=ppx_yo_dt_b_search_asin_image?ie=UTF8&psc=1>              |

### Optional Mechanical Parts

| Name     | Ref                   | Link                                                                                      |
| -------- | --------------------- | ----------------------------------------------------------------------------------------- |
| AZ Mount | SkyWatcher AZ Pronto  | <https://www.astroshop.de/fr/alt-azimut-sans-goto/monture-skywatcher-az-pronto/p,82104>   |
| Tripod   | Vaonis vespera tripod | <https://www.astroshop.de/fr/pieds-supports/vaonis-trepied-reglable-pour-vespera/p,76569> |


---

# 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://www.sunscan.net/build/list-of-parts/mechanics.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.
