3D Printer Kinematics Explained: Cartesian, CoreXY, Delta, and Bed Slinger Compared
Our other guides cover tuning the printer you have — input shaper, pressure advance, bed mesh. This one covers a question worth answering before you buy or build the next one: how does the machine actually move its nozzle through space? "Kinematics" describes the mechanical arrangement that turns motor rotation into X/Y/Z motion, and it quietly determines a printer's practical speed ceiling, footprint, tuning complexity, and even what shapes of object it prints well. Anycubic's Kobra 3, a Voron, and an old-school Kossel delta are solving the same problem — move a nozzle in three axes — with fundamentally different mechanisms.
Bed Slinger (Moving-Bed Cartesian)
The classic i3-style layout: the print head moves in X and Z on a gantry, while the bed itself slides back and forth on the Y axis. It's mechanically simple, cheap to manufacture, and easy to service — which is exactly why it dominates the budget and mid-range market, including most Ender-style and Anycubic Kobra-family printers.
The tradeoff is inertia: the bed, with a print stuck to it, has to accelerate and decelerate every layer. Tall prints on a bed slinger are especially prone to the classic "wobble" ringing artifact, because the whole printed object is mounted on the thing that's shaking back and forth. Bed slingers can be tuned well with input shaping, but they have a lower practical speed ceiling than kinematics that keep the bed stationary.
Cartesian (Moving-Gantry)
True Cartesian machines (Ultimaker's classic layout is the best-known example) move the print head in all of X, Y, and Z while the bed only moves for Z height, or doesn't move at all. Keeping the bed stationary removes the bed-inertia problem entirely, which is a real advantage for tall or heavy prints. The mechanical complexity is higher than a bed slinger — two independently driven axes both riding on the gantry — and the enclosed footprint tends to be larger for a given build volume than an equivalent CoreXY design.
CoreXY
CoreXY uses two stationary motors and a crossed-belt arrangement so that both motors work together for any XY movement — moving only in X uses both motors turning the same direction, moving only in Y uses them turning opposite directions, and diagonal moves blend the two. The payoff is that neither motor's mass ever moves; only the light print head carriage moves in X/Y, and the bed only moves in Z (or not at all, if Z drives the gantry instead). Low moving mass means high acceleration is achievable without the ringing problems that plague bed slingers, which is exactly why CoreXY dominates the fast, enclosed printer segment — Voron machines (including the Voron 2.4 covered in our build guide) and most of the current generation of high-speed consumer printers use this layout.
The cost is build complexity: belt routing, tensioning, and pulley alignment all matter more on CoreXY than on a bed slinger, and a poorly tensioned or misaligned belt set shows up as diagonal ringing or skewed prints that can be confusing to diagnose if you don't know to look at belt symmetry first.
Delta
Delta printers hang the print head from three parallel arms attached to towers arranged in a triangle, with each tower's carriage moving independently along its own vertical rail to position the head anywhere in 3D space through geometric trigonometry rather than direct axis mapping. The moving mass is extremely low (just the effector and the arms), which allows very high speeds and accelerations, and the tall, narrow build volume that results naturally suits tall prints in a small footprint.
The tradeoff is calibration complexity — delta geometry requires accurate calibration of tower angle, arm length, and end-effector offset, and small errors show up as bowed or inconsistent surfaces rather than the more predictable errors on Cartesian-family machines. Slicing and firmware also both need explicit delta kinematics support. Deltas are less common in current hobby printers than they were several years ago, largely because CoreXY delivered similar speed benefits with a gentler calibration curve.
Comparison Table
KinematicsMoving MassPractical SpeedFootprint vs. Build VolumeCalibration DifficultyExample Bed slingerHigh (bed + print)Low-moderateEfficientEasyAnycubic Kobra 3, Ender 3-family Cartesian (moving gantry)Moderate (full head assembly)ModerateLarger for given volumeModerateUltimaker-style CoreXYLow (head carriage only)HighEfficient, enclosure-friendlyModerate-hard (belt tuning)Voron 2.4, most modern high-speed printers DeltaLowest (effector + arms)HighTall/narrow, inefficient footprint for wide printsHardest (geometric calibration)Kossel-style, Anycubic PredatorWhy It Affects Tuning, Not Just Speed
Input shaper calibration, covered in our Klipper tuning guide, exists specifically to compensate for the resonance each kinematic system's moving mass creates — a bed slinger's X and Y resonance behavior is fundamentally different from a CoreXY's, because on a bed slinger you're damping the resonance of the printed part itself swinging on the bed, while on CoreXY you're damping a much lighter carriage. This is also why the same nominal print speed setting can look completely different in practice between two printers of different kinematics — a CoreXY machine can often sustain accelerations a bed slinger would never survive without visible ringing, independent of motor or firmware differences.
Choosing Based on Priorities
- Budget and simplicity first — a bed slinger like the Kobra 3 remains the right choice; well-tuned, it handles the vast majority of hobbyist printing needs.
- Speed and an enclosure for engineering filaments — CoreXY, whether bought (Bambu-style) or built (Voron), is the current best tradeoff of speed, tunability, and community support.
- Tall, narrow prints and you enjoy calibration — delta remains a legitimate niche choice, though the community and parts ecosystem is smaller than it once was.
None of these kinematic families is strictly better — they're different answers to the same mechanical problem, each with a real tradeoff between build complexity, achievable speed, and footprint efficiency. Understanding which one you're tuning changes how you read a resonance test, a ringing artifact, or a speed ceiling, which is worth knowing whether you're buying your next printer or troubleshooting the one you already own.