# Mitered Box

The simplest way to cut a box shape is to use a suitable sheet good and simply cut miters into it --- modern adhesives are able to make this a strong joint and most CAM tools allow for it to be drawn up and modeled with just a few lines.

Initial discussion at: <https://community.carbide3d.com/t/design-into-3d-miter-box/13813> but Carbide Create gaining the ability to generate a 3D preview of a V endmill assigned to a contour toolpath simplifies this greatly.

As with all boxes, they are defined by their height, width, and depth, with the stock thickness determining the interior dimensions and the specifics of joinery. Stock width and length will be the box depth or box width plus twice the height:

* Height
* Width
* Depth
* Stock Thickness
* Stock Width == Box Depth + Box Height \* 2
* Stock Length == Box Width + Box Height \* 2

The design is easily drawn up using straight lines:

<figure><img src="/files/KtoegKLr8kf3c27FF8KH" alt=""><figcaption></figcaption></figure>

which would then have no-offset Contour toolpaths assigned using a 90 degree V endmill.

Surround the parts with a rectangle, and geometry offset from it by endmill diameter plus 10%:

<figure><img src="/files/ndkXlbQSGwjluNGpdY07" alt=""><figcaption></figcaption></figure>

Alternately, to make workholding easier, only the edges of the parts strictly need to be cut out:

<figure><img src="/files/CjaA7O8VGK8p5GZXxUvq" alt=""><figcaption></figcaption></figure>

Only two toolpaths are necessary, a no-offset Contour with a V endmill:

<figure><img src="/files/JHmE555Z2pBm7AYUCGOk" alt=""><figcaption></figcaption></figure>

(which is done to stock thickness (t) less an onion skin (0.015″))

and pockets to cut the parts free:

<figure><img src="/files/NbxgJKIyXRnEAsWy6n1P" alt=""><figcaption></figcaption></figure>

As the 3D preview shows, workholding may be done at the corners, depending on the onion-skin of the V endmill cut to hold things in place:

<figure><img src="/files/plFrHcX3Er4gjl8KlMWs" alt=""><figcaption></figcaption></figure>

For a 3D model and preview option, see:

<https://forum.makerforums.info/t/openscad-graph-editor/85973>


---

# Agent Instructions: 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:

```
GET https://willadams.gitbook.io/design-into-3d/mitered-box.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
