← All Modules
12 Manufacture

Ready to Build

Design for 3D printing, CNC, laser cutting, and sheet metal — so your parts come off the machine right.

Design for Manufacturing

DFM shapes CAD geometry around production constraints. A bracket that looks perfect on screen might need five-axis machining when a redesign could use a three-axis mill. Consider these constraints from the start.

3D Printing (FDM)

FDM builds layer by layer from filament. Module 5 covered print orientation for strength; here are the additional DFM constraints:

  • Overhang Rules (45° Max): Surfaces beyond 45° from vertical need supports. Chamfer overhangs to 45° to self-support.
  • Support Material: Supports waste filament, add time, and leave rough surfaces. Minimize with chamfers, splitting, or reorientation.
  • Minimum Wall Thickness (1.2 mm): Three perimeters with a 0.4 mm nozzle. Structural parts: 1.6 mm+.
  • Infill: 25-40% gyroid balances time against strength for robotics parts.
  • Bridging: Horizontal spans can bridge up to ~50 mm unsupported. Keep bridges short with full cooling.
  • Build Plate Adhesion: Large flat surfaces warp when cooling. Use brims and chamfered first layers.
CNC Machining

CNC removes material from a solid block with rotating cutters. Tool geometry imposes hard constraints on achievable shapes.

  • Tool Radius Constraints: End mills are round, so internal corners always have a radius >= the tool. Design fillets in from the start.
  • Dogbone Fillets: For pockets needing sharp corners, add dogbone or T-bone relief cuts so mating parts seat fully.
  • Minimum Pocket Depth: Deep narrow pockets cause deflection and chatter. Keep depth-to-width below 4:1.
  • Fixturing: Design flat clamping surfaces. Minimize setups (flips) -- each adds cost and alignment error.
  • 3-Axis vs 5-Axis: 3-axis approaches from the top only. Undercuts and angled holes need extra setups or 5-axis. Designing for 3-axis saves cost.
Laser Cutting

A focused beam cuts 2D profiles from flat sheet. Fast, precise, cheap -- a staple of robotics prototyping.

  • Kerf Compensation: The laser vaporizes a thin strip (~0.1-0.3mm kerf). Offset by half-kerf for precise dimensions. Most software does this automatically.
  • Minimum Feature Size: At least equal to material thickness. 3mm sheet = no features smaller than 3mm.
  • Tab Placement: Small tabs (micro-joints) hold parts during cutting. Place on straight edges away from critical dimensions.
  • Nesting: Arrange parts to minimize waste. Share cut lines where possible. Good nesting saves 20-30% on material.
Sheet Metal

Press brakes bend flat metal into 3D shapes. Design requires understanding how material stretches and compresses at bends.

  • Bend Radius: Minimum inside radius depends on material and thickness. For mild steel, typically equals thickness. Tighter = cracking.
  • K-Factor: Neutral axis shifts inward during bending. K-factor (0.3-0.5) is essential for accurate flat patterns.
  • Flat Pattern: The 2D shape that folds into the final part. CAD calculates it from bend allowance, K-factor, and thickness. Verify before fabrication.
  • Relief Cuts: Where bends meet at a corner, add a relief notch to prevent tearing.
  • Minimum Flange Length: Must be long enough for the die to grip -- typically 4x thickness plus bend radius.
Export Formats

Wrong format = wasted time. Match the format to the process.

Format Best For What It Contains Notes
STL 3D Printing Triangle mesh (surface only) Universal for FDM/SLA slicers. No color, no units metadata. Set resolution to "fine" when exporting.
STEP (.stp) CNC Shops Exact B-rep geometry with tolerances Industry standard for exchanging solid models. Preserves curves, surfaces, and feature accuracy.
DXF Laser Cutting 2D vector geometry Export sketches or flat patterns as DXF. Ensure correct scale (mm vs inches) before sending.
3MF Modern 3D Printing Mesh + color + materials + units Replacement for STL. Includes units, print settings, and multi-material support. Preferred by modern slicers.
DFM Checklist

Run through this before sending any part to fabrication.

1
Choose Manufacturing Method

Based on quantity, material, complexity, and budget. Prototypes: 3D print. Production: CNC or injection molding.

1 Experience
2 Reflect
3 Theorize
4 Apply
2
Design Within Constraints

Apply process-specific rules from the start. Don't design freely and fix later.

3
Check Minimum Features

Verify holes, slots, ribs, and thin sections meet minimums. Flag anything below threshold.

4
Verify Wall Thickness

No walls thinner than process minimum. FDM: 1.2mm. CNC aluminum: typically 0.8mm.

5
Add Draft Angles if Needed

Injection molding and casting: 1-3 degrees on vertical walls. CNC and 3D printing generally skip draft.

6
Run DFM Analysis

Use built-in DFM analysis or a service like Xometry's instant quote to flag problems.

7
Export Correct Format

STL/3MF for printing, STEP for CNC, DXF for laser. Double-check units and resolution.

DFM Tip: Start with the simplest process (often 3D printing), validate, then adapt for production. Catch problems early when changes are cheap.

Mounting Bracket — designed with DFM principles: uniform wall thickness, filleted internal corners, and properly sized bolt holes.

Challenge

Adjust tolerances so the total stack-up stays under 0.5mm while keeping each individual tolerance realistic (> 0.05mm).

⚠ Predict First

If three parts each have +/-0.1mm tolerance, what is the worst-case total stack-up?

Worst-case stack-up = sum of all individual tolerances in the chain.

Statistical (RSS) = square root of sum of squared tolerances — more realistic for production.

Example: 3 parts at +/-0.1mm each: worst-case = 0.6mm, RSS = 0.35mm

Rule of thumb: if stack-up > 50% of your clearance, redesign the tolerance chain.

Guided Exploration
  1. Set all three tolerances to 0.1mm. Read the worst-case stack-up.
  2. Now tighten the middle part to 0.05mm. How much did the total improve?
  3. Find the loosest tolerances that keep the stack-up under 0.5mm.
Stage 2 Pause and Reflect
✓ Your reflections are saved automatically
Stage 4 Apply What You Learned

You are designing a gearbox housing that will be 3D printed. Two shafts must be parallel within 0.1mm.

  • Identify the tolerance chain from one shaft bore to the other
  • Calculate whether FDM printing can achieve the required precision
  • Plan design features that help (e.g., press-fit bearings, alignment pins)
  • Decide: should you print in one piece or assemble from multiple parts?
0 / 4
← Previous
Next →