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