GuitarGuy Posted May 1, 2006 Report Posted May 1, 2006 Ok, what I'm trying to do is develop an equation that will let me calculate the y coordinates of the tip of a ball nose endmill and any point of the x travel. This way I can mill a perfect radius on the fretboard and repeat that with the frets installed. Heres a simplified picture of the problem. The equation of a circle is x^2+y^2=r^2 In this case r=7.25 (fender) Now that is the easy part. The problem is that as x grows, the point of contact moves from the tip of the cutter toward the x axis so if the tip is calculated using the above equation, one side will dig in. What im trying to calculate is an equation to describe the little extra that has to be added to the y component to keep the radius true. Anyone have any ideas? Quote
thegarehanman Posted May 1, 2006 Report Posted May 1, 2006 What's the radius of the ball nose endmill? Quote
thegarehanman Posted May 1, 2006 Report Posted May 1, 2006 Ok, I'm going to recheck this math, but it's looking pretty simple. EDIT: n/m, I thought I had it down, but I didn't. Obviously I'm too tired right now. peace, russ Quote
GuitarGuy Posted May 1, 2006 Author Report Posted May 1, 2006 Endmill is 5/8, and thanks for trying anyways. Quote
Ben Posted May 1, 2006 Report Posted May 1, 2006 I have no idea how you program or use these things, but I'm guessing that normally you would write an equation to control the position of the tip (the bit directly below the centre) of the ball thing... would it be possible to set it so that your equation controlled the position of the centre of the ball instead? Then you could just set the radius 5/8" larger than the one you wanted. Quote
GuitarGuy Posted May 1, 2006 Author Report Posted May 1, 2006 I have no idea how you program or use these things, but I'm guessing that normally you would write an equation to control the position of the tip (the bit directly below the centre) of the ball thing... would it be possible to set it so that your equation controlled the position of the centre of the ball instead? Then you could just set the radius 5/8" larger than the one you wanted. Its not a cnc, although what you mentioned is called an offset and its exactly how it would be done in a program. THis is a manual mill im working with so im doing the cnc work manually. It seems like a lengthy process but with a digital readout its not so bad. You bring up an excellent point tho...now how to work it that way is the question. Quote
Ben Posted May 1, 2006 Report Posted May 1, 2006 (edited) Otherwise I THINK the equation: (x^2) + (y+r)^2 = (R+r)^2 Where R is the intended fretboard radius and r will be the radius of the cutting bit (5/8) Might do it, but check before you take my word for it. (Thats the same sort of idea as controlling the position of the centre of the ball) Its hard to explain what I'm thinking without a diagram, but that should sort of 'indirectly' control the position of the centre of the ball by controlling the position of the tip... Sort of the same as the offset idea. I wouldnt understand what I just wrote if I were you reading my post... this really needs a diagram I think. (This is good revision for my upcoming maths exams!) Edited May 1, 2006 by Ben Quote
GuitarGuy Posted May 1, 2006 Author Report Posted May 1, 2006 I think theres another variable in there. R=7.5 (radius) r=.3125 (endmill radius) a= that little extra bit x^2+(y+r+a)^2=(R+r)2 Quote
Ben Posted May 1, 2006 Report Posted May 1, 2006 (edited) I'm not so sure, I just drew this a diagram in A9CAD (poor man's autoCAD). I know the diagrams a bit convoluted, but it seems to show that the path of the tip of the bit is the same as the path of the centre, but 'r' units lower in the Y-axis, and that the path of the centre is the same as the circumference of your desired radius fretboard radius + the radius of the cutting bit... hence the equation. Obviously you are only cutting a small section of the top of that circle for your fretboard radius, but I drew the whole circle to try to illustrate the point. I can email you the original above diagram in DWG format if you like. I should probably do my own maths work now, I hope I helped you somehow. Ben EDIT, I had to shrink the image because it was too big (640x640), am I right in thinking 640x480 is the allowed limit? Edited May 1, 2006 by Ben Quote
GuitarGuy Posted May 1, 2006 Author Report Posted May 1, 2006 You absolutely did help, thanks very much. I keep thinking the tip and not the centre. Quote
Setch Posted May 1, 2006 Report Posted May 1, 2006 Nice job Ben! I love that conceptual leap that happens when you share a problem with somebody - two heads are definately better than one for this stuff. Quote
GuitarGuy Posted May 3, 2006 Author Report Posted May 3, 2006 Ben you are a genius! I did a test run with the mill on a scrap piece of cocobolo. It worked perfectly! I can see an aluminum fretboard with wood in lays in the future. End view Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.