The Acoustic Guitar Forum

Go Back   The Acoustic Guitar Forum > General Acoustic Guitar and Amplification Discussion > Build and Repair

Reply
 
Thread Tools
  #1  
Old 06-06-2014, 03:07 PM
rusty999 rusty999 is offline
Registered User
 
Join Date: Dec 2011
Posts: 47
Default CNC programme for Radius dish ?

Hi Guys,
I am new to CNC but a friend does have a machine and has a basic knowledge of cnc work. Just wondering what he would need to build me a couple of radius dishes ?
I live in Europe and its very expensive for me to try purchase one in USA and ship it over so i thought about making my own.
If anyone has any advise about what software is needed I would be most greatful
Thanks
best regards
Rusty
Reply With Quote
  #2  
Old 06-06-2014, 09:46 PM
Ned Milburn Ned Milburn is offline
Registered User
 
Join Date: Feb 2011
Location: Dartmouth, NS
Posts: 3,127
Default

Quote:
Originally Posted by rusty999 View Post
Hi Guys,
I am new to CNC but a friend does have a machine and has a basic knowledge of cnc work. Just wondering what he would need to build me a couple of radius dishes ?
I live in Europe and its very expensive for me to try purchase one in USA and ship it over so i thought about making my own.
If anyone has any advise about what software is needed I would be most greatful
Thanks
best regards
Rusty
Who needs software...??

I made my own dishes with MDF (medium density fibre-board) and a hand scraper. The dish shape for my guitars is more egg-shaped than round.
__________________
----

Ned Milburn
NSDCC Master Artisan
Dartmouth, Nova Scotia
Reply With Quote
  #3  
Old 06-09-2014, 11:17 AM
arie arie is offline
Registered User
 
Join Date: Jun 2009
Posts: 2,728
Default

it's pretty easy. even easier with software. a lot of it depends upon what the controller is though. assuming a generic fanuc type box with g68 enabled, one generates an arc in a radial fashion in either the zy (g19), or zx (g18) plane from center to edge. or from edge to edge -your call. in the most basic form, you will be programming from the center of the ball so you'll have to offset your tool accordingly.

with your basic arc done, now with g68 you can rotate the program incrementally around the center point of the dish. starting at 0 deg and ending up at 360 (center to edge) or 0 to 180 (edge to edge). use a rather large ball tool as it will make the scallops smaller, the increments fewer, and clean-up with sand paper more easier. i suggest a minimum diameter of .75

this is just one way to get it done. were it mine and i had no software, i'd try this way and sub-routine all the indexing about center.

regarding software i'm pretty spoiled with access to the latest and greatest, but i'm going to assume that a lot of the basic entry level stuff should get it done -even the open source stuff should handle this work.
Reply With Quote
  #4  
Old 06-11-2014, 04:22 AM
LouieAtienza LouieAtienza is offline
Registered User
 
Join Date: Feb 2013
Posts: 4,617
Default

I have gcode for radius dishes, you can PM me and I will send to you. Pretty simple to generate when you have the CAM to do it. Most CAM will just do zig-zag, but I program mine to spiral out from the center so the contour is smoother with little cleanup. I also program to leave a consistent scallop, as opposed to consistent stepover. I don't even sand afterwards.

You could go radially as arie suggests, but you end up doing a lot of recutting in the middle and have heavier scallops to remove around the perimeter.
Reply With Quote
  #5  
Old 06-11-2014, 09:29 AM
arie arie is offline
Registered User
 
Join Date: Jun 2009
Posts: 2,728
Default

Quote:
Originally Posted by LouieAtienza View Post
Most CAM will just do zig-zag,.
i'm comfortable with mastercam, gibbscam, surfcam, and camworks. not too much experience with more entry level stuff i'm afraid. are you saying that software below this tier won't do a spiral toolpath? or a spiral pocket? it's a real basic strategy...

Last edited by arie; 06-11-2014 at 09:52 AM.
Reply With Quote
  #6  
Old 06-11-2014, 04:31 PM
LouieAtienza LouieAtienza is offline
Registered User
 
Join Date: Feb 2013
Posts: 4,617
Default

Quote:
Originally Posted by arie View Post
i'm comfortable with mastercam, gibbscam, surfcam, and camworks. not too much experience with more entry level stuff i'm afraid. are you saying that software below this tier won't do a spiral toolpath? or a spiral pocket? it's a real basic strategy...

Most entrry level do not, at least a 3d spiral. 2.5D entry level programs do all day. I have experience with MasterCam and SurfCam but I own a seat of One lCNC XR4 Mill Expert....
Reply With Quote
  #7  
Old 06-14-2014, 10:33 AM
LouieAtienza LouieAtienza is offline
Registered User
 
Join Date: Feb 2013
Posts: 4,617
Default

I should add you could do this [3D spiral toolpath] with a simple subroutine, if you have some familiarity with trig. The program would actually be way shorter.
Reply With Quote
  #8  
Old 12-23-2015, 11:42 AM
Luke_S Luke_S is offline
Registered User
 
Join Date: Dec 2015
Posts: 1
Default

Quote:
Originally Posted by LouieAtienza View Post
I have gcode for radius dishes, you can PM me and I will send to you. Pretty simple to generate when you have the CAM to do it. Most CAM will just do zig-zag, but I program mine to spiral out from the center so the contour is smoother with little cleanup. I also program to leave a consistent scallop, as opposed to consistent stepover. I don't even sand afterwards.

You could go radially as arie suggests, but you end up doing a lot of recutting in the middle and have heavier scallops to remove around the perimeter.
Hi. Do you still have the gcode for these dishes?
Reply With Quote
  #9  
Old 10-10-2019, 10:13 AM
cwiscomb cwiscomb is offline
Registered User
 
Join Date: Oct 2019
Posts: 1
Default Please Help with G Code!

Quote:
Originally Posted by LouieAtienza View Post
I have gcode for radius dishes, you can PM me and I will send to you. Pretty simple to generate when you have the CAM to do it. Most CAM will just do zig-zag, but I program mine to spiral out from the center so the contour is smoother with little cleanup. I also program to leave a consistent scallop, as opposed to consistent stepover. I don't even sand afterwards.

You could go radially as arie suggests, but you end up doing a lot of recutting in the middle and have heavier scallops to remove around the perimeter.

Greetings Louie!!
I work at a school and have access to a CNC, but not the proper program to generate g-code for a 25' radius dish (our software can only do the curve in steps). Your plans sounds amazing... if you would be willing to share then it can help a whole bunch of students learn to build guitars and ukes!!!! Thanks for any help. Corey.
Reply With Quote
  #10  
Old 10-10-2019, 10:22 AM
Kerbie Kerbie is offline
Charter Member
 
Join Date: Jan 2011
Posts: 28,635
Default

Quote:
Originally Posted by cwiscomb View Post
Greetings Louie!!
...if you would be willing to share then it can help a whole bunch of students learn to build guitars and ukes!!!!
Hi Corey, welcome to the AGF. This is a five-year old thread. You might have better luck contacting Louie by PM. Click on his user name and click "Send a private message to..."

Good luck!
Reply With Quote
  #11  
Old 10-10-2019, 01:51 PM
irvine irvine is offline
Registered User
 
Join Date: Mar 2016
Location: Vienna, Austria
Posts: 91
Default

Sorry, I just saw the original date of that thread. But If anyone in Europe is looking for radius dishes, Rall guitars in Germany have them.

https://shop.rall-online.net/epages/...36%2F171%2F163
Reply With Quote
  #12  
Old 10-10-2019, 05:58 PM
mirwa mirwa is offline
Registered User
 
Join Date: Sep 2013
Posts: 3,110
Default

Quote:
Originally Posted by irvine View Post
Sorry, I just saw the original date of that thread. But If anyone in Europe is looking for radius dishes, Rall guitars in Germany have them]
If you have access to a local cnc machine, i have no problems sharing my cad files

Steve



__________________
Cole Clark Fat Lady
Gretsch Electromatic
Martin CEO7
Maton Messiah
Taylor 814CE
Reply With Quote
Reply

  The Acoustic Guitar Forum > General Acoustic Guitar and Amplification Discussion > Build and Repair

Tags
cnc radius dish






All times are GMT -6. The time now is 11:07 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Copyright ©2000 - 2022, The Acoustic Guitar Forum
vB Ad Management by =RedTyger=