586,116 active members*
3,386 visitors online*
Register for free
Login
IndustryArena Forum > Other Machines > PCB milling > Calculating Width of Cut
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2013
    Posts
    23

    Calculating Width of Cut

    Hi, my trigonometry skills, if I ever had any, left me many decades ago.

    Is there a formula (or tables) that will give the width of a cut path at different depths of cut using a 60 degree engraving bit?

    Thanks

  2. #2
    Join Date
    Nov 2012
    Posts
    154
    Luckily, it's not too complicated. Assuming the v-bit (with tip angle "A") ends in a point, a line from the tip to the depth we wish to use (let's call it "D") is perpendicular to the width of the bit at that depth ("W"), forming two right-angled triangles in which we can apply sin/cos/tan formulas for relationships between sides. Thus, half of "W" in one of the triangles is equal to depth "D" times the half of the tip angle "A" that belongs to this triangle - so the full "W" is twice that:
    Code:
    W = tan(A/2)*D*2
    Of course, tips generally don't end in a perfect point, but have a tip width instead; that however only means our actual cut width will just be that much larger - if the tip width is "Tw", that becomes
    Code:
    W = tan(A/2)*D*2 + Tw
    Finally, for a specific tip angle of 60 degrees, that is simply
    Code:
    W = 1.1547*D + Tw
    Hope that helps...

  3. #3
    Join Date
    Jan 2013
    Posts
    23
    Blinkenlight, many thanks for taking the time to respond. I was getting hung up over the point vs tip width issue.

    Still in the preparatory stages at the moment, we are in an RV in GA and the lathe and mill are on their way. I can finally make Mach3 behave (I think).

    Once back in Canada I'll put the theory into practice.

    Again thanks for the help

    ex-egll

Similar Threads

  1. cut-off width
    By elsanch in forum CNC Swiss Screw Machines
    Replies: 6
    Last Post: 07-18-2012, 11:05 PM
  2. X2 column width.
    By TXFred in forum Benchtop Machines
    Replies: 3
    Last Post: 07-30-2010, 09:35 PM
  3. Help: pocket width = cutter width
    By Clot in forum Mastercam
    Replies: 7
    Last Post: 11-03-2008, 02:20 AM
  4. Pulse Width
    By coop2005 in forum Automation Technology Products
    Replies: 1
    Last Post: 09-16-2008, 07:10 PM
  5. Extend width of TM1/TM2 by 1ft
    By schoobie in forum Torchmate
    Replies: 3
    Last Post: 07-17-2008, 09:07 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
  •