586,043 active members*
3,695 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > Okuma > please, any sugestions for milling a hexagon on a lathe ?
Results 1 to 7 of 7
  1. #1
    Join Date
    Jun 2015
    Posts
    4154

    please, any sugestions for milling a hexagon on a lathe ?

    hello recently, i tried to mill a hexagon, i was in rush, and later i realized that i did a mistake

    it was not my 1st hexagon, but truth is that each time when i needed to craft one, i was coding it in a different manner

    so i decided to avoid future mistakes, by creating a soubroutine for miling hexagons

    so please, if you have any sugestions, any particular cases, any ideas related to hexagons ( or about creating soubroutines ), i would like to hear them, to implement them inside the code / kindly
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  2. #2
    Join Date
    Nov 2014
    Posts
    28

    Re: please, any sugestions for milling a hexagon on a lathe ?

    I always use the g101 i believe... turn od down to the corner to corner dimensions of your flat first i actually turn down below the corner to corner just to be safe but only around .02" or .5mm max.

    Make sure you have your tool data correct for you endmill as far as the cutter comps and tool tip direction i use tip 9 for live live facing tools. Rapid above the diameter of your turned diameter and desired depth in z... follw this with a g01 g41 x(corner to corner) z same as above and c0. Then use g101 code format in manual.

    I dont have a working sample as i am home but i can give you a brief and rough lines of code for how i use g101. I can give you working code for what your needing tomorrow morning central time.

    Dimensions in inches.

    N0707 (1.75 hex)
    T070707 (.500 4FLUTE)
    M5
    M110
    SB=3000 M13
    G17
    G94
    G0 X3.5 Z-.625
    G01 G41 X2.020 Z-.625 C0. F50.
    G101 C60. F10.
    C120.
    C180.
    C240.
    C300.
    C0.
    G0 X3.5
    G0 G40 X100. Z100.
    M12
    M109
    M1


    Sent from my SM-G960U using Tapatalk

  3. #3
    Join Date
    Jun 2015
    Posts
    4154

    Re: please, any sugestions for milling a hexagon on a lathe ?

    thank you
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  4. #4
    Join Date
    Nov 2014
    Posts
    28

    Re: please, any sugestions for milling a hexagon on a lathe ?

    Were you able to use and figure out the hex milling?

    Sent from my SM-G960U using Tapatalk

  5. #5
    Join Date
    Jun 2015
    Posts
    4154

    Re: please, any sugestions for milling a hexagon on a lathe ?

    hy rdnck, yes, i have done a few things about hexxing, now i am into others

    thank you for your reply
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  6. #6
    Join Date
    Jun 2015
    Posts
    4154

    Re: please, any sugestions for milling a hexagon on a lathe ?

    hy rdnck68, i was thinking about asking you something ... the size of the code that you shared is 213bytes; the code that i have written is 100 times bigger

    please, what do you think ? kindly
    Ladyhawke - My Delirium, https://www.youtube.com/watch?v=X_bFO1SNRZg

  7. #7
    Join Date
    Nov 2014
    Posts
    28

    Re: please, any sugestions for milling a hexagon on a lathe ?

    Hahaha i dont have time to write complete "do all"routines i just keep it simple

    Sent from my SM-G960U using Tapatalk

Similar Threads

  1. 840c hexagon milling with C-axis
    By Ekol in forum SIEMENS -> Sinumerik 840C
    Replies: 2
    Last Post: 05-01-2017, 12:17 PM
  2. hexagon milling cycle
    By Parameterfritze in forum HEIDENHAIN -> TNC
    Replies: 2
    Last Post: 03-01-2012, 09:13 AM
  3. Need help in hexagon pocket milling
    By brianklein in forum G-Code Programing
    Replies: 27
    Last Post: 05-13-2009, 05:56 PM
  4. I need sugestions on what lathe tool to use
    By ryansuperbee in forum Uncategorised MetalWorking Machines
    Replies: 4
    Last Post: 08-12-2008, 12:36 PM
  5. Milling Hexagon Using Rotary
    By ASHY in forum FeatureCAM CAD/CAM
    Replies: 0
    Last Post: 01-04-2007, 04:26 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •