585,883 active members*
4,686 visitors online*
Register for free
Login
IndustryArena Forum > MetalWorking Machines > CNC Swiss Screw Machines > Cross Hole Chamfer (G16? G12.1?)
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2010
    Posts
    22

    Cross Hole Chamfer (G16? G12.1?)

    I've been trying to find a simple example of chamfering completely around a cross hole. One of my machines has the G12.1 functions, 2 others do not (Citizen L20's).

    Can someone show me a simple program section to deburr a .250 cross hole drilled through .500 stock?

    Without the G12.1 option, is there another way to do so, or any program that will calculate the Z/C movements?

    Thanks!

  2. #2
    Join Date
    Jun 2010
    Posts
    49

    cross hole chamfer

    This is what is in cnc wizard-just fill in the information required marked by an "*"
    (DEBURR CROSS HOLE C AXIS)
    (#510=DIAMETER OF CIRCLE)
    #510=*
    (#511=TURNED DIAMETER)
    #511=*
    (#512=CENTRE OF CIRCLE)
    #512=*
    (#513=FEEDRATE)
    #513=*

    M5 G98
    M58 S3=*
    T*00
    M18 C*
    G50 W-0.591
    G0 X#814+0.025 Y0 Z#512 T*
    G1 X#511-0.05 F#513
    G12.1
    G16 C#511/2
    G1 G41 W#510/2 F#513
    G3 W-#510 C0 R#510/2
    G3 W#510 C0 R#510/2
    G0 G40 W-#510/2
    G13.1
    G18
    G0 X#814+0.025 T0
    G50 W0.591
    M20 M60 G99

    have fun

  3. #3
    Join Date
    Oct 2011
    Posts
    65
    Quote Originally Posted by g-code_junkie View Post
    This is what is in cnc wizard-just fill in the information required marked by an "*"
    (DEBURR CROSS HOLE C AXIS)
    (#510=DIAMETER OF CIRCLE)
    #510=*
    (#511=TURNED DIAMETER)
    #511=*
    (#512=CENTRE OF CIRCLE)
    #512=*
    (#513=FEEDRATE)
    #513=*

    M5 G98
    M58 S3=*
    T*00
    M18 C*
    G50 W-0.591
    G0 X#814+0.025 Y0 Z#512 T*
    G1 X#511-0.05 F#513
    G12.1
    G16 C#511/2
    G1 G41 W#510/2 F#513
    G3 W-#510 C0 R#510/2
    G3 W#510 C0 R#510/2
    G0 G40 W-#510/2
    G13.1
    G18
    G0 X#814+0.025 T0
    G50 W0.591
    M20 M60 G99

    have fun


    What software did this come from?

  4. #4
    Join Date
    Jun 2010
    Posts
    49

  5. #5
    Join Date
    Aug 2012
    Posts
    54
    FANUC SAMPLE

    (DEBURR CROSS HOLE C AXIS )

    (#120=DIAMETER OF CIRCLE)
    #120=*
    (#121=PRE TURNED DIAMETER)
    #121=*
    (#122=CENTRE OF CIRCLE)
    #122=*
    (#123=FEEDRATE)
    #123=*
    (#124=STARTING C AXIS VALUE)
    #124=*

    N*
    G40G80G18
    M05
    M08(SP 2 C AXIS ON)
    G28C0
    G0C#124
    T****
    G97S****M47
    G0G98 Z-#122
    X[#500+2.0]
    G1 X[#121-2.0] F#123
    (G118)G18W0H0
    (G107)G07.1C[#121/2] (PLANE SELECTION FOR C AXIS AROUND BAR - C & Z AXIS)
    G1W-[[#120-2.0]/2]F#123
    G3W[#120-2.0]C#124R[[#120-2.0]/2]
    G3W-[#120-2.0]C#124R[[#120-2.0]/2]
    G1Z-#122
    (G107)G07.1C0
    (G118)G18V0W0
    G0X[#500+2.0]
    M48
    M09
    M05
    G18
    G99
    G28V0
    M01

Similar Threads

  1. How to correctly chamfer a hole?
    By Darc in forum G-Code Programing
    Replies: 42
    Last Post: 06-03-2021, 09:10 AM
  2. Depth Calculator - Chamfer a hole
    By jcnewbie in forum Mastercam
    Replies: 3
    Last Post: 10-23-2009, 11:55 PM
  3. Cross hole drilling on sl30
    By harry smith in forum Haas Lathes
    Replies: 4
    Last Post: 01-07-2009, 11:39 PM
  4. Replies: 9
    Last Post: 02-11-2008, 05:54 PM
  5. Chamfer
    By CharlesM479 in forum Solidworks
    Replies: 3
    Last Post: 04-12-2007, 05:13 AM

Posting Permissions

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