Hello Guest it is March 28, 2024, 08:04:24 AM

Author Topic: CNC turning of gear cutters  (Read 5456 times)

0 Members and 1 Guest are viewing this topic.

CNC turning of gear cutters
« on: February 01, 2014, 01:49:12 PM »
Hi all, I've decided it's time I cut some gears and want to make some cutters.  There's a standard method of making cutters where you profile turn arcs of a circle on the edge of a bit of gauge plate, using a form tool which has two hardened circular buttons fixed to a plate with the right spacing and diameter.  Now it seems to me that with a CNC lathe it ought to be possible to form the arcs directly with the right G Code.

So I have found the formulas for the cutter dimensions, but I just thought that I'd ask here if anyone else has done this and has any tips (or even some G code they can share)?

Thanks,  John.

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: CNC turning of gear cutters
« Reply #1 on: February 01, 2014, 04:32:19 PM »
Quote
Now it seems to me that with a CNC lathe it ought to be possible to form the arcs directly with the right G Code

Somewhere i have the article your refering to..........
Yes, one could machine the profile...actualy it should be ground...and it needs to done accurately.

Wish ya luck.
Frankly i would just buy a gear cutter that for the job. ;)
BUT
One must have fun, so see threads below how I made some for a fly cutter and then used the indexer with the mill to cut the gears.

http://www.machsupport.com/forum/index.php/topic,8118.msg51321.html#msg51321
http://www.machsupport.com/forum/index.php/topic,8120.msg51325.html#msg51325

RICH

Re: CNC turning of gear cutters
« Reply #2 on: February 11, 2014, 04:56:17 PM »
Fun is the name of the game!

Another question.  In writing the g code for this it will be convenient to operate the lathe in radius mode and zero the X axis off the periphery of the tool blank rather than the rotational axis.  Is there anything I should beware off doing this please?

By the way the code will be generated using an excel spreadsheet.


John.
Re: CNC turning of gear cutters
« Reply #3 on: March 16, 2014, 02:54:40 PM »
So, success!  I have developed a method of making form relieved gear cutters similar to the "button method".  The difference is that the circular profile of the tooth, which generates a circular approximation to the involute, is formed by a few lines of G-code which make the lathe tool trace out a circle centred at the appropriate point relative to the cutter blank.  Took a while to figure out the geometry and how to generate the code, but in use it's a lot faster than making buttons and the mount to space them the right distance apart.  When I get time I'll post more details of the method if anyone is interested.

Here are some pictures of the formed blank mounted on a fixture in my collet chuck; the cutter after gashing out the teeth; and the cutter and the fixture, sitting on my big manual mill table.
« Last Edit: March 16, 2014, 03:04:31 PM by JohnHaine »
Re: CNC turning of gear cutters
« Reply #4 on: March 16, 2014, 04:32:00 PM »
Heck YEAH ! Keep posting more details ... I'm interested.  :)
I like this method MUCH  better than the two slugs.
So you mount the blank on the fixture 8 times, right ? and do all turning from the same (out) side ?

Nifty !
Nice work !
Thanks,
Russ
 :)
Re: CNC turning of gear cutters
« Reply #5 on: March 16, 2014, 05:05:48 PM »
Thanks Russ!  Yes, that's exactly right.

There's quite a lot to write up, I want to make sure I understand how I've done this, will be a while before I can post much more.

John.
Re: CNC turning of gear cutters
« Reply #6 on: March 17, 2014, 05:45:33 AM »
PM'ed you John.

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: CNC turning of gear cutters
« Reply #7 on: March 17, 2014, 06:18:49 AM »
Your gear cutter sure looks familar.  Live Steam Magazine ? a long time ago had an article about making them.

RICH
Re: CNC turning of gear cutters
« Reply #8 on: March 17, 2014, 06:25:39 AM »
Yes, there have been at least 3 articles in the UK model engineering press as well as several on the web about using form tools ("buttons") to shape the circular profile.  I haven't seen anything about using CNC but there is little new under the sun!  CNC saves the trouble of making the buttons and a holder, and can make a much wider range of sizes.

John.
Re: CNC turning of gear cutters
« Reply #9 on: March 17, 2014, 07:03:35 AM »
Hey John, are you familiar with Gearotic ?
Art had a Tool Wizard utility in there at one time, (not sure of it's current state), that would generate the Gcode to machine a profile to match a selected gear form using a mill with a 4th axis.
I'd thought about entering the lathe tool tip rad(dia) in place of the endmill dia., generate the code, then delete all but the one side and the tip of the finished profile. Then by replacing the X and Y with Z and X. Using a few G52 offsets for the roughing, then a smooth finish pass.
Should be a perfect form with the too tip rad. comp. all taken care of.
But, never got around to trying it.
Seemed like a relatively easy task at the time though.

Thanks john,
Russ
 :)