← Back to projects

CAD & Fabrication · 2025

3D-printed damper archived

Mechanical engineering & cost reduction

$33 → $2
Unit cost reduction
10x
Faster iteration
Equivalent
Performance validated

A precision damper mechanism was being CNC-machined at $33/unit — prohibitively expensive for volume production. The 5mm form factor made traditional manufacturing the default, but the geometry was actually well-suited for additive manufacturing.

Reverse-engineered the damper mechanism, redesigned it for 3D printability while maintaining mechanical tolerances, and validated the design through iterative prototyping. The final part prints at $2–3/unit with equivalent performance.

How it's wired

Design-to-production pipeline: scan → CAD → iterate → validated print profile. Animated arrows show the iteration loop closing on a documented part.

REVERSE Original part CNC machined · $33 3D scan + calipers Reference mesh DESIGN Fusion 360 Parametric CAD • Self-supporting • Print orientation • Snap-fit clearance • ±0.1mm tolerance ITERATE Print + test PETG-CF · 0.12mm layer Fit + flex check Failed prototype Logged: what + why Feeds next revision VALIDATE Automated test rig RPi · webcam · cycle counter 30–50 lb actuator · cam lock Locked print profile Material · temp · orientation versioned $33 → $2–3 per unit 12 iterations · 92% cost reduction Documented for repeat manufacture

Technical decisions

Why this stack, what the trade-offs were.

Why not just keep machining the part?

Volume was the issue. CNC is great for tight tolerance on hard materials, but at $33/unit and 5-day lead times, scaling to 1000 units/month was financially impossible. 3D printing got the cost to $2–3 with 24-hour lead times. The geometry was a sweet spot for additive — no undercuts, no thin-wall problems.

Why PETG-CF instead of standard PETG, PLA, or ABS?

PETG-CF (carbon fiber reinforced) was chosen for three reasons: the carbon fill stiffens the damper without adding bulk, keeping mechanical response consistent across cycles; it holds dimensional accuracy better than standard PETG under repeated load; and it prints reliably without warping or fumes unlike ABS. Standard PETG would creep under sustained load — the CF content prevents that. Trade-off: hardened steel nozzle required, slightly higher material cost.

Why build a custom automated QC rig instead of testing by hand?

Manual flex testing tells you the part survives one cycle — not a thousand. The rig consists of a Raspberry Pi, touchscreen display, 30–50 lb linear actuators driving a lever-activated cam window assembly, a webcam for footage capture, and a cycle counter. The Pi controls the actuators, counts full strokes, and records video of each test run unattended. This lets us validate fatigue life and catch delamination or snap-fit failures that only show up after sustained cycling — and produce footage as documentation of the validation.

How was tolerance held to ±0.1mm on a low-cost printer?

Three things: calibration test prints per filament spool (each batch shrinks slightly differently), print orientation chosen so critical dimensions run along the bed plane (not Z), and a hardware QC fixture — a go/no-go gauge — that catches drift before parts ship.

Why version-control the print profile, not just the CAD?

CAD is half the story. The same STL printed at a different temperature, orientation, or infill produces a different part. The print profile (slicer settings, material, machine) is part of the manufacturing record — versioned alongside the CAD so any revision can be reproduced from source.

Edge case handling

What breaks at the edges, and how the system responds.

Limitations

What this system is not today — to be precise about scope.

What breaks first at 10x

Current setup is single-printer manual workflow. To scale: print farm with auto-eject beds, automated machine-vision QC, print profiles served from version control instead of tribal knowledge. The bottleneck is operator-checking parts, not the printers themselves.

What I'd build next

Add a slicer scheduler that bin-packs orders onto build plates and matches jobs to printer capability. Add machine-vision dimensional checks on print completion to catch drift before parts reach the cycle-test rig. This is the architecture Kworqs needs at scale — designed now, built when volume justifies it.

Build details

Fusion 360 3D Printing FEA Mechanical Design

Want to dig deeper?

Happy to walk through code, decisions, or design files.

Get in touch →