AUTODESK FUSION 360 • MANUFACTURING (CAM)

Manufacturing Setup — Switch to Manufacturing workspace and create a setup (WCS, stock) (intro)

Learn how to transition from design to fabrication by defining coordinate systems and raw material boundaries in Fusion 360.

Historical Context & Motivation

For centuries, artisans shaped materials by hand, relying on intuition, jigs, and physical templates to guide their tools. The advent of Computer Numerical Control (CNC) in the mid-twentieth century transformed manufacturing by replacing manual guidance with digital instructions. Yet a CNC machine cannot simply read a 3D model and start cutting — it needs to know where on the physical workpiece the model lives and how much raw material surrounds it. These two questions — coordinate origin and stock definition — form the foundation of every CAM setup, and they are the very first decisions you make when moving from the Design workspace to the Manufacturing workspace in Fusion 360.

1952
MIT Servomechanism Lab
The first numerically controlled milling machine is demonstrated, reading punched tape to move a cutting tool along programmed paths — the birth of NC machining.
1970s
CAM Software Emerges
Computer-Aided Manufacturing programs begin translating 3D geometry into G-code, introducing the concept of a software-defined work coordinate system (WCS) to bridge virtual models and physical machines.
1990s
Parametric CAD/CAM Integration
Software like Pro/ENGINEER links design and manufacturing in a single file. Changes to the 3D model automatically propagate to toolpaths, making setup parameters even more critical.
2013
Fusion 360 Launch
Autodesk releases Fusion 360 as a cloud-based platform uniting Design, Manufacturing, and other workspaces. Artists and designers gain accessible CNC toolpath generation inside the same environment where they model.

The central question this lesson addresses is deceptively simple: once you have finished designing an object in Fusion 360, what do you need to tell the machine before it can make a single cut? The answer lies in two foundational concepts — the Work Coordinate System (WCS) and the stock definition — both of which are configured inside the Manufacturing workspace's Setup dialog.

Core Principles & Definitions

Before diving into buttons and menus, it helps to internalize a handful of foundational ideas that govern every manufacturing setup. Think of these principles as the grammar of CNC communication — without them, the machine cannot interpret your design intentions.

1

Manufacturing Workspace

Fusion 360 organizes tools into workspaces. Switching from Design to Manufacturing reveals the CAM toolbar — including Setup, 2D/3D milling, turning, and post-processing commands.
2

Setup

A Setup is the container that binds a WCS origin, stock geometry, and machining operations together. Every toolpath you create lives inside a Setup.
3

Work Coordinate System (WCS)

The WCS defines the X, Y, and Z origin point and axis orientation that the CNC machine uses. It tells the machine where (0, 0, 0) is on the physical workpiece.
4

Stock

Stock represents the raw material block from which the part will be machined. It can be a rectangular prism, cylinder, or custom shape, and it defines where cutting begins.
5

Stock Offset

A uniform or per-side allowance added around the model bounding box to represent extra material. Offsets ensure the stock fully encloses the finished part.
KEY TAKEAWAY
Imagine you are a sculptor who has just received a rough marble block. Before you chisel anything, you decide which corner of the block will be your reference point and mark three perpendicular lines along its edges. That reference corner is your WCS origin, and the marble block itself is your stock. Without both of these, neither you nor the CNC machine would know where to start removing material.

Visual Explanation — The Setup Dialog

The diagram below illustrates the relationship between the Fusion 360 interface and the physical machining environment. On the left, you see the software's Setup dialog with its three critical tabs — Setup (WCS), Stock, and Post Process. On the right, the resulting physical configuration is depicted: a raw material block clamped to a machine table, with the WCS origin clearly marked.

Left: The Fusion 360 Setup dialog with its three tabs — Setup (WCS), Stock, and Post Process. Right: The physical machine table showing the stock block (dashed purple), the part geometry (solid cyan), and the WCS origin axes (X in green, Y in amber, Z in red). Dashed lines connect the software settings to their physical counterparts.

Notice how the dashed lines connect software settings to their physical counterparts. The Setup (WCS) tab determines the position and orientation of the origin on the real workpiece — the pink dot at the corner of the stock where the three colored axes converge. The Stock tab defines the outer boundary of the raw material, shown as a dashed purple rectangle. If you are a sculptor, this is you drawing an outline around the marble block and marking your starting corner before picking up a chisel.

How It Works — WCS & Stock Configuration

Step-by-Step: Switching to Manufacturing

Fusion 360 uses a workspace-based interface where each workspace exposes a different set of tools. When you open a file that was created in the Design workspace, the toolbar displays modeling commands such as Extrude, Fillet, and Revolve. To access CAM features, you click the workspace dropdown in the upper-left corner of the screen and select Manufacturing. The toolbar immediately changes, revealing a new ribbon that begins with the Setup command. This transition is non-destructive — your design data remains intact and fully editable — but it mentally shifts your focus from what the part looks like to how it will be made.

Configuring the WCS Origin

Inside the Setup dialog, the first tab lets you choose the WCS origin. This is the point on your model (and by extension, on the physical workpiece) that will correspond to machine coordinates (0, 0, 0). Common origin choices include the top center of the stock (popular for 3-axis milling because it is easy to probe) and the bottom-left corner (intuitive for parts that sit flat on a machine vise). The orientation of the X, Y, and Z axes can be set to match the model's coordinate system, a selected face, or a custom vector. In practice, the Z axis almost always points upward — away from the table — because CNC mills retract the spindle along Z for safety clearance.

Defining Stock Geometry

The Stock tab offers several modes for describing the raw material. Relative Size Box wraps a rectangular prism around the part's bounding box with a user-defined offset on each side — for instance, adding 2 mm on all sides to represent a slightly oversized aluminum blank. Fixed Size Box lets you type exact width, height, and depth values to match a pre-cut billet you already have in the shop. Relative Size Cylinder and Fixed Size Cylinder serve the same purpose for round bar stock. Finally, From Solid allows you to select an existing body in the design as the stock shape — invaluable when machining a casting or a 3D-printed blank with an irregular form.

STOCK BOUNDING DIMENSIONS
Stock_dim = Part_dim + 2 × Offset
Where Stock_dim is the final stock size along one axis, Part_dim is the part's bounding-box measurement along that axis, and Offset is the user-defined per-side allowance. The factor of 2 accounts for material on both sides.
⚙️ Why Z Points Up
CNC machines retract the spindle along the Z axis to clear the workpiece between operations. If Z pointed sideways, the machine would attempt to lift in the wrong direction, risking a collision. By convention, Z is perpendicular to the machine table surface and points away from it.

Detailed Breakdown — Stock Mode Comparison

Choosing the correct stock mode is analogous to choosing the right canvas size before painting — too small and you clip your composition; too large and you waste material and machining time. The diagram below shows the five stock modes side by side, each wrapping around the same example part.

Five stock modes available in the Fusion 360 Setup dialog. Each card shows the stock boundary (dashed purple) surrounding the part geometry (solid cyan). The lower panel summarizes when to use each mode.
Stock Mode Comparison
Stock ModeShapeInput RequiredBest For
Relative Size BoxRectangular prismOffset per side (mm/in)General-purpose milling; quick setup
Fixed Size BoxRectangular prismExact W × D × HPre-cut billets with known measurements
Relative CylinderCylinderRadial & axial offsetRound parts from standard bar stock
Fixed CylinderCylinderExact Ø × lengthLathe-turned or pre-drilled round blanks
From SolidArbitrary bodySelect body in designCastings, 3D prints, multi-operation restocking

Worked Example — Setting Up a Sculptural Relief Panel

Imagine you have designed a 200 mm × 150 mm × 25 mm sculptural relief panel in Fusion 360's Design workspace. The panel features organic, flowing forms inspired by Art Nouveau motifs. You plan to CNC-mill it from a slab of walnut. Let us walk through the complete setup process.

CNC Setup for a Walnut Relief Panel
1
Step 1 — Switch to Manufacturing WorkspaceClick the workspace dropdown in the upper-left corner of Fusion 360 (it currently reads Design). Select Manufacturing. The toolbar changes to show Setup, Milling, Turning, Additive, and Inspect tabs.
Manufacturing workspace active; CAM toolbar visible.
2
Step 2 — Create a New SetupIn the Manufacturing toolbar, click Setup → New Setup. The Setup dialog opens with three tabs. Under Operation Type, select Milling. Select the panel body as the machining model.
Setup dialog open; milling selected; panel body highlighted.
3
Step 3 — Set the WCS OriginUnder Work Coordinate System, set Orientation to Model orientation (the part was modeled with Z facing up). Set Origin to Stock box point and choose the top-center dot. This places (0, 0, 0) at the top center of the stock, making it easy to probe on the real machine with a touch-off tool.
WCS origin = top center of stock; Z points up.
4
Step 4 — Define the StockClick the Stock tab. Select Relative Size Box as the mode. Enter a stock side offset of 3 mm on all sides and 2 mm on top (Z+) and 0 mm on bottom (Z−, since the panel rests flat). The resulting stock dimensions are: Width = 200 + 2 × 3 = 206 mm, Depth = 150 + 2 × 3 = 156 mm, Height = 25 + 2 + 0 = 27 mm.
Stock = 206 mm × 156 mm × 27 mm walnut slab.
5
Step 5 — Verify and ConfirmThe viewport now shows a translucent orange/yellow box surrounding the cyan panel geometry, with three colored arrows at the origin. Orbit around the model to confirm the axes make sense: X should run along the panel's long edge, Y along the short edge, and Z upward. Click OK to finalize the setup. A new Setup node appears in the Browser panel on the left.
Setup complete. Ready to add toolpaths (e.g., Adaptive Clearing, 3D Contour).

WCS Origin Placement — Pros & Cons

Where you place the WCS origin has practical ramifications that extend beyond software convenience — it affects how quickly you can set up on the machine, how reproducible the alignment is, and whether your G-code coordinates will be positive or negative. The table below compares four common origin placements for 3-axis milling.

Common WCS origin placements for 3-axis CNC milling
Origin PlacementAdvantagesDisadvantages
Top CenterEasy to probe with a touch-off plate; Z values are all negative (predictable). Symmetric X/Y offsets.Requires centering calculation or edge finder. Not ideal for asymmetric parts.
Top-Left CornerSimple to locate by touching two edges. All X and Y values positive. Intuitive for rectangular parts.Inconsistent corner choice can lead to mirror errors. Harder on round stock.
Bottom CenterZ values all positive; natural for engraving where depth is measured from table surface.Difficult to probe the bottom of clamped stock. Requires precise table datum.
Model OriginMatches the design coordinate system exactly. Consistent across multiple setups.May not correspond to a physical feature on the stock, making it hard to locate on the machine.
KEY TAKEAWAY
Think of the WCS origin like the registration marks on a silk-screen print. If the marks are placed on easily identifiable features (corners, centers), you can align every layer precisely. If they land in the middle of a blank field, alignment becomes guesswork. Choose an origin that corresponds to a probeable physical feature on your stock — an edge, a corner, or the top surface — so that the machine operator can reliably find it every time.

Connection to Advanced Manufacturing Concepts

The basic setup covered in this lesson — a single WCS with a simple stock block — is sufficient for straightforward 3-axis milling jobs. However, as your designs grow more complex, you will encounter scenarios that demand more sophisticated configurations. Multi-axis machining (4- and 5-axis), multi-setup workflows (flipping the part to machine both sides), and advanced stock definitions (using a previous operation's result as the new stock) all build upon the fundamentals introduced here.

Intro vs. Advanced Manufacturing Setup Concepts
ConceptIntro-Level (This Lesson)Advanced Application
WCSSingle origin, Z-up, fixed orientation.Multiple WCS offsets (G54, G55, …) for multi-part fixtures; tilted WCS for 3+2 machining.
StockRelative or fixed box/cylinder around a single part."From Solid" or "From previous setup" for multi-op restocking; near-net-shape castings.
OrientationModel orientation or select a planar face for Z.Dynamic tool axis with simultaneous 5-axis control; wrap toolpaths for rotary axis (4th axis).
SetupsOne setup per file, one side of the part.Multiple setups for flip operations; fixture design; tombstone machining.

As a Visual Arts student, you may eventually explore multi-axis sculpting — carving a piece from multiple angles using a 4th or 5th rotary axis. In those workflows, the WCS setup becomes even more critical because the machine must know how each rotation relates to the original coordinate system. Mastering the single-setup fundamentals in this lesson gives you the vocabulary and mental model needed to tackle those advanced configurations with confidence.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain, in your own words, why a CNC machine cannot simply import a 3D model and begin cutting without a Setup. What two critical pieces of information does the Setup provide?
PROBLEM 2BASIC CALCULATION
A ceramic tile measures 120 mm × 80 mm × 10 mm. You choose the Relative Size Box stock mode and set a uniform offset of 5 mm on all six sides. What are the resulting stock dimensions (Width × Depth × Height)?
PROBLEM 3INTERMEDIATE
You are milling a jewelry box lid that measures 100 mm × 60 mm × 15 mm. Your wood supplier only stocks planks that are 110 mm wide, 200 mm long, and 18 mm thick. Which stock mode should you choose, and how would you orient the WCS so that Z points upward and the long edge of the plank aligns with X?
PROBLEM 4APPLIED
You are a sculptor who has 3D-scanned a hand-carved clay maquette and imported the mesh into Fusion 360. You want to CNC-mill a larger version from a foam block. The maquette's bounding box is 85 mm × 55 mm × 120 mm, and you plan to scale it up 3× before machining. Describe the complete setup workflow: workspace switch, WCS placement, stock mode, and stock dimensions.
PROBLEM 5CRITICAL THINKING
A classmate argues that the WCS origin does not matter because 'the machine will cut the same shape regardless of where (0, 0, 0) is.' Construct a detailed counter-argument, citing at least two practical consequences of a poorly chosen WCS origin.

Lesson Summary

This lesson introduced the essential first step in Fusion 360's CAM pipeline: switching from the Design workspace to the Manufacturing workspace and creating a Setup. A Setup is the foundational container that defines two critical parameters: the Work Coordinate System (WCS), which establishes the origin point (0, 0, 0) and axis orientation on the physical workpiece, and the stock definition, which describes the raw material block from which the CNC machine will remove material.

We examined five stock modes — Relative Size Box, Fixed Size Box, Relative Cylinder, Fixed Cylinder, and From Solid — and learned that the choice depends on whether you are working with standard rectangular billets, round bar stock, or irregular blanks like castings. We compared four common WCS origin placements (top center, top-left corner, bottom center, model origin), noting that the best choice is always one that corresponds to a probeable physical feature. Finally, we connected these introductory concepts to advanced topics like multi-axis machining and multi-setup workflows, which build directly upon the single-setup fundamentals mastered here.

Varsity Tutors • Autodesk Fusion 360 • Manufacturing Setup — Switch to Manufacturing workspace and create a setup (WCS, stock) (intro)