> 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/machinery/turntable-template/fabrication.md).

# Fabrication

## Required Tools <a href="#vewyr39nhzfd" id="vewyr39nhzfd"></a>

* CNC router
* 9/16” wrench/socket
* 5/16” hex key
* Speed square or framing square
* Level
* Self-leveling laser, beam, or rotary
* 8-10 clamps, with at least 4-1/2" throat opening
* Screw gun with #2+3 Phillips bits
* Shims, as needed.

## CNC Cutting <a href="#uugg9woas1xg" id="uugg9woas1xg"></a>

The first step to fabricating your turntable is getting the plywood parts cut. Along with this guide is a package of drawings (DWGs and PDFs) detailing all the parts you will need to make the turntable.

If your plywood stock has a better face-grain on one side that side should be routed facing up, so that the counterbores or countersinks end up on that side. This should work out thus for the turntable parts when assembled from top to bottom:

* 2nd layer of lid: A-side up
* 1st layer of lid: A-side down
* Drive Ring: A-side down
* Spider: A-side down

![](/files/s9qOwW7OE4lZDI9QMyBu)

## Building the Sub-Assemblies <a href="#bvz07f8io33r" id="bvz07f8io33r"></a>

Refer to the 20' Turntable Template Assembly Drawings as needed.

Now with your CNC cut plywood parts, install the t-nuts into the counterbored holes. The counterbores should allow the t-nuts’ flanges to sit flush or slightly recessed to the bottom of the plywood. The t-nuts will likely backout or be pushed out during assembly without a screw or 2 in each. If you do not add screws, do not worry if the t-nuts aren’t flush with the plywood - they will tighten up when assembled.

* Spider - Hub gets 3/8"-16 and 1/2"-13 t-nuts.
* Spider - Long Leg, Short Leg, Inner Rib, and Outer Rib get 3/8"-16 t-nuts.
* Lid 1st Layer gets 1/4"-20 t-nuts.
* 8x Drive Rings get 1/4"-20 t-nuts. Do not install t-nuts in the other Drive Rings.

Attach the casters to the Spider - Long Legs (4 casters per, 12 assemblies), Short Legs (2 casters per, 12 assemblies), and Outer Ribs (1 caster per, 24 assemblies) with the hardware stack as shown (9/16” wrench/socket). There is a 1/4" plywood Caster Shim that goes between the caster’s mounting plate and the Leg each caster is attached to. Use a speed square or framing square as you tighten the bolts to ensure that the wheels are perpendicular to each Leg.

![](/files/W00BAF43BA25FKh42vtx)

Attach the **Pivot** (top) to the Spider - Hub (bottom), Big Pivot Shim (bottom center), and Small Pivot Shim (top center) with the hardware stack as shown (3/4" wrench/socket).

![](/files/DarSemaN9TwlQLz4vTl9)

Now your pre-assembled pieces are complete, so you are ready to begin assembling the turntable.

### &#x20;<a href="#vx24dnwchq1y" id="vx24dnwchq1y"></a>


---

# 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/machinery/turntable-template/fabrication.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.
