Milling Teeth on Hirth Coupling

All discussion related to the VisualCAD/CAM standalone product.
Post Reply
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Milling Teeth on Hirth Coupling

Post by 1350519287 »

I'm having trouble trying to figure out how to set up the milling of the teeth on this Hirth connector.

The photo shows an original STL file that really wasn't that good. So I created the drawing from scratch with the idea of using a 60 degree V mill for the teeth. The 3D printed STL file came out really nicely and even locks well to a companion part. I'd like to make it from metal so now the CAM part.

I think I have the profiles done but really can't get a handle on how to select and create the teeth which are actually beveled so it's likely a 3D not 2D operation. The V bit tool is 6mm and has an angle of 60 degrees. The ones I bought have a sharp edge. I can live with that.

Any suggestions on how to fix this?
Attachments
Hirth.zip
Alibre Part file and photo of 3D printed object.
(1.26 MiB) Downloaded 6225 times
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Re: Milling Teeth on Hirth Coupling

Post by 1350519287 »

I've been able to use the Engraving method with the 60 degree V bit (30 degree from centerline) and done a dry run on the mill. However to do that I had to first export the file as a STP file and then load it back into AlibreCAD and then start AlibreCAM. Loading it with VisualCAM had the same results as AlibreCAM. The difference is shown in the pictures.

I sent a copy of the STP file to my friend who plays with Fusion360. He quickly whipped it out using what Fusion called Radial. He also surfaced the flat area and the center hole so the G-Code included that. But the interesting part is shown in the LinuxCNC image. I'll add the STP file in another posting.

So how is this done in VisualCAM? I've tried all the variations in both the 2D and 3D milling tabs and it's all really messy.

Code: Select all

(1001)
(MACHINE)
(  VENDOR AUTODESK)
(  DESCRIPTION GENERIC 3-AXIS)
(T1  D=0.25 CR=0. - ZMIN=-0.305 - FLAT END MILL)
(T3  D=0.25 CR=0. TAPER=30DEG - ZMIN=-0.1768 - CHAMFER MILL)
G90 G94 G91.1 G40 G49 G17
G20
G28 G91 Z0.
G90

(2D ADAPTIVE1)
Attachments
A friend who very quickly turned out the desired tool path using Fusion360.
A friend who very quickly turned out the desired tool path using Fusion360.
Screenshot_2021-04-08_14-01-47.png (156.02 KiB) Viewed 69547 times
THe Alibre Part file showing bottom of tooth curve
THe Alibre Part file showing bottom of tooth curve
HirrthAD_PRTFile.jpg (52.44 KiB) Viewed 69547 times
The exported STP file showing a mid point line in the tooth curve.
The exported STP file showing a mid point line in the tooth curve.
HirrthSTPFile.jpg (56.71 KiB) Viewed 69547 times
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Re: Milling Teeth on Hirth Coupling

Post by 1350519287 »

And here's the STP file if someone wants to try it with VisualCAM.
Attachments
HirthSTP.zip
STP version of AD_PRT file.
(203.17 KiB) Downloaded 6227 times
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Re: Milling Teeth on Hirth Coupling

Post by MecSoft Support »

You can use 3 axis Radial Machining in VisualCADCAM to program the teeth.
Attachments
Hirth-REV1.zip
(1.71 MiB) Downloaded 6198 times
3Ax_Radial_MachiningOperation-VCC.jpg
3Ax_Radial_MachiningOperation-VCC.jpg (205.55 KiB) Viewed 69532 times
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Re: Milling Teeth on Hirth Coupling

Post by 1350519287 »

So it's as simple as just setting an inner and outer containment ring and then using radial machining. Thanks. I've been playing with that a bit but there is another problem that setting various parameters doesn't seem to 'adjust'.

The issue is that the very first pass plunges to the bottom and then takes the deepest pass and then the next few are redundant. The tool path needs to enter at the highest Z rather than the lowest Z. Then each of the first passes subsequently goes lower. After that it's fine.

I tried putting the containment circles at different heights but that didn't work either.

Also if I want the tool bit to go a bit further to the middle and further past the teeth I can specify different ring sizes but then the path direction changes too. Any way to make it do a bit of over-travel past the actual surfaces.
Attachments
Need to start at top.
Need to start at top.
StartAtTop.jpg (162.33 KiB) Viewed 69528 times
Where the tool starts cutting.
Where the tool starts cutting.
StartAtBottom.jpg (175.29 KiB) Viewed 69528 times
MecSoft Support
Posts: 2405
Joined: Wed Aug 01, 2007 4:15 pm
Location: Irvine, CA, USA
Contact:

Re: Milling Teeth on Hirth Coupling

Post by MecSoft Support »

As Radial Machining is a finishing operation, the toolpath is generated to the part geometry.
You can use Z containment, and specify Step-down Z cuts to program this in multiple Z levels (like a roughing operation). This is available under Z containment tab.
Alternatively you can program a Horizontal roughing toolpath before a finishing operation.

To extend the toolpath past the edge on both sides, you can set Cut Connections to Linear, specify a length and angle =0. Cut Connections is located under Entry/Exit tab.
Attachments
3Ax_Radial_MachiningOperation_Cut_Connections_Linear.jpg
3Ax_Radial_MachiningOperation_Cut_Connections_Linear.jpg (320.64 KiB) Viewed 69495 times
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Re: Milling Teeth on Hirth Coupling

Post by 1350519287 »

Cool. I wonder why I couldn't figure that out. I did try things but not the Z levels. Nor did I try the cut connections.
Now is there a way so the first cut starts at the highest Z level rather than the lowest?
1350519287
Posts: 22
Joined: Mon May 19, 2014 1:05 pm

Re: Milling Teeth on Hirth Coupling

Post by 1350519287 »

I tried connections and that worked great. However the Z levels is a non-starter. Total waste of machine time. What's needed is the ability to declare where the cut starts. By default it's at the bottom of the tooth rather than at the top. Which seems kind of odd. I'll try a roughing operation and see what it does.
Attachments
ZLevels.jpg
ZLevels.jpg (83.03 KiB) Viewed 69493 times
Post Reply