> For the complete documentation index, see [llms.txt](https://docs.siboor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.siboor.com/siboor-trident-june/tuning-guides/calibration-belt.md).

# Calibration  Belt

Tuning steps and processes after everything is working.

### Gantry Racking & Squaring <a href="#gantry-racking--squaring" id="gantry-racking--squaring"></a>

**All Printers:** See [Nero’s gantry racking video](https://www.youtube.com/watch?v=cOn6u9kXvy0).

***

**Belt Tension Guide for Trident AWD**

Maintaining the correct belt tension is critical for preventing mechanical issues, premature wear, and print quality problems. Both too-tight and too-loose belts can negatively impact performance.

#### A/B Belts Tension Adjustment

Follow these steps to correctly adjust the belt tension for your Trident AWD printer:

1. **Positioning**: Move your X extrusion forwards until the X/Y idler centers are **150mm** from the front idler centers.
2. **Measure Frequency**: Pluck the 150mm section of the belt and use one of the listed apps to measure the frequency.
3. **Adjust Tensions**: Adjust the tensions until the lowest frequency registers approximately **150Hz**.
   * **Note**: The A/B belt tensions can affect each other. Tightening one belt will also tighten the other. You may need to go back and forth adjusting each belt until the tensions are equal.
4. **Re-check**: Move your X extrusion back by a few centimeters and then forward again. Re-check the belt tensions to ensure accuracy.

#### Important Notes:

* **Different Belt Widths**: The frequency values for **6mm belts** and **9mm belts** are **not interchangeable**.
  * For a **9mm belt**, 110Hz corresponds to roughly **3.2lb of belt tension**. A higher frequency of **150Hz** equates to about **6lb of tension**, which works well for **double sheared steppers** used in the Trident AWD model.
* Ensuring that your belts are properly tensioned will enhance the performance and longevity of your Trident AWD printer, especially when utilizing the robust design of double sheared steppers.

Apps

* iOS: Sound Spectrum Analysis
* Android: Spectroid
* Both: Gates Carbon Drive *(use the “motorcycle” option)*
  * This app shows a single frequency rather than a graph. It’s more difficult to get a good reading, but easier to interpret the result.

**Sound Spectrum Analysis (iOS)**

<figure><img src="https://docs.vorondesign.com/tuning/images/sound-spectrum-belt.jpg" alt=""><figcaption></figcaption></figure>


---

# 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.siboor.com/siboor-trident-june/tuning-guides/calibration-belt.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.
