- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Challenge: Most efficient hole machining strategy, AS WELL as smallest g-code possible.
Details: I've got a part to make that has several holes. It's only one part, so it "really doesn't matter" how efficient it is. However, I desire to properly apply all that Fusion has to offer and make better use of strategies as work requires. Perhaps the next job that lands on my desk has many more holes and will be in my machine for several weeks. Of course then, every EXTRA second spent machining costs $$$, as well as the demands on the machine control processing a large amount of code. I'd rather learn things now, instead of when they REALLY matter
I've attached a couple different strategies that present themselves as "the solution", but in my estimation, they both fall short...
Feature is a .650 dia C'bore, .500" deep. Hole is predrilled .437". Goal would be to plunge down and sprial out. Endmill is .375"
First up: Circular tool path.
Pro's: Very short toolpath, about 15 lines.
Con's: Z rapid to top of part between cuts, wasted time.
Con's: Leaving the cut between passes, wasted time
Con's: Lead back to center between cuts is also wasting time.
The second path is 2D pocket (I had almost identical results with adaptive)
Pro's: Tool stays in cut in what appears to be a constant spiral out, which is perfect.
Con's: Code is about 150 lines long for one hole. I've tweaked all the smoothing and tolerance setting with little improvement. Seems to be an arc, then a very small G01 move, another arc, another G01, ad nauseum
Con's: Tool spirals from center. If there is a large pilot hole, this would be wasted time.
Ideally, I'd like to find something similar to the 2D pocket path, without the file size. I know that CAM generated code will always be larger than what one could produce with a pen and paper. However, I know of 2 other CAM packages that have hole strategies that accomplish exactly what I'm looking for (MasterCam and Esprit). It's just a short string of G3's with ever-increasing X positive and negative values with an increasing "I" value
Quick Edit: Furthermore, is there a way to "force" the CAM to produce toolpath that enters at a specific angle, relative to the part? Ideally, I'd like to enter into the part at a full 90 degrees (3 o'clock position), further reducing the code and making it more readily understood by the machinist. Code is easier understood when it is simply: G3 I-.125 instead of G3 I.031 J-.0543
Seth Madore
Owner, Liberty Machine, Inc.
Good. Fast. Cheap. Pick two.
Solved! Go to Solution.