COMPUTER-CONTROLLED MACHINING

Group Assignment

  • Do your lab's safety training
  • Test runout, alignment, fixturing, speeds, feeds, materials, and toolpaths for your machine

Individual Assignment

  • Make (design + mill + assemble) something big (~meter-scale)
  • Extra credit: Don't use fasteners or glue
  • Extra credit: Include curved surfaces
  • Extra credit: Use three-axis toolpaths

You can access the group assignment here.

Week Overview

This week focused on learning how computer-controlled machines can be used to fabricate objects from solid materials. The main objective was to understand the workflow of designing, preparing, and machining parts using digital fabrication tools.

For this week’s assignment, we were required to use a CNC milling machine to cut parts from a sheet of wood. Milling is a subtractive manufacturing process where a rotating cutting tool removes material from the workpiece to create the desired shape.

The assignment involved designing a structure that could be assembled without the use of screws or external fasteners. Instead, the parts needed to be connected using joints such as press-fit or interlocking joints. This required careful planning of the design, including measuring the material thickness and adjusting the slot sizes to ensure a tight fit.

Through this process, we learned how to prepare designs for CNC machining, generate toolpaths, and safely operate the milling machine to fabricate the final parts.

Drills vs Mills

Drilling and milling are two common machining processes used to shape materials such as wood, metal, and plastic. Although both processes use rotating cutting tools, they are designed for different purposes and produce different results.

Drilling

Drills

Drilling is a machining process used to create round holes in a material. It uses a tool called a drill bit, which rotates and moves straight down into the material along its axis.

Key Characteristics

Common Uses

Advantages

Limitations

Milling

Mills

Milling is a machining process that removes material from a workpiece using a rotating cutting tool called a milling cutter or end mill. Unlike drilling, milling tools can move in multiple directions to create a variety of shapes and features.

Key Characteristics

Common Uses

Advantages

Limitations

Key Differences

Feature Drilling Milling
Purpose Create round holes Shape material and create complex features
Tool Used Drill bit End mill / milling cutter
Tool Movement Mainly vertical (Z-axis) Multiple directions (X, Y, Z)
Shapes Produced Circular holes Slots, pockets, contours, surfaces
Machine Type Drill press, handheld drill Milling machine, CNC router

Lathe Machine

Lathe Machine

A lathe machine is a machining tool used to shape materials such as wood, metal, or plastic by rotating the workpiece against a cutting tool. Unlike milling, where the cutting tool rotates, in a lathe the workpiece rotates while the cutting tool remains relatively stationary and moves along the material to remove unwanted parts.

How a Lathe Works

In a lathe machine, the material is securely held in a rotating chuck attached to the spindle. As the workpiece spins, a cutting tool is slowly moved along its surface to remove material. This process allows the machine to create cylindrical shapes, threads, grooves, and smooth surfaces.

Main Parts of a Lathe

Common Lathe Operations

Types of Lathe Machines

Advantages

Limitations

A key part of this week’s assignment was designing and fabricating a structure from wood using only joints, without the use of screws or external fasteners. This required careful consideration of material thickness, tolerances, and joint design to ensure that the parts fit together securely.

CNC Router

CNC Router Machine

A CNC router (Computer Numerical Control router) is a computer-controlled cutting machine used to cut, carve, and shape materials such as wood, plastic, foam, and soft metals. It operates by following a set of digital instructions (G-code) to move a rotating cutting tool precisely across the material in multiple axes.

How a CNC Router Works

The CNC router moves its spindle (and attached cutting tool) along the X, Y, and Z axes based on coordinates generated from a CAD/CAM design. The material is held flat on a sacrificial bed using clamps, screws, or vacuum hold-down systems. The router's software translates the digital design into toolpaths, which define exactly how and where the tool moves to cut the material.

Main Parts of a CNC Router

Common Uses

Relationship Between a CNC Router and a Milling Machine

A CNC router and a CNC milling machine are closely related because both are computer-controlled machining tools that remove material using a rotating cutting tool. They operate using similar principles and are both examples of subtractive manufacturing.

Common Working Principle

Both machines work by following digital instructions generated from a CAD/CAM design. The cutting tool rotates at high speed while the machine moves along different axes to remove material and produce the desired shape.

Key Differences

Although they share the same basic concept, CNC routers and milling machines are designed for different types of materials and levels of precision.

Feature CNC Router CNC Mill
Typical Materials Wood, plastics, foam, soft metals Metal, hard plastics, precision parts
Machine Structure Lighter frame, larger work area Heavier and more rigid frame
Cutting Speed Higher speeds Slower but more precise
Typical Use Furniture parts, signs, panels Mechanical parts and engineering components

Summary

A CNC router can be considered a specialized type of milling machine designed mainly for softer materials like wood. Both machines use the same fundamental milling process, but they differ in strength, precision, and the materials they are designed to machine.

You can click here to learn more about the tools used a CNC Router.

Design Process: Doll House

For this week's individual assignment, I designed a parametric doll house in Fusion 360 intended to be cut from a sheet of plywood using the CNC router. The design uses press-fit interlocking joints, no screws or glue, so all tolerances had to be precisely calculated from the material thickness and measured kerf.

Step 1: Define Parameters

Before drawing anything, parametric variables were set up in Fusion 360 via Modify → Change Parameters. This ensures that any change to material thickness or joint tolerance automatically propagates through the entire design.

Fusion 360 parameter table for doll house design

Parameter table showing material thickness, kerf, and slot width values.

Step 2: Create the Sketch

The doll house panels, front wall, back wall, side walls, floor, and roof, were sketched on a single plane.

2D sketch of doll house panels in Fusion 360

Parametric 2D sketch showing all doll house panels with joint notches.

Step 3: Extrude Panels to 3D

Each panel sketch profile was extruded to the material thickness using Create → Extrude. This converts the flat 2D shapes into solid 3D bodies, allowing the assembly to be visualised and verified before cutting.

First set of panels extruded in Fusion 360

Initial panels extruded to material thickness.

All panels extruded showing full doll house structure

All panels extruded, full doll house structure visible.

Step 4: Add Joints

Press-fit T-slot joints were added to each panel edge where two panels intersect. Each slot has two key dimensions: the slot height equals the material thickness (so the mating panel slides in flush), and the slot width equals the full panel width divided by 9, giving the joint proportional sizing relative to the panel.

Doll house model showing press-fit joint notches on all panels

Completed model with press-fit joint notches cut into every connecting edge.

Step 5: Convert Bodies to Components

All the solid bodies were converted into individual Components using Right-click → Create Components from Bodies. This is required before using the Arrange function to lay all panels flat for the cutting layout.

Bodies to Components conversion in Fusion 360 browser

Converting solid bodies to components in the Fusion 360 browser.

Component list in Fusion 360 browser

All doll house panels listed as individual components.

Step 6: Scale & Prepare for Sheet Layout

Before the final CNC cut, the design was scaled down to fit a smaller sheet for a test cut on the laser cutter. This allows the joint fit and overall proportions to be verified cheaply before committing to the full-size CNC run.

To find the correct scale factor, an online scale calculator was used. By entering a known dimension from the model and the target dimension for the laser test sheet, the tool computed the exact ratio to apply in Fusion 360.

Online scale calculator showing the ratio computed for scaling the design to fit the laser cutter sheet

Scale calculator used to determine the exact ratio for scaling down to the laser cutter sheet size.

With the scale ratio known, the Scale command was applied in Fusion 360 using the Design Shortcuts panel, a quick-access command bar that allows any Fusion command to be run by typing its name. I pressed 's' to open the Design Shortcuts panel, then typed 's' to find and run the Scale command.

Design Shortcuts panel opened in Fusion 360

Design Shortcuts panel opened in Fusion 360.

Typing S in Design Shortcuts to find the Scale command

Typing "S" surfaces the Scale command at the top of the list.

Fusion 360 model before scaling, full-size doll house panels

Before scaling, panels at full CNC size.

Fusion 360 model after scaling, panels scaled down to laser cutter sheet size

After scaling, panels reduced to fit the laser cutter sheet for test cutting.

Step 7: Arrange Panels Flat Using the Arrange Function

With all panels as components, the Arrange function (Modify → Arrange) was used to automatically lay all 3D components flat onto a single plane, simulating the flat sheet of plywood. This is an essential step before exporting for CNC cutting, as it places all parts in their correct orientation for a 2D cut file.

Arrange function dialog in Fusion 360

Arrange function dialog, select components, set spacing, and choose the target plane.

The Arrange function progressively lays out each component flat, nesting them efficiently within the sheet boundary:

Arrange step 1 - first panels laid flat

Go to the envelopes tab

Arrange step 2 - more panels added

Choose the plane you want to arrange the components on

Arrange step 3 - all panels laid out

Give the length, width, frame width and object spacing

All doll house panels scaled and arranged on sheet

Final layout, all panels scaled and arranged flat, ready for export.

Step 8: Adding Dogbone Fillets, Nifty Dogbone Add-In

A CNC router bit is cylindrical, which means it cannot cut a perfectly sharp internal corner, it always leaves a small radius equal to half the bit diameter. When press-fit joints slot together, these rounded corners prevent the mating panel from seating fully, leaving a gap. The solution is to add dogbone fillets: small circular cutouts placed at each internal corner so the mating edge clears the radius and the joint fits flush.

Rather than adding these manually, the Nifty Dogbone add-in for Fusion 360 automates this process across all selected bodies at once.

Installing the Add-In

The add-in was accessed via the Utilities tab → ADD-INSFusion App Store.

Fusion 360 Utilities tab showing ADD-INS dropdown with Fusion App Store option

Utilities tab → ADD-INS → Fusion App Store to browse available add-ins.

Autodesk App Store for Fusion 360 showing featured add-ins

Autodesk App Store for Fusion 360, a library of community and professional add-ins.

Searching for "nifty" in the App Store returned the Nifty Dogbone for Autodesk Fusion add-in.

Autodesk App Store search results showing Nifty Dogbone add-in

Search result for "nifty", Nifty Dogbone add-in found.

Nifty Dogbone app detail page with Trial download button

Nifty Dogbone detail page, a fast and robust tool for adding dogbone fillets to internal corners. Available as a 60-day free trial.

After downloading, the add-in was enabled in Fusion 360 via ADD-INS → Scripts and Add-Ins (Shift+S).

Fusion 360 ADD-INS menu showing Scripts and Add-Ins option with tooltip

ADD-INS → Scripts and Add-Ins opens the dialog to manage all installed add-ins.

Scripts and Add-Ins dialog showing NiftyDogbone listed and enabled

Slide the toggle to the right to enable the add-in.

Applying Dogbone Fillets

Once installed, the Nifty Dogbone command appeared in the Modify menu. It was applied to all 16 panel bodies simultaneously, the tool diameter was set to 6.00 mm to match the CNC router bit, with 0.025 mm additional clearance for a clean fit.

Fusion 360 Modify menu showing Nifty Dogbone option with tooltip

Nifty Dogbone available in the Modify menu — tooltip confirms it creates dogbone fillets in internal corners.

Nifty Dogbone dialog showing Tool Diameter 6.00mm and Corner type

Nifty Dogbone dialog — Tool Diameter: 6.00 mm, Additional Clearance: 0.025 mm, Type: Corner.

All 16 doll house panel bodies selected in Nifty Dogbone with dogbones applied

All 16 panel bodies selected — dogbone fillets applied to every internal corner across the full layout.

Result after Nifty Dogbone showing rounded dogbone cutouts on panel corners

Dogbone result — circular corner reliefs visible on each internal corner, ensuring mating panels will seat flush.

Step 9: Final Arrange & DXF Export

Ungrounding Components for Re-Arrangement

Before running the final Arrange, the base component was checked for its grounding state.

In Fusion 360, a grounded component is locked in place and cannot be moved by the Arrange function. To allow all panels to be repositioned freely, the base component was ungrounded by right-clicking it in the browser and selecting Unground From Parent.

Fusion 360 browser showing Base:1 component with ground anchor icon

Base:1 shown with the ground anchor icon — component is locked in place.

Right-click context menu showing Unground From Parent option

Right-click → Unground From Parent frees the component for re-arrangement.

Running the Final Arrange

With all components free, the Arrange function was run again with the exact standard sheet dimensions: 8 ft × 4 ft (1219.2 mm × 2438.4 mm) — the industry-standard plywood sheet size. The solver was set to 2D True Shape to achieve efficient nesting of the actual panel outlines rather than bounding boxes. Frame width was set to 20 mm and object spacing to 12 mm.

Arrange dialog Envelopes tab showing 8ft x 4ft sheet with 20mm frame and 12mm spacing

Arrange Envelopes tab

Final arranged layout of all 16 doll house panels nested on 8ft x 4ft sheet

rrange Objects tab — 16 components selected

Project Sketch & Export DXF

A new sketch was created on the XY plane and all panel body edges were projected onto it using Sketch → Project/Include → Project. This converts the 3D solid outlines into 2D sketch curves, capturing the exact cut geometry including all joint notches and dogbone fillets.

Fusion 360 sketch showing all panel outlines projected as 2D curves

Projected sketch — all 16 panel profiles including joint notches and dogbone fillets projected as 2D curves.

The sketch was then right-clicked in the browser and Export DXF was selected. This saves the complete flat layout as a DXF file, which is the standard format for importing cut geometry into CAM software such as VCarve or Aspire for CNC toolpath generation.

Right-click context menu on sketch showing Export DXF option with tooltip

Right-click on the projected sketch → Export DXF — saves the complete panel layout for CAM import.

Step 9: Inkscape — Preparing the SVG for CNC Cutting

With the SVG exported from Fusion 360, it was opened in Inkscape to clean up the geometry, verify dimensions, and assign line properties.

1. Import & Resize Canvas

The SVG was opened in Inkscape. All objects were selected with Ctrl+A, then the canvas was resized to fit the selection via File → Document PropertiesResize page to drawing or selection (Shift+Ctrl+R). This removes any extra whitespace so the document boundary matches the actual geometry exactly.

SVG imported into Inkscape with canvas resized to fit all panels

Shift + Ctrl + R — Resize page to drawing or selection

2. Verify Scale & Dimensions

Each panel was selected individually and its dimensions were checked in the toolbar to confirm they matched the Fusion 360 design values. The document units were confirmed as millimeters in File → Document Properties to prevent any scaling errors when the file is imported into CAM software.

Dimension verification in Inkscape toolbar

Panel dimensions checked in the toolbar — values match Fusion 360 parametric design.

3. Assign Stroke Colors for Cut Operations

Line colors are used by the CAM software to distinguish between different cutting operations. Using Object → Fill and Stroke (Shift+Ctrl+F), stroke colors were assigned and fill was set to None for all paths.

Fill and Stroke dialog with color assignments

Object --> Fill and Stroke

All cut lines were given a stroke width of 0.1 mm (hairline). This ensures the CAM software recognises them as vector cut paths rather than filled areas, and prevents any offset being applied to the line thickness during toolpath calculation.

Stroke width set to hairline in Inkscape

No fill applied,only stroke paths will be recognised by CAM software.

Final panel layout review in Inkscape

Max value added to Red color in RGB

Profile / Through Cuts — Red

  • Outer boundary cuts and slot profiles
  • Stroke: R=255, G=0, B=0
  • Fill: None

Pocket / Partial Cuts — Black

  • Engraving or pocket operations
  • Stroke: R=0, G=0, B=0
  • Fill: None
Final SVG saved for CAM software import

Stroke width set to 0.1mm

6. Save as SVG for CAM Software

The completed file was saved as a plain SVG (File → Save As → Plain SVG). Plain SVG strips Inkscape-specific metadata, ensuring maximum compatibility when the file is imported into VCarve or other CAM software for toolpath generation.

Laser Test Cut Result

After exporting the scaled SVG, the file was sent to the laser cutter to produce a physical test model from cardboard. This low-cost test confirmed that all press-fit joints align correctly and the panels assemble without gaps before committing to the full-size CNC cut in plywood.

Assembled laser test cut doll house model in cardboard showing all press-fit joints holding together without fasteners

Assembled laser test cut model — all panels interlock via press-fit joints with no fasteners or glue, confirming the design is ready for full-scale CNC cutting.

Step 10: VCarve Pro — CAM Setup

With the DXF file verified, it was imported into VCarve Pro (ShopBot Edition) — the CAM software used at FabLab Kochi to generate toolpaths for the ShopBot CNC router. VCarve translates the 2D vector geometry into machine instructions (G-code) by defining cut depths, tool diameters, feed rates, and toolpath strategies.

VCarve Pro ShopBot Edition startup screen at FabLab Kochi

VCarve Pro (ShopBot Edition) — the CAM software used at FabLab Kochi for CNC toolpath generation.

A new file was created via Create a New File, which immediately opens the Job Setup dialog. This is where the sheet dimensions and material properties are configured before any toolpaths are defined.

VCarve Pro Job Setup dialog showing sheet size 2438x1219mm and material thickness 12.2mm

Job Setup in VCarve — sheet size 2438 × 1219 mm, material thickness 12.228 mm, units in mm.

2. Set Material Thickness

The plywood sheet thickness was measured and entered as 12.228 mm. And click 'Ok'.

VCarve Job Setup close-up showing material thickness set to 12.228mm

Material thickness field set to 12.228 mm — measured from the actual plywood sheet.

Clicking OK confirmed the job settings and opened the 2D drawing workspace. The canvas displays the sheet boundary as a white rectangle scaled to the configured dimensions, with the tool panels loaded on the left and the Job Dimensions confirmed at the bottom left of the screen.

VCarve Pro ShopBot Edition empty 2D drawing workspace after Job Setup confirmed — white rectangular canvas representing the 2438 × 1219 mm sheet boundary, tool panels on the left, and Job Dimensions shown at the bottom left confirming Width 2438.0 mm, Height 1219.0 mm, Depth 12.228 mm

Empty 2D workspace after Job Setup confirmed, sheet boundary (2438 × 1219 mm) and material depth (12.228 mm) shown in the Job Dimensions panel at the bottom left, ready for vector import.

3. Import the DXF File

The DXF exported from Fusion 360 was imported via File → Import → Import Vectors. This brings all the panel outlines including joint notches and dogbone fillets into the VCarve workspace as editable vector paths ready for toolpath assignment.

VCarve Pro File menu showing Import Vectors option highlighted

File → Import → Import Vectors, used to bring the DXF file into VCarve.

VCarve Pro drawing workspace with all 16 doll house panel vectors imported from DXF

All 16 doll house panels imported, panel outlines, joint notches, and dogbone fillets visible across the full sheet.

4. Review Imported Vectors

This is the toolbar in VCarve Pro. This containes all the tools needed to edit the vectors, like moving the vectors, joining the vectors,dding drill holes etc

VCarve Drawing panel showing job dimensions: Width 2438mm, Height 1219mm, Depth 12.228mm

Vcarve toolbar

The full sheet was reviewed in the 2D workspace to verify all panels were correctly positioned. Each panel was individually checked by selecting it, VCarve highlights the selected vector with a dashed outline, making it easy to identify individual parts among the full set.

VCarve 2D workspace with one panel selected shown as dashed outline among all imported panels

One panel selected (dashed outline), verifying individual vectors within the full imported layout.

VCarve close-up of a selected panel shown with pink dashed outline in the top-left corner of the sheet

Close-up of the selected panel, pink dashed outline highlights the individual vector.

5. Fix Open Vectors

During review, VCarve flagged an open vector, a path where the start and end points do not connect, shown as a pink dashed line.

Open vectors cannot be assigned profile toolpaths; they were closed using the Edit → Join Open Vectors tool before proceeding.

VCarve close-up showing an open vector flagged with a pink dashed line on a panel outline

Open vector flagged by VCarve (pink dashed line), must be closed before toolpath assignment.

6. Set Up Toolpaths

With vectors verified and closed, the Toolpaths panel was opened from the right sidebar.

VCarve Toolpaths panel showing material setup with 6mm tool and 12.228mm depth, empty toolpath list

Toolpaths panel, material setup confirmed, no toolpaths created yet.

VCarve Toolpaths panel annotated showing Profile, Pocket, and Drill toolpath buttons and Save Toolpath button

Toolpath Operations

7. Create Drilling Toolpath

For dowel holes, a Drilling Toolpath was created. Circles of 6 mm diameter were drawn using Draw Circle to define the drill positions, then selected as the vector input for the toolpath.

The tool used was a Fab End Mill (6 mm, single flute), with a cut depth of 4.5 mm and Peck Drilling enabled, retracting between passes to clear chips and reduce heat.

VCarve Draw Circle dialog set to 6mm diameter for drill point reference circles

Draw Circle, 6 mm diameter circles drawn to define drilling positions.

Then I clicked the Drilling Toolpath button in the Toolpaths panel.

VCarve Drilling Toolpath dialog showing 6mm end mill, cut depth 4.5mm, peck drilling enabled

Drilling Toolpath, 6 mm end mill, 4.5 mm cut depth, peck drilling retract enabled.

With the drilling toolpath dialog configured, the 6 mm circles placed across the sheet served as the vector input, VCarve reads their center points to determine each drill plunge location.

The image below shows the full sheet with all drill positions marked before the toolpath is applied.

VCarve 2D layout showing all CNC parts nested on the 2438x1219mm sheet, with red circles at corners and edges marking the 6mm drill positions

Full sheet layout, red circles mark all 6 mm drill positions for dowels and screws across every panel.

The material dimensions were verified in the 3D view: 2438 × 1219 mm sheet at 12.228 mm thickness, matching the actual plywood stock on the CNC bed.

VCarve Pro 3D view showing the 2438x1219x12.228mm plywood sheet as an orange rectangle before toolpath simulation

3D material view, sheet dimensions (2438 × 1219 × 12.228 mm) confirmed before running the toolpath simulation.

The Fab End Mill (6 mm, single flute) was configured with the following cutting parameters for the drilling operation:

  • Pass Depth: 4.5 mm
  • Stepover: 4.8 mm (80%)
  • Spindle Speed: 12,000 RPM
  • Feed Rate: 1200.2 mm/min
  • Plunge Rate: 1200.0 mm/min
VCarve Edit Tool dialog for Fab End Mill 6mm single flute, showing pass depth 4.5mm, stepover 4.8mm at 80%, spindle 12000 RPM, feed rate 1200.2 mm/min, plunge rate 1200.0 mm/min, tool number 1

Edit Tool dialog, Fab End Mill (6 mm, single flute) configured for the drilling operation.

After selecting all the drill circles and calculating the toolpath, VCarve generated Drill 1. The toolpath preview panel confirms the cutting parameters and shows an estimated run time of 1 min 39 sec for all drill holes on the sheet.

VCarve Preview Toolpaths panel showing Drill 1 in the toolpath list, Fab End Mill 6mm single flute, Tool No. 1, Feed 1000.2 mm/min, Plunge 1200.0 mm/min, Spindle 12000, Max Depth 4.5mm, estimated time 00:01:39

Drill 1 toolpath confirmed in the preview panel, feed 1000.2 mm/min, plunge 1200.0 mm/min, spindle 12000 RPM, max depth 4.5 mm, estimated time 1 min 39 sec.

8. Create Profile Toolpath for Slots

With the drilling toolpath saved, the finger joint slots were selected next.

A Profile Toolpath was created for these, cutting on the inside of the slot vectors to produce the interlocking joints.

The 2D view below shows the sheet with all toolpaths applied, drilling holes and profile cuts visible across every part.

VCarve 2D view of the full 2438x1219mm sheet with all toolpaths applied, drilling toolpath at hole positions and profile toolpath along all slot and part outlines

2D sheet view with all toolpaths applied, drilling paths at hole positions and profile paths along all slot outlines and part perimeters.

The 2D Profile Toolpath dialog was configured for cutting out all part outlines and slots. Key settings:

  • Start Depth (D): 0.0 mm, cutting begins at the top surface
  • Cut Depth (C): 13.0 mm, deeper than the 12.228 mm sheet to ensure full cut-through
  • Machine Vectors: Outside / Right, cutter runs on the outside of the profile vectors
  • Direction: Conventional
  • Passes: 3, set via Edit Passes to avoid single-pass overloading of the bit
  • Safe Z: 6.0 mm
VCarve 2D Profile Toolpath dialog showing Start Depth 0.0mm, Cut Depth 13.0mm, Fab End Mill 6mm, Outside/Right machine vectors, Conventional direction, 3 passes, Safe Z 6.0mm, named Profile 1

2D Profile Toolpath dialog, 13.0 mm cut depth, Outside/Right, 3 passes, named Profile 1.

Clicking Edit Passes opened the Specify Pass Depths dialog, where the number of passes and depth per pass were configured.

The total depth was set to 13.5 mm across 3 passes at 4.5 mm each (4.5 → 9.0 → 13.5 mm), stepping down evenly and staying within the tool's rated pass depth.

VCarve Specify Pass Depths dialog showing an earlier pass configuration with 3 passes at approximately 4.333mm each for a 13.0mm total depth

Initial pass depth configuration, 3 equal passes across 13.0 mm total depth.

VCarve Specify Pass Depths dialog showing final configuration, Total Depth 13.5mm, pass depths at 4.5mm, 9.0mm, 13.5mm, with 3 passes at 4.5mm per pass

Final pass depths, 13.5 mm total, three passes at 4.5 mm each (4.5 → 9.0 → 13.5 mm).

Setting the cut depth to 13.5 mm, slightly beyond the material thickness of 12.228 mm, triggered a VCarve warning.

This is intentional: cutting fractionally past the sheet ensures clean, complete separation of all parts without leaving thin webs of uncut material. The CNC bed has a sacrificial spoilboard (MDF layer) beneath the workpiece specifically to absorb this small overcut without damaging the machine.

VCarve Pro ShopBot Edition warning dialog: 'Tool will cut through material', material thickness 12.228mm, maximum tool depth 13.500mm, advising to confirm a sacrificial layer exists under the material before proceeding

Cut-through warning, tool depth (13.5 mm) exceeds material thickness (12.228 mm). This is intentional; the sacrificial spoilboard underneath protects the machine bed. OK was clicked to proceed.

9. Preview Toolpaths in 3D Simulation

With both Drill 1 and Profile 1 toolpaths saved, the Preview All Toolpaths function was used to simulate the full cut on the 3D material view.

The simulation shows the routing paths traced across the plywood sheet, confirming that all part outlines, slots, and drill positions are correctly positioned before sending the file to the CNC machine.

VCarve Pro 3D simulation view showing blue toolpath traces for both Drill 1 and Profile 1 toolpaths across the full plywood sheet, with the Toolpath List panel showing both toolpaths checked and ready

3D toolpath simulation, Drill 1 and Profile 1 paths traced across the full sheet, confirming correct placement of all cuts before sending to the ShopBot.

10. Create Engraving Toolpath for the Cross

The cross symbol on the top panel was engraved using a separate Profile Toolpath set to a shallower depth, it marks the surface without cutting through.

The pass depths were set to 5.0 mm total across 2 passes at 2.5 mm each (2.5 → 5.0 mm), keeping the cut well within the 12.228 mm sheet thickness.

VCarve Specify Pass Depths dialog for the engraving toolpath, Total Depth Of Cut 5.0mm, two passes at 2.5mm each (2.5mm then 5.0mm), Pass 1 depth 2.5mm, depth from previous pass 2.5mm

Engraving pass depths, 5.0 mm total, 2 passes at 2.5 mm each. Shallower than the cut-through profile to engrave without separating material.

Within the 2D Profile Toolpath dialog, holding tabs were configured using the Add tabs section at the bottom of the panel.

Tabs are small bridges of uncut material left at intervals along the profile cuts, preventing parts from coming loose and shifting into the spinning bit before the cut finishes. The tab length and thickness were set here before calculating the toolpath.

VCarve Pro 2D Profile Toolpath panel open on the right, showing the Add Tabs section at the bottom with tab length, thickness, and corner tab settings configured, the full sheet layout visible in the 2D view on the left

Add Tabs settings in the Profile Toolpath dialog, tab dimensions configured here before the toolpath is calculated.

With the profile toolpaths created, Preview All Toolpaths was run to confirm the complete cut plan on the 3D material view. Drill 1 was not included in this preview,only the profile and engraving toolpaths were checked, showing the routing paths across the sheet before exporting.

VCarve Pro 3D simulation showing toolpath traces on the full plywood sheet, profile and engraving paths visible, Drill 1 unchecked in the Toolpath List on the right while Profile 1, Profile 2, and Profile 3 are checked

3D simulation, profile and engraving toolpaths previewed across the sheet. Drill 1 was not selected for this preview.

11. Export Toolpath Files

With all four toolpaths created, Drill 1, Profile 1, Profile 2, and Profile 3, the complete layout was reviewed one final time in the 2D view before exporting. Each toolpath is listed in the Toolpath List panel on the right.

VCarve Pro 2D view showing the full sheet layout with all four toolpaths visible, Drill 1, Profile 1, Profile 2, and Profile 3, listed in the Toolpath List panel on the right

Complete toolpath setup, all four toolpaths (Drill 1, Profile 1, Profile 2, Profile 3) visible in the Toolpath List before export.

Toolpaths were saved as separate .sbp files for the ShopBot. Drill 1 was exported first on its own, with only it checked in the Toolpath List, so it could be run as a dedicated drilling pass before any profile cutting begins.

VCarve Toolpath List close-up showing Drill 1 checked and Profile 1, Profile 2, Profile 3 unchecked, Drill 1 selected in isolation for export

Drill 1 selected in isolation for export, profile toolpaths unchecked so only the drilling pass is saved to this file.

The Save Toolpath dialog was opened and the file saved to the local folder in ShopBot's TC (MM) .sbp format, ready to be loaded directly into the ShopBot control software.

VCarve Save Toolpath file browser dialog open, navigating to the local save folder to export the Drill 1 toolpath as an .sbp file in ShopBot TC (MM) format

Save dialog, exporting Drill 1 as a .sbp file for the ShopBot.

Next, Profile 1, Profile 2, and Profile 3 were all checked together in the Toolpath List and saved as a second file, grouping all the profile cuts so they run in sequence in one operation after drilling is complete.

VCarve Toolpath List close-up showing Profile 1, Profile 2, and Profile 3 all checked, with Drill 1 unchecked, the three profile toolpaths selected together for export as a single file

Profile 1, 2, and 3 selected together for export, all profile cuts combined into one .sbp file to run sequentially after drilling.

Back in the 2D view, the tab positions are visible as yellow markers distributed along the part profile outlines, the result of the tab settings configured in the Profile Toolpath dialog. These markers confirm where each holding bridge will be left in the material during the cut.

VCarve Pro 2D view showing the full sheet layout with yellow tab marker dots visible at regular intervals along all part profile outlines, the tab positions placed automatically based on the tab dimensions set in the Profile Toolpath dialog

Tab positions shown as yellow markers on the profile outlines, each marker is a holding bridge that will remain uncut to keep parts fixed to the sheet during cutting.

A final 3D simulation was run with all toolpaths active to confirm the complete cut plan on the plywood material view. The toolpath traces show the drill, profile, and engraving paths correctly distributed across the sheet.

VCarve Pro 3D simulation view showing all toolpath traces on the orange plywood material, drilling, profile, and engraving paths distributed across the full sheet, confirming correct toolpath layout before export

Final 3D simulation on plywood, all toolpath traces confirmed correct before exporting the .sbp files.

The Save Toolpaths panel confirmed the export settings: Drill 1 with the 6 mm single-flute Fab End Mill, using the ShopBot TC (MM) (*.sbp) post processor. The Save Toolpath(s) to File button was clicked to write the file.

VCarve Save Toolpaths panel showing Drill 1 toolpath with the Fab End Mill (6mm) single flute tool listed, ShopBot TC (MM)(*.sbp) post processor selected, and the Save Toolpath(s) to File button ready to export

Save Toolpaths panel, Drill 1 with the 6 mm Fab End Mill, ShopBot TC (MM) post processor selected. Ready to write the .sbp file.

12. ShopBot Machine Setup and Zeroing

With the .sbp files ready, the ShopBot control software was opened on the machine computer. The 3D sheet view appears in the background alongside the console terminal. The Position panel (top right) shows the machine coordinates, and the status is set to ACTIVE before jogging begins.

ShopBot control software open with the green console terminal in the foreground, the 3D plywood view visible in the background showing the full sheet, and the Position panel on the right displaying X, Y, Z coordinates near zero

ShopBot control software launched, console terminal open, machine position panel showing coordinates, 3D sheet view visible in background.

The KeyPad jog controller was opened to manually move the spindle to the work origin. The machine status shows ACTIVE, confirming the controller is live and the tool is ready to move.

ShopBot KeyPad Go To Location dialog open over the console terminal, directional jog buttons visible, Position panel on the right showing ACTIVE status in red indicating the machine is live and ready to move

KeyPad open for manual jogging, machine ACTIVE, spindle being moved to the work origin position.

The KeyPad confirms the current spindle position as X: 2.466 mm, Y: 6.783 mm, Z: 1.935 mm. The caution prompt, "KeyPad Active, Tool Ready to Move!", is shown in the Position panel as a reminder that the machine is live and any input will move the spindle.

Close-up of the ShopBot KeyPad Go To Location dialog and Position panel, X: 2.466 mm, Y: 6.783 mm, Z: 1.935 mm displayed; Position panel shows 'KeyPad Active, Tool Ready to Move!, CAUTION!' and ACTIVE status in red

KeyPad active, current spindle position X: 2.466 mm, Y: 6.783 mm, Z: 1.935 mm. Caution prompt confirms the machine is live.

With the spindle positioned at the work origin corner of the sheet, X and Y axes were zeroed using the Zero Axes function. The Select Axes to Zero dialog was opened with X-Axis and Y-Axis both checked, then confirmed to set the current position as the (0, 0) reference for all toolpaths.

ShopBot KeyPad with the Select Axes to Zero dialog overlaid, X-Axis and Y-Axis checkboxes both ticked, Z-Axis unchecked, Zero button ready to confirm; Toolpath List on the right shows Profile 1 and Profile 2 checked

Zeroing X and Y axes, both axes selected in the dialog; clicking Zero sets the current spindle position as the (0, 0) work origin.

The console confirmed the X and Y zeroing with the message: "Tool is now Zeroed in X and Y Axis (At 0001)". OK was clicked to dismiss and proceed to Z-axis zeroing.

ShopBot console terminal showing toolpath log output with a confirmation dialog overlaid reading 'Tool is now Zeroed in X and Y Axis (At 0001)', the STOP button is active on the Position panel indicating the machine has paused for the confirmation

X and Y zeroed, confirmation dialog reads "Tool is now Zeroed in X and Y Axis". OK clicked to proceed to Z zeroing.

For Z-axis zeroing, the touch-plate method was used. The console prompted: "HIT ENTER! When above plate and Ready to Zero (At 0010)", indicating that the alligator clip had been attached to the bit and the touch plate placed on the material surface, ready for the automatic Z-probe routine.

ShopBot console with a dialog reading '*** HIT ENTER! When above plate and Ready to Zero (At 0010)', the machine is paused waiting for the operator to confirm the touch plate is in position and the spindle is above it before running the Z-zero probe routine

Z-zeroing prompt, operator confirms the touch plate is in position and the spindle is above it before the auto-probe routine lowers the bit to find the material surface.

After the Z-probe completed, the console displayed a safety reminder: "PLEASE REMEMBER TO REMOVE ALLIGATOR CLIP AND PUT AWAY PLATE". This is a critical step, leaving the clip attached during cutting would create a short-circuit risk as the bit moves across the sheet.

ShopBot console with the safety reminder dialog reading '***PLEASE REMEMBER TO REMOVE ALLIGATOR CLIP AND PUT AWAY PLATE*** (At 0010)', a post-Z-zero safety prompt requiring the operator to remove the touch plate and clip before cutting begins

Post-Z-zero safety reminder, alligator clip and touch plate must be removed before cutting starts to avoid a short-circuit.

With X, Y, and Z all zeroed, the Position panel and Toolpath List confirmed the machine was ready to cut. Profile 1, Profile 2, and Profile 3 were all checked in the Toolpath List, and the Cut Part button was visible and ready to initiate the run.

Close-up of the ShopBot Position panel and Toolpath List, Profile 1, Profile 2, and Profile 3 all checked, Drill 1 unchecked; the green Cut Part button is visible at the bottom of the Position panel, confirming the machine is zeroed and ready to begin cutting

Machine zeroed and ready, Profile 1, 2, and 3 checked in the Toolpath List; Cut Part button confirms the ShopBot is ready to run.

13. Running the Toolpaths on the ShopBot

The first .sbp part file was loaded into the ShopBot using the FP, Part File Load command. The dialog shows the file path and cutting parameters before the run begins. The Position panel displays the current machine coordinates as the operator confirms the file is correct.

ShopBot interface with the FP Part File Load dialog open, file path and parameters visible; 3D sheet view in the background showing the full plywood layout; Position panel on the right displaying current X, Y, Z coordinates with Profile 3 checked in the Toolpath List

Part file loaded via FP command, file parameters confirmed before the toolpath run begins.

The ShopBot console prompted: "Start Routine with 'Start' Button then click 'Ok' to Run PartFile". This step also requires the operator to turn on the router/spindle manually before clicking OK, ensuring the bit is spinning before it enters the material.

ShopBot console terminal with a dialog reading 'Start Routine with Start Button then click Ok to Run PartFile', machine paused at the pre-cut confirmation step requiring the operator to start the spindle and press OK before cutting begins; STOP button active on the Position panel

Pre-cut confirmation, operator starts the spindle, then clicks OK to begin the toolpath run. The machine holds until confirmed.

A second .sbp file was loaded for the next toolpath pass using the same FP command. The Position panel shows the machine has moved to a new coordinate after completing the previous pass, and the status returned to ACTIVE ready for the next file.

ShopBot interface with a second FP Part File Load dialog open, the Position panel shows new X, Y, Z coordinates after the previous pass, ACTIVE status confirmed; Profile 3 remains in the Toolpath List indicating the next pass is being loaded

Second toolpath file loaded, machine returned to ACTIVE after the previous pass; next .sbp file queued and ready to run.

The same start-routine confirmation dialog appeared again for the second file, requiring the spindle to be started and OK clicked before the ShopBot would proceed. This two-step confirmation is repeated for each part file loaded, ensuring the operator is present and attentive at the start of every pass.

ShopBot console terminal showing the start-routine confirmation dialog again for the second toolpath file, 'Start Routine with Start Button then click Ok to Run PartFile' with a note to turn on the Router/Spindle before proceeding; STOP button active

Start-routine confirmation repeated for the second pass, spindle started, OK clicked to begin the next toolpath run.