# CNC Router

## <mark style="color:red;">Important - You Break It, You Fix it</mark>

1. **Get the latest updates** by reading this page before you use it. <mark style="color:red;">**ALWAYS!**</mark>
2. For best results, **reboot computer** before each job.
3. **Do an Air Cut.** Always test your toolpath first.
4. **Shut down** CNC controller and computer when the job is complete.
5. **Clean up** after you are done. Follow the rules to keep your CNC router privileges.

## <mark style="color:green;">Rules</mark>

* **Bring your own router bits and end mills.**
* **Use a spoil-board.** Spoil-board should be larger than the piece you are cutting so that it can be adequately secured to the surface. There may be some spoil-boards under the CNC Router.
* **Bring your own lumber.** There may be some scraps that are free to use and they will be marked accordingly:
  * <mark style="color:purple;">**Purple - Free to use by Members**</mark>
  * <mark style="color:orange;">**Orange - Reserved for Makerspace Projects**</mark>
  * <mark style="color:red;">**Red - Reserved for Firestorm Robotics**</mark>
* **Always clean up.** The dust collector will not capture 100% of the sawdust. You need to vacuum the surface, under and around the machine and any part where sawdust has accumulated.
* **Leave no trace.** Do not leave your scraps here unless it is big enough to be useful to others. Scraps should be trimmed square so the outline of your artwork is no longer visible. If our scrap area is full, then everything goes out with you.

## Mach3 Controller

Router uses [Mach3](https://www.machsupport.com/software/mach3/). Toolpaths generated by [MasterCAM](https://www.mastercam.com/), [VCarve Pro](/index/wiki/wood/cnc-router/vcarve-pro.md) or any compatible CAM system can be used as long as they are configured properly.

## Workholding

1/2" T-tracks, spaced 12"x12" provides a lot of clamping flexibility. Since the tracks are only 1/4" from the surface, a **separate spoil-board is required** when using the router.

## Auto Tool Zero

{% embed url="<https://youtu.be/hadV7dslCTg>" %}


---

# 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://wiki.cherokeemakerspace.org/index/wiki/wood/cnc-router.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.
