Motion, leveling and calibration
You can draw a hole to a hundredth of a millimetre, but the machine has to physically move the nozzle to that spot, thousands of times, and land on the same place every layer. Everything you promise in the model — a shaft that slides, a lid that clicks, a bolt that threads — rests on the printer's motion hardware being tight and true. When a fit comes out wrong and the filament and nozzle check out, the mechanism moving the nozzle is usually where the error was hiding.
Belts and screws: how the nozzle finds its position
Most printers move the head in X and Y with toothed rubber belts pulled by stepper motors. Belts are light and fast, but they're elastic: a belt that's too loose stretches a hair every time the head changes direction, so the nozzle overshoots and lags its commanded path. You see it two ways in the part. Dimensions blur — a 20 mm feature lands a few tenths off because the head never quite reaches its corners — and sharp direction changes ring, leaving a fading echo of every corner rippled across the wall downstream of it. A properly tensioned belt is the difference between crisp corners and mush.
The Z axis usually rides on lead screws instead, turning rotation into slow, precise vertical steps. Z doesn't need speed; it needs consistency, because any wobble or binding in the screw shows up as banding in your walls — periodic light and dark bands where the layer height drifted. Precise, repeatable Z is what makes your layer height — and therefore your vertical dimensions — mean what you drew.
Leveling: getting the first layer even everywhere
None of the plate work from the last article matters if the nozzle isn't the same height above the plate across the whole bed. That's what leveling fixes, and it comes in two flavours.
Manual leveling means turning screws under the bed by hand until a sheet of paper drags just right at each corner — fine for a small machine, tedious and drift-prone on a big one. Automatic bed leveling replaces the guesswork with a probe on the head that touches down at a grid of points and builds a mesh — a height map of the plate's real, slightly-imperfect surface. The firmware then bends the nozzle's path to follow that mesh, holding the first layer at a constant squash even over a plate that isn't dead flat.
Why you care in the model: a skewed or un-meshed bed ruins the first layer, and a bad first layer ripples upward through the whole part. Where the nozzle rides too high the base barely sticks and lifts; too low and it drags. Worse for precision, an uneven first layer pinches the mouths of vertical holes and squashes the footprint of anything you meant to be flat — so the clearances you dialled in never get a fair chance. On a large flat part, a good probe and mesh are the only thing keeping the first layer even from one end to the other.
Vibration and the limits of speed
Push a printer fast and the whole moving mass shakes, leaving that ringing echo after every corner. Input shaping is the firmware answer: it measures the machine's resonant frequencies and pre-compensates the motion so the head accelerates hard without exciting them. It's what lets a well-built machine print fast and clean — without it, speed and surface quality trade directly against each other, and your walls carry the record of that trade.
| Subsystem | What it controls | How it shows up in your part |
|---|---|---|
| XY belts | Head position, corner accuracy | Loose → blurred dimensions, ringing echoes |
| Z lead screws | Layer height consistency | Wobble → banding, drifting vertical size |
| Bed leveling / mesh | First-layer evenness | Skewed → lifting base, pinched hole mouths |
| Input shaping | Vibration at speed | Off → ringing; on → fast and clean |
Tuned hardware is the ground your tolerances stand on
Here's the thread that ties this whole part of the topic together: the tolerances you promise in the model are only as good as the hardware staying tuned. A press-fit specified at 0.1 mm interference assumes the machine puts the nozzle where it's told. Let the belts slacken, the mesh go stale or the Z screws bind, and that same 0.1 mm drifts into a part that's too tight one week and too loose the next — with nothing in your file changed. Calibration isn't a one-time setup; it's an ongoing discipline of re-tensioning belts, re-probing the mesh and printing the odd test coupon to confirm the machine still hits your numbers. A later part of this topic covers keeping the machine in that trustworthy state.
That closes the loop on the hardware. What's left is the other half of the equation — the plastic itself. The next part of the topic, Choosing a filament, is about picking the right material and reading its published numbers — its strength, stiffness, heat resistance and shrinkage — to turn those figures into concrete decisions about the walls, clearances and orientations you draw.