Results 1 to 12 of 12

Thread: Milling Tight Inside Corners???

  1. #1
    Registered
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    143
    Downloads
    0
    Uploads
    0

    Question Milling Tight Inside Corners???

    Hi... I wish to cut a "square" hole in a sheet of 1/8" 6061, with the corners of the square hole having a radius as small as possible (ie. .015"); I don't want to resort to EDM/punching/broaching/hand-filing/crazy rhohedral bits etc.

    My plan is to:
    - rough the square using a .125"dia endmill, which'll give .062" corner radii.
    - Then use a .031"dia endmill (or perhaps even smaller?) for finishing, which'll give .015" corner radii - which should be tight enough.

    But I need a gcode generator to create the multiple light cuts (.002" each?) so the small endmill doesn't break. In another post someone called this "trichordial" cutting, but I can't find any such tool in Mach3. Can anyone steer me in the right direction?
    Attached Thumbnails Attached Thumbnails Milling Tight Inside Corners???-pocket.jpg  


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

    Post

    Frogblender

    Set the post processor or (tool path) in your cam software to the step over the tool requires not Mach3.

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


  3. #3
    Registered
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    143
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by jalessi View Post
    Frogblender

    Set the post processor or (tool path) in your cam software to the step over the tool requires not Mach3.

    Jeff...
    I misspoke - I meant BobCad with Fanuc post proc - not mach3


  4. #4
    Registered
    Join Date
    Feb 2009
    Location
    USA
    Posts
    1,570
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Frogblender View Post
    I misspoke - I meant BobCad with Fanuc post proc - not mach3
    You set the stepover (your .002" cut depth) in the BobCAD machining step. What version are you using? Can you post the file?


  • #5
    Registered
    Join Date
    Jul 2008
    Location
    USA
    Posts
    83
    Downloads
    0
    Uploads
    0
    I might have the wrong idea here. But could'nt you program and run a small drillbit on all the corners and then run your endmill between the holes? just a thought.


  • #6
    Registered
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    143
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by ryansuperbee View Post
    I might have the wrong idea here. But could'nt you program and run a small drillbit on all the corners and then run your endmill between the holes? just a thought.
    Unless the endmill is the same dia as the drillbit, you won't get a clean square- there'll be little concave triangles sticking out.


  • #7
    Registered
    Join Date
    May 2007
    Location
    US
    Posts
    779
    Downloads
    0
    Uploads
    0
    Just open up notepad and whip up a little macro program.
    Attached Thumbnails Attached Thumbnails Milling Tight Inside Corners???-corner_clear.png  


  • #8
    Registered
    Join Date
    Mar 2009
    Location
    Canada
    Posts
    143
    Downloads
    0
    Uploads
    0
    Quote Originally Posted by Andre' B View Post
    Just open up notepad and whip up a little macro program.
    That is a very nice and educational little picture there. Thanks! It seems like that macro clears only 3 corners? But I get the idea.

    The only issue with that macro is the tiny endmill will be running along the long edges of the hole - edges which have already been roughed out - greatly increasing machine time. The macro I need a) just concentrates in the corner, b) ideally has fancy sine/geometry stuff to evenly remove the material the roughing bit couldn't reach, c) approaches the material from the side (ie. the end of the endmill never gets touched) - the tiny bit will flex much less if you stay away from its end.


  • #9
    Registered
    Join Date
    May 2007
    Location
    US
    Posts
    779
    Downloads
    0
    Uploads
    0
    It only clears one corner. As written it would be for using a 1/16 endmill to clear out a corner left by an 1/8 endmill.
    Edit:Edit: It is written for a 1" square centered on zero so the first G0 move puts the tool 0.01 away from the start of the arc left by the 1/8 tool.

    Would need 3 more subs for the rest of the corners or make one sub that is much more complicated.

    Improvements would be to add arc in and out moves, and get rid of the Z move up and down at each level (safe but it takes time and should not be needed here).

    Edit:
    I have found that for very small end mills small Z level steps tends to be more forgiving then side milling.
    Last edited by Andre' B; 05-27-2009 at 01:51 PM.


  • #10
    Gold Member
    Join Date
    Mar 2003
    Location
    Southern California
    Posts
    33
    Downloads
    0
    Uploads
    0
    I took a stab at the program, you can see some snapshots and a tool path simulation here!

    On the last picture there is a small movie camera icon, click on it for the simulation video.

    if you need the posted code, let me know and I can email it to you.

    Bill Griffin
    Bill Griffin
    grifftek@grifftek.com
    www.grifftek.com/grifftek


  • #11
    Registered BurrMan's Avatar
    Join Date
    Dec 2008
    Location
    usa
    Posts
    2,635
    Downloads
    0
    Uploads
    0
    If your like me and just want the softwrae to do it:

    In BobCad I just drew my square then drew squares the size of the bit selection in each of the 4 corners so I could break the geometry then create a contour. I could then create a profile on the 4 contours. Many lead and pass options. In this screenshot I used a circular lead in and out. This shows all in one shot but I think BobCads Profile feature can do "Spring Passes" so you can take .002 swats at it or whatever the material/amount calls for.

    Milling Tight Inside Corners???-corner_profiles.jpg


  • #12
    Registered
    Join Date
    Jun 2006
    Location
    united states
    Posts
    85
    Downloads
    0
    Uploads
    0
    Burr,
    Like you, I always want to have the software do the work for me. I like the idea of the macro but it's not needed for this type of profile. There are many ways to attack this issue, I would break the profile before and after the radius then use the spring pass feature(if it works) to generate the moves for me, I would also create a line 90 degrees to the wall. I would also use a vertical lead in/lead out unless you need the G41/G42 code for your program.


  • Similar Threads

    1. Need Help!- TCC crash during pocket milling, polyline inside circle
      By StephanWenger in forum TurboCAD/CAM
      Replies: 13
      Last Post: 12-02-2010, 09:36 AM
    2. Pocket/Inside Corner Milling Strategies ?
      By ColinFitzgerald in forum General Metalwork Discussion
      Replies: 8
      Last Post: 06-21-2007, 11:06 PM
    3. what coolant to use when milling copper?(3d design inside)
      By HawainPand in forum General Metalwork Discussion
      Replies: 14
      Last Post: 04-18-2007, 10:51 AM
    4. Rounded corners...
      By saturnnights in forum SheetCam
      Replies: 2
      Last Post: 02-13-2006, 02:06 PM
    5. Round corners
      By slawsonb in forum SheetCam
      Replies: 15
      Last Post: 01-26-2006, 05:22 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.