> For the complete documentation index, see [llms.txt](https://docs.tempoweave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tempoweave.com/help-by-menu-tabs/project-menu/raddle-calculator.md).

# Raddle Calculator

### What It Does

If using a raddle where the spacing doesn't directly correspond with the ends per inch (such has spacing per inch) or ends per centimeter (spacing of a centimeter), this calculator assists with how to spread the threads so that the width of the warp after spreading is equal to the planned width in the reed.

Two commonly used raddles are the Louet (.5cm per dent, or 2 dents per centimeter) and the Lofty Fiber (4 spaces per inch).  Preset patterns are available for these raddles.

If not using one of the above raddles, enter the reed dents per inch/cm and enter a pattern to calculate the effective sett.

***

<figure><img src="/files/RdqapqvN1jYwVqa11mk5" alt="" width="375"><figcaption><p>Reed Sley Calculator Screen</p></figcaption></figure>

Values are saved in the reed sley calculator as a part of the Project Record. &#x20;

This calculator can be accessed in the Project Info | Setup screen as well as directly on the Project tab.


---

# 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.tempoweave.com/help-by-menu-tabs/project-menu/raddle-calculator.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.
