3D Printing

Building My Own 3D Printer: Lessons From a RepRap Mendelmax

By Eduardo Cortés Trujillo (Lalo Solo) · ~7 min read

In 2014 I decided the best way to understand 3D printing was to build the machine myself. I assembled a RepRap Mendelmax from a kit of aluminium extrusion, threaded rods, stepper motors and a handful of printed parts. A decade of printing later, here is what that build actually taught me — the things no "unboxing" of a ready-made printer ever could.

Why build instead of buy

A pre-assembled printer hides its mechanics behind a tidy enclosure. Building a RepRap exposes every one of them: the kinematics, the belts and pulleys, the hot end, the extruder, the electronics, and the firmware that ties it together. When something later goes wrong — and on any 3D printer, something eventually does — you already know what each part is for and how to fix it. That understanding is the real output of the project, more than the printer itself.

Frame rigidity is everything

The single biggest factor in print quality is a frame that does not flex. The Mendelmax uses aluminium extrusion precisely because it is stiffer than the threaded-rod frames of earlier RepRaps. Any wobble in the frame shows up directly in your prints as ringing or "ghosting" — faint echoes of sharp features repeated across a surface. Before chasing slicer settings, I learned to make sure every bracket was square and every bolt was tight.

Calibrate the fundamentals first

It is tempting to print something impressive on day one. Resist it. The fundamentals that pay off forever are:

Get these right and most "mystery" print failures simply disappear.

First-layer adhesion makes or breaks a print

More failed prints come from a poor first layer than from anything else. The nozzle needs to be close enough to squish that first layer slightly into the bed, but not so close that it drags. A clean print surface, the right bed temperature, and a slow first-layer speed solve the vast majority of adhesion problems. When a print lifts at a corner, it is almost always one of these three.

The printer that teaches you the most is the one you have to keep tuning. Every failed print is a diagnostic clue, not a defeat.

Maintenance is part of the hobby

A self-built printer asks for upkeep: belts stretch and need re-tensioning, the hot end accumulates residue, and the extruder gears wear. Rather than a chore, I came to see this as part of the loop — the same hands-on relationship with hardware that later pulled me into designing my own electronics and parts.

What it led to

Building that printer turned a curiosity into a decade-long practice. It is why I model my own parts in FreeCAD and Blender, design custom PCBs in KiCad, and document projects on YouTube. If you are on the fence about a kit build, do it — not because it is the cheapest path to a printer, but because it is the fastest path to actually understanding one.

🧩

New to the hobby? Start with a temperature tower and a bed-levelling test before any "real" print. They take minutes and save hours.

← All articles