# Further Toolpath Details

Once a part has been designed, it is necessary to cut it out. The implication here is obvious, rather than designing the part, what is actually needed is the toolpath which guides the endmill around and/or over and/or through the part so as to result in the specified shape.

As noted before, the best practice is to design the part in the orientation which is best suited to cutting ― it may then be rotated and/or moved into position. A further consideration is that the parts should be arranged relative to a block which represents the stock. This means that in modeling, rather than building up the shape directly, one should instead create a piece of stock the desired size and remove from it.

Doing this in Block/OpenSCAD is straight-forward ― begin by modeling the stock, then create a series of modules which allow one to mimic the placement and movement of endmills and subtract them from the stock shape. Each part may then be placed either for 3D previewing, or production using suitable options.


---

# 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/further-toolpath-details.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.
