Designing Herringbone Gears from Scratch: A Practical Guide for Hobbyists and Professionals

Read this article in clean Markdown format for LLMs and AI context.

If you’ve ever stared at a pair of smooth‑running gears and wondered why they never seem to chatter, you’re not alone. Herringbone gears are the quiet heroes that keep heavy machinery humming without the whine of axial thrust. With more makers turning to CNC mills and 3‑axis printers, the chance to cut your own herringbone set has never been better – and a little know‑how goes a long way.

Why Herringbone Gears Matter Today

Most hobbyists start with simple spur gears because they are easy to draw and cut. But spur gears generate a sideways force that can wear bearings fast, especially when you push the speed or load. Herringbone gears solve that problem by pairing two opposite helices. The result is zero net axial thrust, smoother operation, and a look that says “I know what I’m doing.” In a world where quiet, reliable machines are prized – from home‑built CNC routers to small wind‑turbine gearboxes – learning to design a herringbone gear is a solid investment.

Basics of Herringbone Geometry

Before you dive into CAD, let’s break down the shape in plain language.

  • Helical tooth – a gear tooth that is cut at an angle, like a screw thread. It spreads the load over a longer contact line, which reduces stress.
  • Herringbone – simply two helical gears placed back‑to‑back so the angles are opposite. Imagine a V‑shaped pattern when you look at the tooth profile from the side.
  • Pitch line – the imaginary circle where the teeth theoretically touch. It defines the size of the gear.
  • Module (m) – the size of each tooth, measured as the pitch diameter divided by the number of teeth. It is the metric counterpart to the older “diametral pitch” used in the US.

The key to a good herringbone gear is that the two helices must be perfectly mirrored. Any mismatch creates a tiny axial force that defeats the whole purpose.

Step‑by‑Step Design Process

Below is the workflow I use when I sit down at my bench lathe or CNC. Feel free to skip steps that don’t apply to your setup.

1. Define Load and Speed

Start with the basics: how much torque will the gear transmit and how fast will it spin? Use the simple formula

Torque (Nm) = Power (W) / (2π × RPM / 60)

If you’re building a gearbox for a 500 W motor at 1500 RPM, the torque is about 3.2 Nm. This number will guide your tooth size and material choice.

2. Choose a Module

For hobby‑scale projects, a module between 1.0 and 2.0 works well. Larger modules give stronger teeth but require more material. I usually start with m = 1.5 for a 30 mm pitch diameter gear. The pitch diameter (d) is simply m × number_of_teeth.

3. Set the Number of Teeth

Avoid very low tooth counts – they cause under‑cutting and noisy operation. A safe rule of thumb is to keep the tooth count at least 10 times the module. For m = 1.5, aim for 20‑30 teeth per half‑gear (so 40‑60 teeth total for the full herringbone).

4. Decide on Helix Angle

Typical helix angles range from 15° to 30°. A larger angle spreads the load more but makes the gear wider. I like 20° for most hobby projects because it balances strength and size.

5. Draft the Tooth Profile

You can generate the involute curve (the natural gear tooth shape) in any CAD program that supports gear scripts. If you prefer a manual route, start with a base circle radius r_b = d / 2 / cos(helix_angle). Then trace the involute using the standard equation x = r_b (cosθ + θ sinθ), y = r_b (sinθ - θ cosθ). Most free tools will do this for you – just plug in the module, teeth, and helix angle.

6. Add the Center Gap (Optional)

Some designers leave a small gap – a “center relief” – between the two helices to ease machining. A gap of 0.2 × module is enough to prevent the cutter from hitting the opposite side. If you have a 5‑axis mill, you can skip the gap and cut the full tooth in one pass.

7. Choose Material

For prototypes, aluminum or 3‑D printed nylon works fine. For production, go for hardened steel (e.g., 4140) or bronze for quieter operation. Remember that herringbone gears need good surface finish; a final grind or polish will pay off.

8. Plan the Machining Strategy

  • Roughing – Use a ball‑nose end mill to remove bulk material. Keep the step‑over under 0.5 × module to avoid scallops.
  • Finishing – Switch to a smaller (¼‑diameter) ball‑nose or a gear cutter if you have one. Follow the helix direction for each half; the CNC program must reverse the rotation for the opposite side.
  • Verification – After the first half is done, run a test fit with a matching spur gear. Check for backlash and adjust the cutter offset if needed before cutting the second half.

9. Test and Refine

Mount the finished gear on a test rig (I use a simple bench‑mounted motor and a torque sensor). Listen for any whine, feel for vibration, and measure the run‑out with a dial indicator. Small tweaks – like a tiny relief at the tooth root – can make a big difference.

Personal Anecdote: My First Herringbone

The first time I tried a herringbone on my home CNC, I used a 3‑axis machine and tried to cut both helices in one go. The result was a half‑finished mess that looked more like a twisted ribbon than a gear. After a night of research, I realized I needed a 5‑axis head to swing the tool around the gear’s axis. The next attempt, with proper 5‑axis control, produced a clean set that ran smoother than my old spur pair. The lesson? Don’t skimp on the right machine – the gear will thank you.

Common Pitfalls and How to Avoid Them

ProblemCauseFix
Axial thrust still presentHelix angles not perfectly mirroredDouble‑check the CAD mirror operation; measure the angle on the finished part.
Tooth under‑cutToo few teeth for chosen moduleIncrease tooth count or reduce helix angle.
Rough surfaceToo large step‑over in finishing passUse a finer cutter or reduce feed rate.
Gear won’t meshPitch diameters off by a fractionVerify module and tooth count; re‑measure the pitch line.

Bringing It All Together

Designing a herringbone gear from scratch is a blend of math, material sense, and a bit of patience on the machine shop floor. Start with clear load numbers, pick a sensible module, mirror the helices, and let your CAD do the heavy lifting. When you finally see those teeth interlock without a hint of axial push, you’ll understand why gearheads love the herringbone so much.

Remember, the goal isn’t just to make a gear that works – it’s to make one that runs quietly, lasts longer, and looks good enough to show off at the next maker meetup. Happy cutting!

Reactions
Do you have any feedback or ideas on how we can improve this page?