Module 3 · Design & Making

How ideas become real parts — and why most first guesses fail.

Design isn't drawing. It's deciding — under constraints that fight each other, with processes that are never exact, in materials that bend and break. In five lessons you'll build the reasoning that engineers use every day: from "what must this part do?" all the way to "which machine should make it?" Every idea is derived from something you can observe, and every lesson gives you a simulation to push on.

0%
01

Design is deciding under constraints

Pick up any made object near you — a pen, a phone bracket, a chair leg. It looks like one thing, but it's really a stack of decisions: this material and not that one, this thickness, this shape, this way of making it. Someone chose every one of those, and every choice closed some doors while opening others. That's the ground truth of design: a designed object is a frozen argument about trade-offs.

Why not just build it and see?

It's a fair question. Guessing-then-building works fine for a sandcastle. It fails for real parts for three observable reasons:

So engineers run a loop instead of a gamble: define what the part must do (the constraints), ideate several ways to do it, prototype the most promising one cheaply, test it against the constraints, and iterate. Each lap around the loop is cheap; each one buys information. The loop isn't bureaucracy — it's the mathematically sane response to expensive failure and conflicting goals.

First principle

You can't maximize everything at once. Strength, weight, and cost pull the same design variable — how much material you use — in opposite directions. Good design isn't finding a magic answer; it's deliberately choosing which constraint to relax, and knowing why.

Try to beat the triangle

Below is a simple aluminum wall bracket. Set how much load it must hold, the heaviest it's allowed to be, and the most it's allowed to cost. The load requirement dictates the thickness; the thickness dictates weight and cost. See if you can demand all three at once.

Constraint Trade-off ExplorerInteractive
 

Notice what happens when you push the load up: the bracket thickens, and the weight and cost bars climb whether you like it or not. When a bar turns red, you're not "failing" — you're seeing the design space honestly. Every real project lives inside that triangle.

02

Nothing is exact: tolerances and fits

Here's an experiment you can do with a $20 caliper: measure the same rod five times. You'll get 9.98, 10.01, 9.99, 10.02, 10.00 mm. Which one is "the" diameter? None of them — and it gets worse. Make five rods on the same machine with the same program and they'll all differ by a little. No process on Earth — not a 3D printer, not a CNC mill, not a Swiss lathe — produces an exact dimension. Cutting tools wear, machines flex, material springs back, temperature drifts.

First principle

A dimension without a tolerance is a wish, not a specification. The honest way to state a size is a range: a nominal value plus how far reality is allowed to wander from it — "10.00 ±0.05 mm" means "anywhere from 9.95 to 10.05 is acceptable."

Where fits come from

The moment two parts must work together — a pin in a hole is the classic case — tolerances stop being paperwork and start being physics. Only three things can happen:

One more truth: tolerance costs money, nonlinearly. Holding ±0.1 mm is routine; ±0.01 mm means slower cuts, better machines, more inspection. A good designer asks "how sloppy can this be and still work?" — and tightens only what must be tight.

Play the fit game

Set the pin and hole sizes and how much each is allowed to vary. Watch the two ranges on the diameter axis — the verdict is purely about whether those ranges overlap.

Pin-and-Hole Fit VisualizerInteractive

Try this: set pin and hole nominals just 0.02 mm apart, then widen the tolerances. The gamble zone appears fast. That's tolerance stack-up intuition — small uncertainties add, and designs must survive the worst-case combination, not the average.

03

Stress, strain, and why parts break

A thought experiment. You hang from a rope, and it holds. Now hang from two identical ropes side by side. Your weight didn't change, but each rope now carries half of it — and each rope is twice as far from snapping. Nothing about the rope material changed. What changed is how much force each bit of material has to carry.

That's the entire idea of stress. Force alone doesn't break things; force concentrated into too little material breaks things. Divide the force by the cross-sectional area that carries it and you get the intensity each square millimeter feels:

stress σ = F / A — measured in MPa (one MPa is one newton pressing on each square millimeter).

First principle

Materials don't respond to force — they respond to stress. A thread and a bridge cable can be the same steel; the cable survives because the same kind of load is spread over enormously more area. Strength is a property of the material; whether a part survives is a property of your geometry.

The three regimes

Pull on any solid bar and it passes through three behaviors, in order:

Real numbers, so your intuition is calibrated: 6061 aluminum yields near 276 MPa, mild steel near 250 MPa, and ABS plastic — the stuff of 3D prints — near 40 MPa. That factor of ~7 is why a printed hook and a machined hook are different animals.

Break some virtual metal

Pick a material and a cross-section, then pull. Watch the dot trace the stress–strain curve. Then do the important experiment: keep the force the same and shrink the area.

Virtual Pull-TestInteractive
 

Once the bar fractures it stays broken — lowering the force doesn't un-break it. That's real: failure is a one-way door, which is exactly why engineers design to keep stress comfortably below yield, with a safety factor on top.

04

Choosing the process: printed, machined, or cut?

There are two fundamentally different ways to arrive at a shape. Additive processes (3D printing) start with nothing and place material only where the part is — so complexity is nearly free, but every cubic centimeter takes time to deposit, and you're limited to materials that can be melted and fused in place. Subtractive processes (CNC machining, plasma cutting) start with solid stock and remove everything that isn't the part — so you get the full strength of wrought metal, but every feature costs cutting time, and some shapes are unreachable by a tool.

Three questions decide almost everything

cost per part = (setup cost ÷ quantity) + cost per unit

Setup — programming, fixturing, calibration — is paid once. At quantity 1, the whole setup lands on a single part, so low-setup processes like printing win. At quantity 500, setup shrinks toward zero per part and the fast-per-part process wins, even if its setup was ten times bigger.

First principle

There is no "best" manufacturing process, only a best process for a given shape, material, and quantity. Change any one of the three and the answer can flip.

Watch the answer flip

Slide the quantity from 1 to 1000 and watch the cost-per-part curves cross. Then change the material to steel and see FDM drop out entirely.

Process SelectorInteractive
 

The crossover points you just found are the same ones a real shop quotes by. (They're also baked into Mavtech's own instant-quote engine — same arithmetic, more decimals.)

05

Design for manufacturing: think like the machine

CAD will happily let you draw anything — a knife-edge wall, a perfectly sharp internal corner, a shelf floating on air. The software doesn't care. The machine does. Design for manufacturing (DFM) is one habit: while you draw, mentally become the machine that will make it, and ask whether each feature is physically reachable.

Each process has non-negotiables, and they follow from how it works

First principle

A drawing is a request, and the machine can refuse. Every manufacturing process is a physical mechanism with geometric consequences — layers need support, round tools leave radii, torches cut flat. Design with those consequences and parts get cheaper, faster, and better all at once.

Run the DFM check yourself

Here's a bracket with a leaning flange, an internal corner, and a wall. Adjust the three features and watch each process pass, complain, or refuse.

DFM CheckerInteractive
 

What you can now reason about

If you worked through all five lessons, you can now derive — not recite — the core of design thinking:

This is the exact reasoning the Mavtech team runs on every customer part, every day — from CAD through printing, machining, and plasma cutting. Have a part of your own? Get an instant quote and see the trade-offs priced in real time.