How the cut layout works
For a single uniform part size, the most reliable layout is a grid — every part in the same orientation, aligned in rows and columns. The calculator fits as many rows and columns as the sheet allows, accounting for the saw kerf consumed by each cut:
parts per row = floor((sheet + kerf) ÷ (part + kerf)) parts per col = floor((sheet + kerf) ÷ (part + kerf)) parts per sheet = row × col sheets needed = ceil(qty needed ÷ parts per sheet)
The "+kerf" inside the divide accounts for the first cut consuming no kerf on the outside edge while every subsequent cut adds one kerf width. The calculator tries both orientations (part as-entered and part rotated 90°) and picks whichever fits more parts.
When to use a real nesting program
A grid layout is optimal for a single part size, but if you are cutting multiple different parts from the same sheet — different drawer sides, shelf widths, custom pieces — a true 2D bin-pack will save material. Free options that handle mixed parts: CutList Optimizer (browser), MaxCut (free tier), Cutlist Plus fx.
Common mistakes
- Forgetting kerf. A perfect on-paper layout that ignores kerf is short by (n−1) × kerf — about 7/8 in over a tight 8-cut layout.
- Cutting from a single line. Mark each cut individually from a fresh reference edge. Cumulative measurement error compounds.
- Not accounting for grain. If you are using plywood with a directional face grain, rotating parts may save material but ruin the look. Lock the orientation when it matters.
- Skipping the sacrificial backer. A piece of foam or sacrificial sheet underneath supports the cut and prevents tearout on the bottom face.
