![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| BobCad-Cam Discuss all BobCad software here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
I am doing some simple 3d milling - guitar fingerboards with different radii (like a section of a cylinder). Easy enough to create the radiused board and generate a toolpath. But... How do I control the "smoothness" of the machined 3d surface? Like many things in BobCAD, this really has me baffled. The gcode consists of many straight line moves, not arcs like I would expect. The number and length of these lines determines how smooth the machined surface is. I do not know what setting to change to change this. At one point each arc was made of 7 moves - very coarse. Tech support had me change some settings and the arcs were then made by performing 50 moves - very smooth. After trying to solve some other problems, the support person made some changes, and now my arcs are 25 moves. This is probably adequate - but I just want to know what exact setting determines this. Arc Interpolation error is a logical candidate, but doesn't seem to do anything. General Accuracy didn't seem to help. Set Path -> max error for arcs? Again, didn't seem to help. Thanks, Steve |
|
#2
| |||
| |||
| Stevespo, Most of the time any 3-D machining toolpath will be a collection of line segments, very few machines will actually cut 3D radii. When you generate the toolpath, you can set the control parameters in the window right below where you set the step over amount. Also, with compoiund radii, you will want to cut in the direction of the largest radius, this will help to create longer line segments. For instance, in your case, the fingerboard will have a smaller radius across it (side to side) and a larger radius lengthwise (length of the board if at all radiused). Setting the tolerance very low will help, but what really helps is cutting in the direction of the longest radius. This is controlled by the toolpath angle that you set. If your fingerboard is actually straight in the length direction, with a decreasing radii, your toolpath will actually be continuous lines from top to bottom of the fingerboard. I cut a lot of contoured parting lines, and my machines communication is limited to 9600 bps, so I also get an added benefit from the longer line segments, my machining time is dramatically decreased. I attached a file, it is exagerated I know.
__________________ www.maverickmoldandtool.com |
|
#3
| |||
| |||
| Which Toolpath method are you using? If it is the 3D Skin function then when you are setting path it depends on the direction of the Toolpath. If it is perpendicular to the Path then the Step Over distance will be the determining factor. If you are runing parallel to the Path then the determining factor is the Minimum Line Length when you are setting the Path. If you are using one of the Solid Toolpath options then you will want to check the Minimum Line length in the Parameters dialog. The Arc Interpolation error is used when you are creating code for a 3D arc in the CAD window. It determines the Line length. Regards |
|
#5
| |||
| |||
| You guys are great. That was very helpful information and advice. Jim, my fingerboards are actually simpler than your example, but eventually I will be creating that type of board. You created a nice compound radii fingerboard, right now I'm just doing a single radius board. I am using the Planar toolpath option from the Solids menu. My stepover is .1", toolpath angle 0, tolerance .0001", and min line length also .0001". I'm machining the board across it's width - across the narrowest part - parallel to the toolpath. I can see the advantages of going up/down the length with a ballnose bit and a tight stepover. I will try that. I actually ran quite a few tests and my best results (fastest, least sanding) came with a 3/4" straight bit and working side to side, up and down that little hill of an arc. I'm sure it's worth more experimentation. I will play around with minimum line length. These may be unrelated, but my general accuracy is currently .00001" and my chain gap is .0001". I believe these were set by tech support while troubleshooting another problem with "crop circles" - and I have some ideas for solving that as well. Thanks, Steve |
| Sponsored Links |
|
#6
| |||
| |||
| I'm definitely getting different results by changing min line length - but it's not clear how it's really working. A super small value (min val) of .0001" seems to generate fewer movements than a larger value like .001". The best resolution seems to be coming from .0007" - so I will stick with that. I would assume the smaller the line length, the higher the resolution, but maybe that's not really the case? Steve |
|
#7
| |||
| |||
| I get crop circles sometimes even when trying to do 2-D milling, the cause of my circles was having large radii in the contour instead of line segments. There is a conflict when having these large radii with the I and J value being close to X0.0000 and Y0.0000. The best I could tell is that I would get errors because of this, so to solve the problem I offset the Origin to a point far from the center of the part, this solved the problem very well. Jim
__________________ www.maverickmoldandtool.com |
|
#8
| ||||
| ||||
| This type of error can actually be caused by a couple things that can easily be set in your NC CAM. First try outputing circles in no more than 180 degree sections. Then try outputing either I J or then radius type of output to see if they act different. Also try incremental then absolute output to see if that makes a difference. Also don't output equal values of x,y coordinates. |
|
#9
| |||
| |||
| My machine doesn't accept the R value when doing G02/G03, and I am not sure that it would accept the absolute values. I figured out that just offsetting the origin and the fixture offset on my mill and it doesn't give me the circles. Also, I am usually pretty compulsive about verifying the programs before I run them, but I have had to use the metal adding machine several times because of the simplest of tasks would end up doing a lot of damage to my parts. Jim
__________________ www.maverickmoldandtool.com |
|
#10
| |||
| |||
| You can also correct the problem on the geometry level without and Offset. The reason you run into these arc segments that create a full circle is commonly related to non-tangent arcs. BobCAD is setup to create an arc around a corner, even if the resulting arc is too small for the machine care about. Try this next time: Select your chains. Click on Change => Reorganize => Make Arcs Tangential. Set the Minimum Accetpable angle to .001 and the Max. Angle for correction to something like 10-20. Then Click OK. This should reduce the occurence of the so called "crop circles". Regards |
| Sponsored Links |
|
#11
| |||
| |||
| Here is a file that I had this problem with just a week or so ago. The only solution I could come up with was to Translate---> X5.0 Y5.0 in order to get away from the I and J values being close to 0.0000. I needed to extract the lines of the surface and cut the outside diameter with a 0.125" Ball cutter. I had previously cut this pocket in 3D using the planar surface toolpath, but the outside wall had too many cutter marks, so I needed to smooth it up with a skim pass to remove the cutter marks. I didn't run a simulate or backplot the geometry because it was so simple I figured it was fine, I learned my lesson the hard way. As you can see from the .txt file, if you backplot it you get all sorts of crop circles. Jim ****Edit- I just tried the Translate ->x5.0y5.0 again and this time it didn't work, I still get the crop circles.......dangit!!!!!!1. _Edit*****
__________________ www.maverickmoldandtool.com |
|
#12
| ||||
| ||||
| To get rid of the cause it took putting a general accuracy to .001 inch. Your radius sections are too small and the start/end points too close so the numbers round too close for the control to work. You would be better off with the line segments. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| crash during smoothing | henryj1951 | Virtual Sculptor VS3D / VScad3 Software | 5 | 02-11-2007 02:56 AM |
| Smoothing Algorithims | jabuffi | Digitizing and Laser Digitizing | 3 | 12-09-2006 06:19 AM |
| Spindle orient and A axis smoothing | 1ctoolfool | Haas Mills | 9 | 11-22-2006 10:38 PM |
| Smoothing curves... | saturnnights | MadCAM | 2 | 03-04-2006 10:50 AM |
| Smoothing out splines ?? | badRandle | Mastercam | 7 | 05-21-2003 10:23 AM |