586,106 active members*
3,212 visitors online*
Register for free
Login
Results 1 to 7 of 7
  1. #1

    Question Reaming with G01

    I am justing beginning to learn G code for a Haas mill.

    I'm using a .4375" HSS reamer, speed 700 rpms at a feed rate of 5"/min., material is 12L14.

    Code is

    N10 G01 Z-0.7 F5.
    N20 G00 Z.1

    In manual reaming the method it's slow in and slow out (as I recall).
    It seems to me that the G00 Z.1 will bring the reamer out at rapid rate.

    So the question is ... should the code really be:

    N20 G01 Z.1

    I don't have the machine right now so I can't run a quick test.

    Also are the RPMs and Feed rate about right?


    Thanks in advance.


    Pat H

  2. #2
    Join Date
    Feb 2007
    Posts
    464
    Do it like this.

    N10 G01 Z-0.7 F5.
    N20 Z.1
    Stefan Vendin

  3. #3
    Join Date
    Nov 2005
    Posts
    219
    If you have a decent tolerance you can rapid out of the hole, assuming everything is rigid and you have no part flex. We do it all the time.

  4. #4
    Join Date
    May 2006
    Posts
    265
    yes, rapid on the way out, if the tool will leave a mark, it would leave the mark with g1 too, so then fix that problem instead.. TIR and so on..

  5. #5
    Join Date
    Jul 2003
    Posts
    263
    why don't you use a G85 or G86 command instead
    G98 G85 Z-.7 F5.
    G80
    If you can ENVISION it I can make it

  6. #6
    Thanks for the help....

    I tried it several ways and in my application it doesn't seem to matter.

    The holes look good ... no marks.

    Pat H

  7. #7
    Join Date
    Nov 2006
    Posts
    59
    I'm with CNC-King use a can cycle. If your new to programming read a little about them in your manual, they will save you a bunch of time.

Similar Threads

  1. Reaming
    By Bill in forum Uncategorised MetalWorking Machines
    Replies: 22
    Last Post: 07-01-2007, 06:22 PM
  2. Reaming Ti ?
    By Sprew in forum MetalWork Discussion
    Replies: 5
    Last Post: 06-29-2007, 08:41 PM
  3. Lasers, HAZ and hardening.... post laser reaming?
    By InspirationTool in forum Laser Engraving / Cutting Machine General Topics
    Replies: 4
    Last Post: 10-21-2005, 07:53 PM

Posting Permissions

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