AUTODESK FUSION 360 • MANUFACTURING (CAM)

CAM Toolpaths — Create basic 2D toolpaths (face, adaptive clearing, contour) (intro)

Transform your 3D designs into physical objects by guiding a CNC mill through three essential cutting strategies.

Historical Context & Motivation

As a visual-arts student, you likely understand the leap from concept sketch to finished sculpture — the moment when a design must become a tangible artifact. For centuries, that translation relied entirely on the artisan's hand and eye, but the rise of Computer-Aided Manufacturing (CAM) introduced a digital intermediary that converts 3D models into precise instructions for cutting machines. The particular instructions that tell a machine where to move, how fast to spin, and how deep to cut are called toolpaths, and they are the essential bridge between your screen-based design and the physical material on the mill's bed.

The evolution of CAM toolpaths mirrors a broader cultural shift from manual craftsmanship toward digitally mediated making — a shift that artists, designers, and architects increasingly engage with in fabrication labs and maker spaces worldwide.

1952
First NC Machine at MIT
The Servomechanisms Laboratory at MIT demonstrated the first Numerically Controlled (NC) milling machine, reading toolpath instructions from punched tape to carve contoured helicopter rotor blades.
1970s
CAM Software Emerges
Early mainframe programs began generating toolpaths from geometric data, replacing manual tape-coding with software-driven path planning — the birth of Computer-Aided Manufacturing.
1990s
Adaptive & High-Speed Strategies
Researchers developed adaptive clearing algorithms that maintained a constant tool engagement angle, dramatically reducing tool breakage and enabling faster, smoother material removal.
2013
Autodesk Fusion 360 Launches
Autodesk released Fusion 360, unifying CAD, CAM, and simulation in a single cloud-based platform — making professional-grade toolpath generation accessible to students and independent makers.
2020s
Digital Fabrication in the Arts
CNC milling has become a standard tool in fine-art studios, architectural model shops, and product-design programs, with 2D toolpaths — face, adaptive clearing, and contour — forming the foundational vocabulary of every CAM workflow.

The core question this lesson addresses is straightforward yet essential: given a 3D model you have designed in Fusion 360, how do you instruct a CNC mill to remove material in a controlled, efficient, and safe way using three fundamental 2D toolpath strategies — face, adaptive clearing, and contour?

Core Principles & Definitions

Before generating any toolpath in Fusion 360, you must understand a handful of foundational concepts that govern how a CNC mill interprets your design data. These principles apply regardless of which specific toolpath strategy you choose, and they will recur throughout every CAM project you undertake.

1

Setup & Work Coordinate System

A setup defines the orientation of your stock material, the coordinate origin (where X = 0, Y = 0, Z = 0), and the raw block dimensions. Think of it as the stage on which every toolpath will perform.
2

Tool Selection & Tool Library

Fusion 360 maintains a tool library with flat-end mills, ball-nose mills, and more. Each tool's diameter, flute count, and material grade influence the feeds and speeds the software calculates.
3

Feeds & Speeds

Feed rate (how fast the tool moves through material) and spindle speed (how fast the cutter rotates) together determine surface finish quality, machining time, and tool life.
4

Stepover & Stepdown

Stepover is how far the tool shifts laterally between passes, while stepdown (also called axial depth of cut) is how deep each layer goes. Smaller values yield finer finishes but take longer.
5

Stock to Leave

Many workflows deliberately leave a thin skin of material — the stock to leave allowance — that a finishing pass removes later. This protects the final surface during aggressive roughing operations.
KEY TAKEAWAY
Imagine you are preparing a canvas for a painting. The setup is the stretcher frame and gesso layer — it defines the boundaries and ground on which all subsequent work depends. Just as you would never start painting without priming and squaring your surface, you should never generate a toolpath without first confirming your setup's origin, stock dimensions, and tool selection.

Visual Explanation — The Three 2D Toolpaths

The diagram below illustrates the three fundamental 2D toolpath strategies side by side — face, adaptive clearing, and contour — applied to a simple pocket geometry. Each panel shows a top-down view of the tool's motion path over the stock material.

Left: the face toolpath zig-zags across the entire top of the stock to create a flat reference surface. Center: adaptive clearing spirals into a pocket while maintaining constant cutter engagement. Right: the contour toolpath traces the vertical walls of the pocket for a clean finish.

Notice the implied sequence: the face operation establishes a known flat datum, adaptive clearing excavates the bulk of the material efficiently, and the contour pass refines the vertical sidewalls. In practice, these three strategies often appear in exactly this order within a single Fusion 360 setup, forming a complete roughing-to-finishing workflow for prismatic geometry.

How Each Toolpath Works

Face Toolpath

The face operation is the simplest 2D toolpath. The cutter traverses back and forth across the top surface of the stock in straight, parallel passes, each offset from the previous pass by the stepover value. Its sole purpose is to produce a perfectly flat reference plane — analogous to planing a board in woodworking. In Fusion 360, you access it under 2D → Face in the Manufacturing workspace.

NUMBER OF FACE PASSES
N = ⌈ W / (D × Stepover%) ⌉
Where W = stock width, D = tool diameter, Stepover% = lateral step as a fraction of D (e.g., 0.70 for 70 %), and ⌈ ⌉ = ceiling function (round up to the next whole number).

Adaptive Clearing Toolpath

The adaptive clearing strategy (Fusion 360: 2D → 2D Adaptive) is an advanced roughing algorithm that maintains a nearly constant tool engagement angle throughout the cut. Traditional pocket-clearing toolpaths use concentric offsets that slam the tool into corners at full width, causing dangerous load spikes. Adaptive clearing avoids this by computing a smooth, spiraling path that rolls into corners, keeping the chip load predictable. The result is dramatically reduced tool wear, quieter cutting, and the ability to take deeper axial cuts because lateral forces remain low and consistent.

OPTIMAL CHIP LOAD
f_z = F / (n × S)
Where f_z = chip load per tooth (mm or inches), F = feed rate (mm/min), n = number of flutes, and S = spindle speed (RPM). Adaptive clearing allows higher feed rates because the consistent engagement prevents overload.

Contour Toolpath

The contour toolpath (Fusion 360: 2D → 2D Contour) is a finishing operation. The tool descends to a specified depth and traces the outline of the selected geometry — the perimeter of a pocket, the outside edge of a part, or any closed profile you choose. Because the contour pass typically removes only the thin skin of stock to leave from a prior roughing pass, it can use light cutting forces and finer feed rates, producing an excellent surface finish on vertical and near-vertical walls.

CONTOUR DEPTH OF CUT
Total Passes = ⌈ (Z_top − Z_bottom) / Stepdown ⌉
Where Z_top is the starting height, Z_bottom is the final depth, and Stepdown is the axial depth per pass. If the total depth is 12 mm and stepdown is 4 mm, the contour makes 3 passes.

Detailed Breakdown — Parameters & Workflow

Understanding when and why you choose each toolpath requires examining their key parameters side by side. The diagram below maps a typical Fusion 360 Manufacturing workspace workflow, from creating a setup to post-processing the final G-code.

The Fusion 360 CAM workflow: set up → select tool → configure feeds and speeds → generate face, adaptive, and contour toolpaths → simulate → post-process to G-code → machine the part.
Key parameter comparison for the three 2D toolpaths
ParameterFaceAdaptive ClearingContour
Primary PurposeFlatten top surfaceRemove bulk material (roughing)Finish vertical walls
Typical Stepover60–80 % of tool diameter≈ 40 % (auto-calculated)N/A (single pass along profile)
Typical StepdownOften a single pass1× to 2× tool diameter1–4 mm per pass
Stock to Leave0 mm (final surface)0.2–0.5 mm radial0 mm (final surface)
Geometry SelectionNone (uses stock boundary)Pocket floor / model boundaryEdge chain / profile

Worked Example — Milling a Simple Tray

Imagine you have designed a small rectangular wooden tray in Fusion 360 — overall dimensions 150 × 100 × 20 mm, with a single rectangular pocket 130 × 80 mm, 15 mm deep, and 5 mm corner radii. Your stock is a 160 × 110 × 25 mm block of walnut. You will use a 6 mm flat end mill with 2 flutes. The following steps walk through the complete toolpath-creation workflow.

Creating Face, Adaptive, and Contour Toolpaths for a Wooden Tray
1
Step 1 — Create a New SetupSwitch to the Manufacturing workspace. Right-click the Setup folder in the browser and select New Setup. Set the WCS origin at the top-center of the stock. Under the Stock tab, choose Fixed Size Box and enter 160 × 110 × 25 mm. Confirm the model is correctly positioned inside the translucent stock preview.
Setup created with stock extending 5 mm beyond the part on all sides and 5 mm above the top face.
2
Step 2 — Generate the Face ToolpathGo to 2D → Face. Select the 6 mm flat end mill from the tool library. Under Passes, set stepover to 70 % of the tool diameter (0.70 × 6 = 4.2 mm). The face toolpath will remove the 5 mm of extra stock height. Check Multiple Depths if the 5 mm is more than your machine can handle in one pass; for wood with a 6 mm tool, a single pass at 5 mm is usually fine.
Number of lateral passes ≈ ⌈110 / 4.2⌉ = 27 passes across the stock width.
3
Step 3 — Generate the Adaptive Clearing ToolpathGo to 2D → 2D Adaptive. Select the same 6 mm end mill. Under Geometry, choose the bottom face of the pocket as the machining boundary. Set the Maximum Stepdown to 5 mm (comfortable for wood) and the Radial Stock to Leave to 0.3 mm so the contour pass has material to clean up. Fusion 360 will automatically compute a spiral-like path. The pocket depth is 15 mm, so the algorithm will make ⌈15 / 5⌉ = 3 axial levels.
3 adaptive layers, each 5 mm deep, spiraling to clear the 130 × 80 mm pocket with 0.3 mm stock remaining on walls.
4
Step 4 — Generate the Contour ToolpathGo to 2D → 2D Contour. Select the pocket's perimeter edges as the contour chain. Set Bottom Height to −15 mm from the top, and Multiple Depths with a stepdown of 5 mm. Leave Stock to Leave at 0 mm — this is the finishing pass. Enable Compensation: In Computer so Fusion offsets the tool radius automatically.
3 contour passes at 5, 10, and 15 mm depth, removing the final 0.3 mm and leaving clean, finished walls.
5
Step 5 — Simulate and Post-ProcessRight-click the setup and choose Simulate. Watch the virtual tool remove material; verify there are no red collision warnings and the pocket floor and walls look correct. If satisfied, right-click the setup and choose Post Process. Select the post-processor that matches your CNC controller (e.g., Grbl, Mach3, LinuxCNC), name the output file, and export the .nc G-code file.
G-code file ready to load on the CNC machine for cutting the walnut tray.

Strengths & Limitations of Each Strategy

No single toolpath strategy is optimal for every situation. Each excels in a specific role — much like how a sculptor selects a rasp, a riffler, and a polishing cloth at different stages rather than using one tool for everything.

Strengths and limitations of the three fundamental 2D toolpaths
StrategyStrengthsLimitations
FaceFast and simple; produces an excellent flat datum; minimal parameter decisions; good first operation in any setup.Only works on flat horizontal surfaces; cannot clear pockets or shape walls; limited to the top plane of the stock.
Adaptive ClearingConstant tool engagement reduces vibration and extends tool life; allows deeper axial cuts; excellent for clearing large volumes quickly.Leaves stock to leave on walls (requires a finishing pass); path computation takes longer; beginners may find the spiral motion unintuitive to troubleshoot.
ContourProduces smooth, finished vertical walls; precise profile control; supports tabs to hold parts in place during cutout operations.Not designed for bulk removal (slow if too much material remains); limited to vertical or near-vertical surfaces; cannot finish pocket floors.
KEY TAKEAWAY
Think of the three toolpaths the way a printmaker thinks about proofing stages. The face pass is like leveling and surfacing the block — establishing a known, clean ground. Adaptive clearing is the aggressive carving phase, where you remove the bulk of waste material to reveal the rough form. The contour pass is the final refining cut — the burnishing that turns a rough proof into a sharp, exhibition-quality print. Used together in sequence, these three strategies give you complete control over the transition from raw stock to finished artifact, whether you are milling a gallery-ready relief panel or a functional sculptural object.

Connection to Advanced Toolpath Strategies

The three 2D toolpaths you have learned — face, adaptive clearing, and contour — form the foundation upon which more sophisticated strategies are built. Fusion 360's Manufacturing workspace also provides 3D toolpaths (such as Parallel, Scallop, Pencil, and Steep and Shallow) that move the tool simultaneously in X, Y, and Z to machine curved and freeform surfaces — the kind of organic geometry common in sculpture, jewelry, and industrial design. Understanding 2D strategies is essential because even complex 3D jobs typically begin with a 2D face and adaptive rough before transitioning to 3D finishing passes.

2D vs. 3D toolpath strategies in Fusion 360
Aspect2D Toolpaths (This Lesson)3D Toolpaths (Advanced)
Z-axis movementSteps down to fixed depth levels; cuts at constant Z within each levelContinuously varies Z to follow curved surfaces
Best geometryFlat tops, vertical walls, prismatic pocketsOrganic curves, sculpted forms, drafted surfaces
Typical roleRoughing and finishing of flat / vertical featuresFinishing of complex contoured surfaces
Computation timeFast — seconds to a few minutesLonger — minutes to tens of minutes for dense meshes

As you progress, you will find that multi-axis machining (4-axis and 5-axis), turning, and additive manufacturing toolpaths all share the same conceptual scaffolding: define a setup, select a tool, configure cutting parameters, simulate the result, and post-process to machine-readable code. Mastering the three 2D strategies places you firmly on that path.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why the face toolpath is typically the first operation in a CAM setup. What problem would arise if you skipped it and went directly to adaptive clearing?
PROBLEM 2BASIC CALCULATION
You have a stock block that is 200 mm wide and you are using a 10 mm flat end mill with a stepover of 70 %. How many lateral passes will the face toolpath require to cover the full width?
PROBLEM 3INTERMEDIATE
You need to mill a 20 mm deep pocket using adaptive clearing with a maximum stepdown of 6 mm and a radial stock-to-leave of 0.25 mm, followed by a contour pass with a stepdown of 5 mm and 0 mm stock to leave. How many total depth levels will the adaptive pass create, and how many contour passes will be needed to finish the walls?
PROBLEM 4APPLIED
You are designing a wooden relief panel for a gallery installation — 300 × 300 × 30 mm stock, with a sculptural pocket 10 mm deep that has both straight walls and 8 mm filleted inside corners. You have a 6 mm flat end mill and a 3 mm flat end mill available. Describe the complete sequence of 2D toolpaths you would create, specifying which tool to use for each operation and why.
PROBLEM 5CRITICAL THINKING
Adaptive clearing maintains a constant tool engagement angle, whereas a conventional pocket-clearing toolpath uses concentric offset passes that can slam the cutter into corners at full engagement. Analyze why constant engagement matters from both a physical-forces perspective and an aesthetic-quality perspective. How might the choice between these two strategies affect the final surface quality of an art object being CNC-milled from hardwood?

Lesson Summary

This lesson introduced the three foundational 2D toolpath strategies in Autodesk Fusion 360's Manufacturing workspace. The face toolpath removes material from the top of the stock to establish a flat datum plane, using parallel zig-zag passes governed by stepover (lateral spacing) and tool diameter. Adaptive clearing is a roughing strategy that maintains a constant tool engagement angle through spiraling paths, enabling aggressive stepdown depths with less vibration and extended tool life. It typically leaves a thin stock-to-leave allowance for the finishing pass.

The contour toolpath is a finishing operation that traces the profile of vertical walls, removing the remaining stock to produce a smooth, exhibition-quality surface. Together, these three strategies — applied in sequence within a single setup — form a complete roughing-to-finishing workflow for prismatic geometry. By mastering feeds and speeds, tool selection, simulation, and post-processing to G-code, you gain the ability to translate your digital designs into precisely machined physical objects — an increasingly essential capability for contemporary visual-arts practice.

Varsity Tutors • Autodesk Fusion 360 • CAM Toolpaths — Create basic 2D toolpaths (face, adaptive clearing, contour) (intro)