> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark/stage-model-viewer/making-models/making-a-turntable.md).

# Modeling A Turntable or Periaktos

## Making A Turntable

The default model style for every motor in the show is a winch, which moves linearly along a track. This works great for deck winches, lifts, hoists, and curtains which all move in a linear fashion. However, a lot of shows include turntables.

### Parameters To Set

* **Scenery Type:** turntable
* **Axis Type:** Rotator
* **Width & Length (Diameter):** 16ft (changing one automatically changes the other
* **Distance from Center:** 0ft
* **Distance from Plaster:** 20ft
* **Rotation Y:** -90 degrees (270 degrees also works)

### Instructions

![](/files/-MiWcGtRAtrvpEzqP3XE)

1. Select the motor you wish to adjust.
2. Select **turntable** in the **Scenery Type** window.
3. Select **Rotator** in the **Axis Type** dropdown menu.
4. Adjust **Width, Length, and Height**.
   1. The **Width and Length** are the **Diameter**.
   2. The **Height** is the **Thickness** of the turntable.
5. Adjust **Rotation X** and **Rotation Y** so that the unit travels vertically.
6. Adjust **Distance** and **Elevation** to reflect actual location on (and under) the stage.
7. Set [**Max Forward Position Soft Limit**](/docs/spikemark/position-scale/limits/setting-soft-limits.md) for actual travel distance.

## Making A Periaktos

A Periaktos is essentially a non-round turntable. A quick **Axis Type** change from your turntable setup will bring you into the realm of Periaktoi.

![](/files/-MiWix_i3WnY5tQGUIpk)

1. Select **periaktos** in the **Axis Type** dropdown menu.
2. Adjust the **Sides** slider or box for the number of sides on your unit.

## Changing the Direction

By default, a turntable or periaktos will **count up/positive** when turning **clockwise.** This can be reversed.

![](/files/-MiXSzCiPawGi5dq_O88)


---

# 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.creativeconners.com/docs/spikemark/stage-model-viewer/making-models/making-a-turntable.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.
