586,103 active members*
3,245 visitors online*
Register for free
Login
IndustryArena Forum > CAM Software > Mastercam > custom drill cycle for multiple feed rates?
Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2011
    Posts
    7

    custom drill cycle for multiple feed rates?

    All,
    I'm working on changing up a drill cycle for tubing. I'd like a G81 cycle that drills through one side of the part, then feeds/rapids through the middle of the part which is open, then feed through the far side of the part. Is anything like this possible?

  2. #2
    Join Date
    Apr 2006
    Posts
    3206
    Subroutine

  3. #3
    Join Date
    Jul 2013
    Posts
    6
    There is . It is called a web cycle. . It is designed to do what you are asking for. If my memory serves me correctly it is a g85. Let me check it out .

  4. #4
    Join Date
    Dec 2008
    Posts
    3109
    Quote Originally Posted by chub View Post
    All,
    I'm working on changing up a drill cycle for tubing. I'd like a G81 cycle that drills through one side of the part, then feeds/rapids through the middle of the part which is open, then feed through the far side of the part. Is anything like this possible?

    The only option is to remove the cycle completely, and manually program the drilling path longhand
    - use "drill point" ( to get the required tool into the spindle), and then insert the follow code into a "Manual Input" ( you may have to do a minor edit in the NC code )
    ie
    G0 Z.1
    G1 Z-.2 F3. ( 1st wall)
    G1 Z-.5 F10.( fast feed thru middle )
    G1 Z-.7 F.3 ( other wall)
    G1 Z.1 F10. ( faster feed to allow swarf to be drawn off the tool )
    G0 Z.5

Similar Threads

  1. Adding Custom Drill Cycle to MCX6
    By txcncman in forum Mastercam
    Replies: 8
    Last Post: 01-11-2013, 01:57 AM
  2. Feed rates?
    By Rainman229 in forum G-Code Programing
    Replies: 3
    Last Post: 02-23-2007, 06:47 PM
  3. Feed Rates
    By rcheli in forum Benchtop Machines
    Replies: 0
    Last Post: 12-28-2005, 05:34 PM
  4. Rpm and Feed Rates
    By Xeno in forum Uncategorised CAM Discussion
    Replies: 35
    Last Post: 02-23-2004, 11:06 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
  •