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.
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.
Setup & Work Coordinate System
Tool Selection & Tool Library
Feeds & Speeds
Stepover & Stepdown
Stock to Leave
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.
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.
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.
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.
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.
| Parameter | Face | Adaptive Clearing | Contour |
|---|---|---|---|
| Primary Purpose | Flatten top surface | Remove bulk material (roughing) | Finish vertical walls |
| Typical Stepover | 60–80 % of tool diameter | ≈ 40 % (auto-calculated) | N/A (single pass along profile) |
| Typical Stepdown | Often a single pass | 1× to 2× tool diameter | 1–4 mm per pass |
| Stock to Leave | 0 mm (final surface) | 0.2–0.5 mm radial | 0 mm (final surface) |
| Geometry Selection | None (uses stock boundary) | Pocket floor / model boundary | Edge 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.
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.
| Strategy | Strengths | Limitations |
|---|---|---|
| Face | Fast 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 Clearing | Constant 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. |
| Contour | Produces 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. |
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.
| Aspect | 2D Toolpaths (This Lesson) | 3D Toolpaths (Advanced) |
|---|---|---|
| Z-axis movement | Steps down to fixed depth levels; cuts at constant Z within each level | Continuously varies Z to follow curved surfaces |
| Best geometry | Flat tops, vertical walls, prismatic pockets | Organic curves, sculpted forms, drafted surfaces |
| Typical role | Roughing and finishing of flat / vertical features | Finishing of complex contoured surfaces |
| Computation time | Fast — seconds to a few minutes | Longer — 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
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.