![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| Tormach PCNC Discuss Tormach PCNC machines here. |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
| Need help with cutting accuracy! So up until now I've been mostly tinkering with the cuts I’ve made. Not really paying too much attention to the size of the cuts. Mostly just getting used to programming and running this machine. Well, I’ve gotten to the point where I’m pretty comfortable with programming and the machine. I’m also at the point where I have to make some pretty exact hole sizes (within .0015” or so) for some parts that need to be press fit. I’m using Mastercam. Attached is a pic of the first prototype I made. So here’s the problem: I went to create a .786” dia by .5” deep hole in 6061 aluminum. I was doing this by ramp machining it. 3% per pass, at a feedrate of 12, 4100 rpm, climbmilling. The plan was to rough it out using a 3/8” 3 flute flat endmill for aluminum cutting and finish with the boring head. When I checked the dia after the rough cut, it was .810”. Way oversize. I checked the program over and over, recreated it and even tried different sizes. Each time the hole is being cut from .015-.035” oversize. The sizes were never this far off, otherwise the other components in the assembly I was making would not have fit. I checked the runout on the spindle, the tool holder (TTS collet), and the end mill shank, and nothing more than .001” from what I could see. Certainly not something that would throw it that far off. I also did a really slow manual plunge cut of 2 brand new 3/8 center cutting endmills, one rougher and a finish endmill. Just to see if maybe there was something in the program that was screwed up. Tried 5 cuts and the dia ranged from .383 - .410”. I spent about 6 hours yesterday chasing this problem and have no idea what to check next or what to do. I’m dead in the water until I could figure this out. Why is the accuracy so far off. One thing to mention, when I first got the machine the z axis would drift down an inch or 2 when I shut it off. It doesn’t do that now. I’ve only got a handful of hours of actual machining time on the machine so far. Any suggestions on what is causing this and how to fix it? Thanks for your help. Rob in CT Last edited by 98vert; 08-15-2007 at 11:23 AM. |
|
#2
| |||
| |||
| Rob, Nices parts. If you can put your Mastercam file too, I can take a loof at it.(I know Mastercam very well). As I looked at your code, I'd see that your code is linear. You should use the filter option in Mastercam to get 3 axis arcs. I can't understand how you can get .386"-.410" passes with a 3/8 end mill. Did you measured your end mill diameter? Does your .810” hole is perfectly round? |
|
#3
| |||
| |||
| Would it make sense to try the same sort of cutting using one of the Mach wizards as a test? If that comes out to size, you can eliminate the mill as the source of error and focus on the CAM side. Mike |
|
#4
| |||
| |||
| Hi Rob, I just looked at your program and I believe I have found at least part of your problem: The numbers don't add up correctly, the last ramp in your program ends at: X-.2035Y-.0286 Z-.1 then the next line is G3X.2035Y-.0286R.2055 The R value needs to be the same as the movement in this case, you have a .004 total difference of diameter between the R value and the actual movement you are trying to achieve. What is happening is you are getting a larger radius in a shorter distance, so you are actually creating an out of round condition. You could try this instead: X-.2035Y-.0286Z-.1 G3I.2055 This will give you a complete circle with a radius point in the X plus direction. Sean |
|
#5
| ||||
| ||||
| CutViewer shows the supplied gcode to cut correctly. The toolpath makes a 1.5 turn spiral down, then a half turn at full depth, then a small arc to put the cutter on the Y axis, then a final half turn at full depth to produce a flat bottom. Also (2 * .2055 radius) + .375 cutter diameter = .786 hole diameter so mathematically it jives. I know the PCNC software (customized Mach) to accurately render gcode (I am using PCNC3,) so the out-of-round problem must be mechanical. Best regards, Randy |
| Sponsored Links |
|
#6
| ||||
| ||||
| But I don't expect the drifting down alone to be a cause of your problem. Nice looking piece, Rob. It looks like all the sides are contoured. How did you hold it while machining? That's my part of the learning curve now--how to hold more contoured pieces while I machine them... Best regards, Randy |
|
#7
| |||
| |||
Hey Randy, I don't mean to be rude but the finish position of X-.2035 plus the X.2035 from the nex line equals .407 and .407+.375=.782 not .786 so it can't be correct with the R.2055. To be correct either both of the X numbers need to be .2055 or the R value needs to be .2035. Sean |
|
#8
| |||
| |||
| Rob, Try these numbers, I have posted out a program using Sprutcam and am attaching it to this post. Sean |
|
#9
| ||||
| ||||
Earlier you pointed outThe original gcode as supplied is OK. Not exactly how I'd have done it, but OK mathematically. Best regards, Randy Last edited by zephyr9900; 08-19-2007 at 04:26 AM. |
|
#10
| |||
| |||
| Yes Randy I was incorrect and I apologize. I did miss the Y+ versus the Y-, I now digress. |
| Sponsored Links |
|
#11
| ||||
| ||||
| Not a problem, Sean. I actually took the lazy way myself and viewed the toolpath in CutViewer Mill (which does recognize the final hole to be round and will give the diameter) and saw that it looked OK, then I went back and analyzed it. CutViewer is a great tool for debugging problems when I hand-write gcode too. Best regards, Randy |
![]() |
| 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 |
| VMC Accuracy | jimgarner | Haas Mills | 3 | 03-04-2007 05:05 PM |
| K2 CNC need help with XYZ accuracy | ChristopherWood | Commercial CNC Wood Routers | 14 | 12-03-2005 11:20 PM |
| What accuracy do I need? | energyforce | CNC Plasma and Waterjet Machines | 4 | 12-02-2005 01:51 PM |
| accuracy? | sixpence | DIY-CNC Router Table Machines | 41 | 08-16-2005 11:01 PM |
| Accuracy determination & accuracy improvement | rweatherly | DIY-CNC Router Table Machines | 5 | 08-11-2005 09:37 AM |