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.
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:
- Building is expensive. Material, machine time, and labor are spent whether the part works or not.
- Failure is often invisible until late. A bracket that's 10% too weak looks identical to one that's fine — until it's under load.
- Requirements conflict. "Strong" wants more material. "Light" and "cheap" want less. You cannot discover the right balance by luck; you have to reason to it.
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.
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.
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.
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.
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:
- Clearance fit (slip fit): the largest possible pin is still smaller than the smallest possible hole. Every pin slides into every hole, every time.
- Interference fit (press fit): the smallest possible pin is still bigger than the largest possible hole. Assembly requires force, and the parts grip each other — sometimes exactly what you want, like a bearing pressed into a housing.
- The gamble zone: the ranges overlap. Some pin-and-hole pairs slide, some jam. On a run of 500 assemblies, this is how you get a mystery pile of "bad" parts that all passed inspection.
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.
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.
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).
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:
- Elastic: it stretches like a very stiff spring — and returns exactly when you let go. Strain (stretch ÷ original length) is proportional to stress.
- Plastic: past a threshold called the yield strength, atoms slide past each other permanently. Release the load and the bar stays bent. For most parts, this already counts as failure.
- Fracture: past the ultimate strength, the bar thins at a weak spot (necking) and tears apart.
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.
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.
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
- How complex is the shape? Internal channels and organic curves favor printing; flat profiles favor cutting; prismatic pockets-and-holes favor machining.
- What material must it be? If the job needs real steel or aluminum strength (Lesson 3!), FDM plastic is out, no matter how cheap it is.
- How many do you need? This one surprises people, and it comes down to one line of arithmetic:
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.
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.
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.)
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
- FDM printing builds in layers, bottom-up. Each layer must rest on the one below. A wall leaning more than about 45° from vertical is trying to print on air — it droops or needs sacrificial support material you'll pay for and tear off. Walls also can't be thinner than a couple of nozzle widths.
- A CNC endmill is a spinning cylinder. A round tool physically cannot cut a sharp internal corner — it always leaves a radius at least as big as the tool's. Demand a tiny radius and the machinist must use a tiny, fragile, slow tool. Demand zero and you've drawn an impossible part.
- Plasma cutting is a torch tracing a path through flat plate. It's fundamentally 2D: it makes profiles, not 3D forms. Anything vertical — a flange, a tab — gets cut flat, then bent or welded. And the arc is a blob of heat, so very thin features warp and very tight corners get rounded by the kerf anyway.
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.
What you can now reason about
If you worked through all five lessons, you can now derive — not recite — the core of design thinking:
- Why design is a loop of cheap experiments, and why strength, weight, and cost can't all win at once.
- Why every dimension is really a range, and how two tolerance bands predict slip fits, press fits, and the gamble zone.
- Why
σ = F/Ameans geometry decides survival, and what yield and ultimate strength actually mark. - Why quantity, material, and complexity — not preference — pick the manufacturing process.
- Why thinking like the machine makes parts cheaper before a single chip is cut.
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.