← Projects
cnc advanced 1 hr ago ◯ 6 min read

Convert a Benchtop Drill Press into a Basic CNC Mill: Steppers, Linear Rails, and GRBL Control

Build time: Full weekend for mechanical build, plus several hours for wiring and tuning
Tools needed: Drill press or mill for fabrication, tap and die set, hex keys, digital calipers, machinist square, soldering iron, laptop with GRBL console access
Parts List
cnc conversiondrill pressgrbldiy cnc millpcb milling

<p>A benchtop drill press already has the two things a CNC conversion needs most: a rigid column and a spindle that moves smoothly on a controlled axis. Adding stepper-driven X and Y motion under the table, keeping the drill press's own quill for Z, turns it into a genuinely useful light-duty CNC mill for PCB milling, engraving, and small parts in wood, plastic, and soft metals — without the cost or footprint of a dedicated router like the Wolfpawn 4040 Pro. It won't replace a purpose-built CNC router for anything heavy or fast, but for a shop that already owns a drill press and wants to dip into CNC work without a big investment, it's a genuinely capable starting point.</p>

<h2>What This Conversion Actually Gets You</h2> <p>The result is a fixed-spindle CNC mill with motorized X/Y motion and manual or motorized Z — light-duty by CNC router standards, limited by the drill press's spindle power, bearing preload, and column rigidity, but well within useful range for PCB isolation routing, engraving brass and aluminum nameplates, cutting soft plastics, and light wood carving. It is not a substitute for a dedicated router on plywood sheet goods or anything requiring high stock removal rates — the drill press quill and column weren't designed for the side-loading that aggressive milling produces, and pushing it that hard will accelerate spindle bearing wear.</p>

<h2>Difficulty, Time, and Requirements</h2> <p>This is an intermediate-to-advanced mechanical build requiring metalworking (drilling and tapping mounting holes in the drill press table and column), basic electronics wiring, and GRBL configuration. Budget a full weekend for the mechanical build and another few hours for wiring and initial tuning. You'll need a drill press with a reasonably flat, T-slotted or drillable table and a column with enough clearance to mount a Y-axis gantry without interfering with the quill's travel — check your specific machine's geometry before buying parts, since drill press table sizes and column clearances vary widely.</p>

<h2>Parts List</h2> <ul> <li>NEMA 23 stepper motors (x2, for X and Y axes)</li> <li>Ballscrew or leadscrew linear actuator assemblies (x2, sized to your table's travel)</li> <li>Linear rail and carriage sets (x2 pairs, for X and Y axis support)</li> <li>GRBL-compatible CNC controller board (3-axis capable)</li> <li>Stepper motor drivers (TMC2209 or similar, x3 including Z if motorizing the quill)</li> <li>NEMA 23 stepper motor mount brackets</li> <li>Flexible shaft couplers matching your leadscrew and motor shaft diameters</li> <li>Aluminum T-slot extrusion or steel angle for the gantry frame</li> <li>Limit switches (x4-6, for homing and soft-limit protection)</li> <li>24V or 36V switching power supply sized for your stepper motors</li> <li>Emergency stop switch, panel-mount</li> <li>M8 and M5 fastener assortment for frame and mount assembly</li> <li>Digital dial indicator for alignment verification</li> </ul>

<h2>Tools Required</h2> <p>Drill press (a second, smaller one is handy for the conversion work itself, or use the machine being converted before final assembly), tap and die set, metric and imperial hex keys, digital calipers, a machinist square, soldering iron, and a laptop with GRBL configuration access (LaserGRBL, UGS, or your CAM tool's built-in console).</p>

<h2>Build Overview</h2> <ol> <li><strong>Design the X/Y gantry to fit your specific drill press's table and column geometry.</strong> Most drill press conversions build a table-mounted X-axis platform (the workpiece moves in X) with a column-mounted or overhead Y-axis frame carrying the spindle head in Y — model this in CAD against actual measurements of your machine rather than a generic plan, since drill press dimensions vary enough between models that a one-size-fits-all frame rarely bolts up cleanly.</li> <li><strong>Mount the X-axis linear rails to a rigid sub-table</strong> that replaces or sits on top of the drill press's stock table, with the leadscrew and stepper motor driving a carriage that the workpiece or a vise sits on.</li> <li><strong>Build the Y-axis gantry</strong> that positions the drill press head (or a bracket that repositions the quill assembly) along the second axis, mounted rigidly to the column so it doesn't flex under cutting loads.</li> <li><strong>Decide on Z-axis approach:</strong> the simplest and most common conversion leaves the drill press's own quill handle-operated for Z, setting depth manually per operation — perfectly workable for engraving and light milling where Z doesn't need to move during a cut. A fully automated build motorizes the quill via a belt or gear drive connected to a third stepper, which adds real complexity (the quill return spring and its preload have to be accounted for) but enables full 3-axis toolpaths without stopping for manual depth changes.</li> <li><strong>Wire the controller</strong>, connecting stepper drivers, limit switches, and the emergency stop into the existing drill press's power switching where practical — many owners route the E-stop to cut power to both the CNC controller and the drill press motor together, so a stop press truly stops everything.</li> <li><strong>Configure GRBL</strong>: steps/mm for each axis (calculated from leadscrew pitch and microstepping), soft limits matching your actual physical travel, and homing direction if using limit switches for homing.</li> <li><strong>Square and align the axes</strong> using a dial indicator — run each axis through its full travel while measuring against a fixed reference to confirm true linear motion without binding or drift, and correct any rail mounting issues found before cutting anything.</li> </ol>

<h2>Rigidity: The Real Limiting Factor</h2> <p>A converted drill press will never match a purpose-built CNC router's rigidity, because the column and quill weren't engineered for side-loading the way a router's linear rail gantry is. In practice this means: keep cut depths shallow, feed rates conservative, and expect this machine to excel at PCB isolation routing, engraving, and light plastic/wood work rather than aggressive material removal. Watch for chatter and deflection as early warning signs you're pushing the conversion past what the column and quill bearings can handle — backing off feed rate and depth of cut, rather than upgrading the spindle motor, is almost always the right response on a converted machine.</p>

<h2>Safety Notes</h2> <ul> <li>Wire a real emergency stop that cuts motor and spindle power directly, not just a software stop sent to GRBL — a hung controller shouldn't leave a spinning bit with no way to physically kill power.</li> <li>The drill press's original chuck and quill weren't designed for CNC-style continuous-contact cutting; keep an eye on chuck runout and re-check it periodically, since excess runout on a milling operation (unlike drilling) shows up directly as a poor surface finish and increased tool wear.</li> <li>Add limit switches and configure soft limits before running any real job — a converted machine built from mixed parts is more likely to have an axis travel further than expected on a mistake than a commercial CNC router with tested defaults.</li> <li>Treat this as a genuinely different machine from the drill press it started as — anyone else using the shop needs to know it's no longer "just a drill press" before they flip it on.</li> </ul>

<p>A drill press CNC conversion is a weekend project that turns an already-owned tool into a second machine rather than requiring a dedicated CNC router purchase, and it's a genuinely good way to learn GRBL, stepper wiring, and CAM workflow before committing to a bigger machine. Keep expectations calibrated to what a converted quill and column can actually handle, and it'll earn its keep on PCB milling, engraving, and small parts work for years.</p>