Page 1 of 2 12 LastLast
Results 1 to 12 of 22

Thread: Hole Comes out Tapered HELP.

  1. #1
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0

    Hole Comes out Tapered HELP.

    I'm using my CNC Brideport and it's only been CNCd for a few months and this is the first time I've actually cut anything that needed to be accurate. I have an external DRO brand new that's hooked up so as far as the machine accuracy it's dead on. The cuts come out fine but I'm having problems with hole pockets.

    Basically just holes but that are a specific size so I'm cutting them with RhinoCAM Hole Pocketing Function instead of drilling them. I'm cutting holes to fit .25" dowel for a jig. The holes are coming out tapered. Perfectly round as far as I can tell but the top part of the hole is let's say .254" (which is correct size I wanted) but the bottom is way smaller probably about .250-.251". I kept incresing the size in Rhino until the pin fit in a little then I re-ran the Gcode about 4 more times to allow for tool flex as the tool is a 3/16" Endmill.

    Any reason this would be happening, below is my Gcode. I mean even if the head was out of tram and sorts it would still make a round hole, albeit at a different angle but a symetrically diameter hole, right?
    Attached Files Attached Files


  2. #2
    Registered idtkid's Avatar
    Join Date
    Feb 2007
    Location
    US
    Posts
    167
    Downloads
    0
    Uploads
    0
    Couple things that may help, no guarantees:

    If the shank of your bit is thin and your running the RPM of the spindle high, the bit may succom to centrifugal forces product a tapered hole

    I didnt open your code, however if your pocketing your hole in multiple Z increments, a small amount of play in your drive system will be unnotticable in the beginning but at the end of your program the dimensions could be a ways off.

    Yeah, it cant be tram. It is an interesting problem for sure.
    Rockcliff PE/Aluminum Router > 4'x8' CNC Router/Plasma > Manual DRO/CNC X2 > 4 Axis Syil SX3 and an Emco PC Mill 125


  3. #3
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0
    It's a high quality solid carbide 3/16" end mill, 3/16" shank, I'm running it at 3000 rpms. I only have about 1" sticking out. But I don't understand if the top of the hole is bigger and I run the program a few times the bit wouldn't know it's at a different position if it's no longer rubbing the walls of the areas that are already bigger. Same as I just said with the drive system being off.

    The centrifigul force stuff, that's pretty funny, hope it's not that LOL.


  4. #4
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    It is likely not your nc code. Tip wear tends to have an accumulative effect. If the tool advances by .100 in depth for each pass, it is really only the flutes of the tool near the tip that are taking the brunt of the wear from usage. When they get slightly dulled, then the tool deflects and the sharper flutes further on up have no chance to ever remove what they could remove if the tool was not deflecting.

    Rough drill the material out of the hole so as to leave only about .005" to remove with the endmill. Then using a brand new endmill, interpolate the hole at depths of maybe 1/4 to 3/8 inch, removing those last few thousands, going around twice at each level. Consider how little movement is actually going on with a .1875" tool orbiting within a .254" hole. 5 ipm @3000 rpm is too high of a feedrate to actually give the flutes a chance to remove all the material. Because the circumference of the circle is only about .0625*Pi = .19", at 5 ipm your tool is completing one orbit in about 3 seconds. Because you are using about 50 line segments to make an orbit, it is doubtful that the control can force the machine to make each endpoint positively before the next movement begins, so this sort of mushy movement results in what I call 'lazy interpolation', where the machine lags behind the programmed motion. Try 1 ipm and see if it is any better, or indeed, a rounder hole. It is difficult to know how tight your machine really is, and you might actually have a 4 cornered hole at the end of it all. Then, you get a custom reamer to really solve the problem.
    First you get good, then you get fast. Then grouchiness sets in.

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #5
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0
    Hu, I didn't realize you spoke Chinese, thanks for the lesson..LOL I appreciate the help and do understand what you're saying, but you say interpolate, I understand the concept but not how to do it. I use CAD it does the work for me.

    Now after all those compliments I'll get into what I meant to say, it's a brand new end mill picked it up today.

    As for the info on IPM that makes sense I'll try that, thanks.

    Would the too fast feed rate still be the culprit even though I re-ran the program about 4 times?


  • #6
    Moderator HuFlungDung's Avatar
    Join Date
    Mar 2003
    Location
    Canada
    Posts
    4,826
    Downloads
    0
    Uploads
    0
    "New cutter" designation only lasts about 1 millisecond, then its a used cutter If you damage the sharp corners by plunging with the tool, it won't cut as you'd hope a new tool would. By rough drilling the core of the hole out, you preserve that delicate stage of 'new' for a few seconds more

    Linear arc Interpolation is what your nc code file shows for commands. There are no arc cutting commands in the file, so what you've opted for in RhinoCAM is to simulate true arcs by means of short line segment commands which have an inherent small amount of deviation from the true circular path you intend.

    You can always tell if the feedrate is too fast: if a subsequent rerunning of the program removes more material, then the feedrate on the first go round was too fast to permit the tool to remove all the material. Add to that the fact that the machine achieves more perfect motion when moving very slowly because it is getting more positional feedback per command (on a servo system).

    Of course moving dead slow is not productive and tends to wear the tool prematurely. But in this case, you do what you have to do, because the chosen process is not the optimal method to do a hole this deep.

    In a production setting, one might run a finish cut at a higher feed, and adjust the toolpath (using radius compensation on the machine) to purposely cause the tool to move in an overcut path, knowing full well that something is deflecting, and that the final size will be predictable after running the program a time or two. If you resort to this latter method, then you will indeed spoil the hole if you rerun the program and allow it to take a spring cut, unless you cut the radius compensation back a tad or two.
    First you get good, then you get fast. Then grouchiness sets in.

    (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)


  • #7
    Registered djr76's Avatar
    Join Date
    Nov 2007
    Location
    automation alley
    Posts
    314
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Cartierusm View Post
    Hu, I didn't realize you spoke Chinese, thanks for the lesson..LOL I appreciate the help and do understand what you're saying, but you say interpolate, I understand the concept but not how to do it. I use CAD it does the work for me.

    Now after all those compliments I'll get into what I meant to say, it's a brand new end mill picked it up today.

    As for the info on IPM that makes sense I'll try that, thanks.

    Would the too fast feed rate still be the culprit even though I re-ran the program about 4 times?
    Circular motion feedrates must be increased (outside) and decreased (inside) then normal linear feedrates .

    Linear feedrate = rpm*feedrate per tooth*teeth/flutes

    Outside arc feedrate = linear feedrate*(outside radius of part + cutter radius)/outside radius of part

    Inside arc feedrate = linear feedrate*(inside radius of part - cutter radius)/ inside radius of part


  • #8
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0
    Ok, so I should start with running it at 1 ipm and see where it gets me. Thanks. I'll try it tomorrow, at least it wasn't anything majorly wrong.

    As far as RhinoCAM give short segments to simulate arcs, then what is the alternative, is that only because I'm using a Hole Pocketing function, is there a different function I should be using?


  • #9
    Registered
    Join Date
    May 2009
    Location
    United States
    Posts
    1
    Downloads
    0
    Uploads
    0
    depending on the material you are cutting makes a huge difference, also shorten up tool stick out to barely more then depth of cut (D.O.C.). some times high speed cutters work better for various materials then carbide. also you can utilize. if your machining fiberous material like wood, fiberglass, or prototype material from Goldwest or machinable wax. Check out the guys at Harvey Tool. they make some unique cutters styled for plastics, fiberglass, carbon fiber. If your gonna work with carbon fiber or fiberglass, check out Fiberglast out of Dayton Ohio. also if you are utilizing standard R8 holders get the endmill style where they are more rigid, or get the cash out, get the R8 holder that excepts collets like the ER style. where you keep the 1 tool, but you swap out the collets in the end of the tool holder like commonly found on Cat-40 and Cat-50 holders. Check out Ebay for kicks, or there is a variety of sources to get better ideas, like http://www.usshoptools.com. Give me a hollar if still lost, there is also a lil place here in Cleveland, Ohio called SmallTools you might be able to hitup. My Favorite is source the stuff at tool shops, hit the web n cut costs. Theres a few more options like a adapters for the spindle where it's gearbox that increases the spindle rpm's and the runs like 3x or 4x for higher spindle speeds. but try simple stuff especially air blower for chip removal, vaccuums, air mist coolants or flood coolant or a good old squirt bottle with coolant, also coated tools may help but costs can ad up.. Best of Luck Jim


  • #10
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    236
    Downloads
    0
    Uploads
    0
    This seems like polevaulting over a mouse turd. Why not ream the hole and be done with it? If interpolating is the plan, program by hand:

    :G90
    G0 G94 X.0625 Y0 Z.1 M3S3000 F.001 H1 M8
    G1 Z-.1
    G3 X.0625Y0I0J0
    G1 Z-.2
    G3 X.0625Y0I0J0
    G1 Z-.3
    G3 X.0625Y0I0J0

    etc.


  • #11
    Registered
    Join Date
    Dec 2006
    Location
    USA
    Posts
    810
    Downloads
    0
    Uploads
    0
    Dave, I like your way with words, but if you didn't notice what I said above I know nothing about coding by hand. Plus my supplier didn't have a reamer that was .252", the catalog didn't even have it, plus why ream when you've got cnc, no need to get a reamer for every operation I ever do, I'd make no money.


  • #12
    Registered jalessi's Avatar
    Join Date
    Feb 2007
    Location
    U.S.A.
    Posts
    3,261
    Downloads
    0
    Uploads
    0

    Thumbs up

    Patience and perseverance have a magical effect before which difficulties disappear and obstacles vanish.


  • Page 1 of 2 12 LastLast

    Similar Threads

    1. Chucking on Tapered Hex
      By Tazzer in forum General Metalwork Discussion
      Replies: 1
      Last Post: 01-17-2009, 08:18 PM
    2. Replies: 9
      Last Post: 02-11-2008, 11:54 AM
    3. tapered hole
      By dshowald in forum Milltronics
      Replies: 5
      Last Post: 05-01-2007, 12:19 PM
    4. Tapered gib
      By chevdrgtrk in forum General Metal Working Machines
      Replies: 4
      Last Post: 11-28-2006, 02:56 AM
    5. Tapered Bore?
      By dwarf66 in forum General Metalwork Discussion
      Replies: 2
      Last Post: 11-23-2006, 03:56 PM

    Posting Permissions


     


    About CNCzone.com

      We are the largest and most active discussion forum from DIY CNC Machines to the Cad/Cam software to run them. The site is 100% free to join and use, so join today!

    Follow us on

    Facebook Dribbble RSS Feed


    Search Engine Friendly URLs by vBSEO ©2011, Crawlability, Inc.