Table of Contents

Wood CNC - Shapeoko 3 XL -Not yet commissioned

Induction Required

This equipment requires an induction prior to use. For your own safety and to avoid damage to the equipment do not attempt to use it until you have been inducted.

Crush and flying debris Hazard

Keep fingers away from moving parts. Risk of flying debris (e.g. tool crash).

PPE Required

This equipment requires the use of hearing protection during use.

Introduction

Our CNC Router is a Shapeoko 3 XL.

The router has a usable bed size of XXX x XXX.

We have 1/4“ and 1/8” collets for the router, and a small collection of bits for basic operations. For anything more complex (or to guarantee a sharp bit) you should use your own router bits.

The router is driven using Carbide Motion, which is loaded on the Raspberry Pi the wooden box beside it.

The router is protected by an online induction. To get inducted, read this page carefully, then take the quiz on the membership system.

This wiki page will explain the basics of how to safely set up and run a simple job on the router. It will not teach you how to design things for the router, prepare files for cutting.

To learn more about the router, including how to design and prepare files for it, check out these videos by the manufacturer:

Parts and Layout

Permitted Materials

You can work with the following materials on the CNC router:

You must NOT work with these materials:

Usage Insturctions

1. Pre-Useage Checks

Before you use the CNC Router, it's important to open the cabinet doors and check the following:

You also need to check that:

If you see anything wrong with the condition of the machine, don't use it and let the committee know on the forum.

2. Starting the Machine and Software

Once the Raspberry Pi has booted:

The router will now move to the rear rightmost point, and will then move to the front right.

3. Clamping Down your Stock

Before you clamp down your stock, move the router out of your way:

Tip: The stop blocks have smooth and serated sides, and the Crush-It clamps have replacable smooth and serrated jaws. The serrated surfaces give better grip but can leave marks on some stock.

Tip: Make sure the clamps don't block your toolpath!

Tip: Use bolts of the correct length to fix the clamps to the spillboard. If the bolts are too long they will bottom out in the threaded holes.

4. Probing your Stock Location

We have a BitZero probe kit, which we use to accurately locate corner of your stock is and how tall it is. This is known as setting the “Work Zero”. The kit consists of a probe pin, a probe plate, and a magnetic earth connection. To use the BitZero:

The router will move slowly to identify the sides of the circular hole with the probe pin, then it will lift out of the hole and tap the top of the probe plate.

When it has finished doing this, a pop-up window will ask you to remove the magnetic earth.

The router will now move to the front-right and touch the probe pin to the height probe on the machine's frame. This completes the probe operation.

5. Loading your File

Tip: You can sanity-check your file is correct by switching to the Top View tab.

6. Starting your Job

The spindle will now move to the front-right, and a new pop-up will ask you to install your first bit.

The spindle will now spin up, and a new pop-up will ask you to check the speed setting on the router.

After a brief pause, the job will begin.


7. While the Machine is Running

The machine MUST be closely supervised at all times when running. This is to ensure:

Opening the door during the job will pause the machine and show a pop-up. To resume the job, close the doors and press “Resume” on the pop-up. This is useful if you need to check your clamps or remove detritus.

Hitting the E-stop button during the job will kill the power to the controller and spindle.

8. Changing Bit During a Job

Some jobs require more than one bit to complete, and you will be asked to change bits partway through.

When this happens, the router will move to the front-right of the cabinet and spin down. A pop-up will ask you to install the new bit and then set the new speed in exactly the same way as you did for your first bit at the start of the job.

9. After your Job

When you're finished, you should always:

How to Change Router Bits or Probe Pins

To install a router bit or probe pin:

Probe pins, router bits, and collets must be stored in the small draw under the Raspberry Pi.

Glossary of Common CNC Terms

Most definitions here are adapted from Carbide3D’s video series, with small changes for our machine and accessories.
Tip: These are the basics you’ll need for your induction quiz. Links to the original videos are at the bottom if you want to go deeper.

Core Concepts

CNCComputer Numerical Control
A computer-controlled machine that moves a cutting tool with high precision. Our laser cutter, 3D printers, and vinyl cutter are also CNC machines.

CADComputer-Aided Design
Software used to design your part. You draw shapes, add features, and prepare them for cutting.

CAMComputer-Aided Manufacturing
Software that converts your CAD design into movement instructions for the CNC.

G-code The text-based “language” CNC machines read. Generated automatically by CAD/CAM software. You don’t need to write it manually.

Machine Movement

Axes

Tip: Y has the “Y rails” and Z is the vertical axis — that leaves X as side-to-side.

Home Position – The fixed point the machine returns to after startup.
Work Zero – Your chosen starting point for a specific job (usually a corner or centre of the stock).

Design Files

Vector Graphics
Drawings made of lines and points (e.g., SVG files). Ideal for CNC because the machine can follow their coordinates exactly.

Toolpaths
The routes your cutter will follow. Defined in CAD, turned into G-code in CAM.

Materials & Workholding

Stock – The material you’re cutting.
Spoilboard – A sacrificial board under the stock to protect the machine.
Workholding – Clamps or other methods to secure your stock so it doesn’t move.

Cutting Parameters

Feed Rate – How fast the cutter moves through the material (X/Y).
Plunge Rate – How fast the cutter moves down into the material (Z).
Spindle Speed – How fast the bit spins (RPM), adjusted on the router dial.

Why it matters: These three settings determine cut quality and safety. Carbide Create has safe starting values for common materials.

Tools & Cutters

End Mill / Bit – The cutting tool.

Flutes – The cutting edges on a bit. More flutes = smoother cut, fewer flutes = faster removal.

Upcut / Downcut – Direction of flute spiral:

Shank size – the size of the diameter of the solid part of the bit, two sizes are currently supported by our router:

Machining Types

2D Machining – Cutting shapes at a constant depth.
2.5D Machining – Multiple depths, but cutting one flat layer at a time (e.g., pockets + cutouts).
3D Machining – Machine moves in X, Y, and Z simultaneously to create complex curves.