> For the complete documentation index, see [llms.txt](https://www.ftcwiki.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.ftcwiki.org/manufacturing-and-assembly/subtractive-manufacturing/into-to-cnc-machining.md).

# Into to CNC Machining

Computer Numerical Control (CNC) machining is a manufacturing technique that uses computer software to control the movement of machinery and tools. This technology can manage a wide variety of advanced machines, including grinders, [lathes](/manufacturing-and-assembly/subtractive-manufacturing/lathes.md), [mills](/manufacturing-and-assembly/subtractive-manufacturing/cnc-mills.md), and CNC routers, enabling complex three-dimensional cutting operations with just one set of instructions.<br>

Once a CNC system is started, the programmed instructions guide the tools and equipment to perform the required operations—similar to how a robot functions.

CNC programming involves a code generator that typically assumes the machines will operate without fault, although errors can increase when cutting in multiple directions at once. The positioning of each tool is determined by a sequence of commands known as the part program.

\
Traditional numerical control machines received instructions via punch cards, while CNC machines use keyboards to input programs directly into a computer. These programs are stored digitally and can be written and modified by programmers. CNC systems offer greater computing power and flexibility, allowing updates or new commands to be added to existing programs through code revisions.

Additional CNC References

<https://astromachineworks.com/what-is-cnc-machining/>&#x20;

<https://www.youtube.com/watch?v=JKUbK_kBBeY>&#x20;

<https://www.youtube.com/watch?v=P0u5ZWVKWJE>&#x20;

<https://www.youtube.com/watch?v=eBKHXKStIJ8>&#x20;

\ <br>


---

# 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://www.ftcwiki.org/manufacturing-and-assembly/subtractive-manufacturing/into-to-cnc-machining.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.
