Homemade CNC Coil Winder · Volume 1
Overview: A Shop-Built CNC Coil Winder
1.1 The Case for Building One
The two commercial CNC coil winders in this shop each earn their bench space, but neither is the whole story of winding coils here. The third winder is one this shop built. That is a common trajectory: a maker buys a turnkey winder, learns what a winder actually needs to do, runs into the specific thing the bought machine will not do — an odd bobbin, a very fine wire, a winding pattern the stock controller cannot express, a tensioner that will not go light enough — and decides the next machine will be the one they design. A shop that already owns CNC routers, a mill, a lathe, two coil winders, and a pair of 3D printers has, by definition, every tool needed to make a coil winder. The homemade winder is where those tools point at their own trade.
A coil winder, reduced to its essence, is a coordinated pair of motions plus a way to keep the wire under control. One motor spins the work — the bobbin, former, or core — while a second axis traverses a wire guide back and forth along the length of the winding so that each turn lands beside the last instead of piling up in one place. A counter keeps track of turns and stops the machine at a target. A tensioner keeps the wire taut and even as it pays off its spool. That is the entire machine. Everything else — the frame, the controller, the user interface, the fixturing — is engineering around those four jobs: spin, traverse, count, tension. The commercial-winder and coil-winding-theory material in this project treats each of those jobs in general; this dive is about the specific choices made when a shop builds the machine itself.
1.2 What “CNC” Means for a Home-Built Winder
The word CNC is doing real work in the name. A hand winder mechanizes only the counting; the operator still paces the traverse by eye or by a simple lead screw geared to the spindle. A CNC winder puts both the spindle and the traverse under coordinated motor control, so the ratio between rotation and wire-lay — the pitch — is set in software rather than by a physical change gear. That is the feature that makes a home build worth the effort: once the two axes are coordinated by a controller, the machine can wind close-wound turns, deliberately spaced turns, multiple layers with a programmed step, and stop precisely on a turn count, all without swapping any hardware. Change the program, not the gears.
In practice a shop-built CNC winder is a small two-axis motion-control problem, and the maker community solves it with the same parts ecosystem that drives home CNC and 3D printing: stepper motors, stepper drivers, and a microcontroller running motion-control firmware. The most common patterns are a GRBL-class controller (an Arduino or a 32-bit board running GRBL or grblHAL, the same firmware family that runs many small routers and the diode laser elsewhere in this shop) treating the spindle and the traverse as two coordinated axes; or a purpose-written Arduino sketch that steps the spindle and the traverse in a fixed ratio and counts turns directly. Both approaches are well documented in the maker record, and both let the builder tune the machine to exactly the coils this shop winds. The specific controller, firmware, and interface this machine uses are recorded in the build volume and are the owner’s own choices.
1.3 Where It Fits Among the Shop’s Winders
Three winders is not redundancy; it is range. Commercial winders are optimized for a band of wire gauges, bobbin sizes, and turn counts, and a machine that is excellent at winding a few hundred turns of medium wire onto a transformer bobbin is not necessarily the machine one wants for thousands of turns of hair-fine wire, or for an awkward air-core former, or for a quick one-off where dragging out the programmable machine is more trouble than it is worth. A home-built winder can be aimed at precisely the gap the bought machines leave — a wider or narrower capacity, a gentler tensioner, a custom arbor for a specific recurring job, or simply a machine the builder fully understands and can repair and modify at will. That last point is not small: a machine you designed has no mystery firmware and no unobtainable spare, and every part of it can be improved the next time it falls short.
Because it is a coil winder, this machine is a direct, physical companion to the electronics-reference work elsewhere in this collection. The Coils and coil winding deep dive covers the theory and craft — inductance, cores, magnet wire, winding geometries, tension, and technique — and the coming Transformers and transformer winding dive extends that to coupled windings; a home-built winder is one of the tools that turns that theory into wound parts, and it is the natural machine to reach for when a design calls for a coil no catalog sells. The build volume that follows describes the machine’s architecture and the owner’s design choices, with the specifics of this particular build to be filled in from the bench.