CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > WoodWorking Machines > DIY-CNC Router Table Machines


DIY-CNC Router Table Machines Discuss the building of home-made CNC Router tables here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 02-28-2009, 04:09 PM
 
Join Date: Sep 2006
Location: US
Posts: 50
buddym is on a distinguished road
Milling vs Cutting

Time for me to revist this topic.... I use mach3 to run my DIY machine... I draw 2-D parts to cut in cad program xxxxx and then convert dxf to g-code. It works for my limited purposes so far but it seems to me I am cutting parts, not milling parts My g-code looks like line plots to cut 1 or more tool paths to match the line art I draw in cad. This brings me two problems: first, I can find no way to tell the machine to "cut away" material to leave my part as drawn, where the tool is moved to remove material and leave my part in the desired dimensions. Instead, what I get is a simple x-y path that cuts along the center of that path. This results in a part that has tom be scaled prior to cutting in order to have the part come out the right size. If my tool path could be generated to cut the material away from the part, it would seem then that the part would be the correct size when finished, without regard to the tool diameter other than the offset required to avoid letting a 1/4" tool cut into the material.

The second problem is that this style of cutting limits me to 2-D so I can't cut different depths, (like screw pockets that are only 1/2 as deep as the material) without manually editing the z in the g-code. This would seem to more a limit of my experience and skill level with CAD and g-code conversion than a problem with the programs or machine.


All of this does get to a point, which is this question... with cad, say bobcad, turbocad, etc, mach3, and my x-y-z mill, how do I draw and cut parts that are 3-D and don't need manual scaling to keep the parts from being affected by a toolpath that cuts the "center" of a line?

Thanks,
Buddy
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 02-28-2009, 04:52 PM
mc-motorsports's Avatar  
Join Date: Feb 2007
Location: USA
Posts: 1,084
mc-motorsports is on a distinguished road

You need a better CAD/CAM package. I use RhinoCad and RhinoCam, costs between $1800 and $5000 depending on your CAM options. MasterCam is the only other CAM package I would concider, but it starts at $6k and as of right now, Rhino does everything that I need. The only thing that MasterCam has that I could use right now would be high speed milling opps of 2d profiling paths. I can program high speed milling opps for 2d and 3d pocketing or 3d horizonal roughing, but I'm stuck with the simple 2d profiling opps.
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 02-28-2009, 07:14 PM
mc-motorsports's Avatar  
Join Date: Feb 2007
Location: USA
Posts: 1,084
mc-motorsports is on a distinguished road

Just to add to this, sounds like the CAM program your using now is freeware or shareware and just programing a tool path based on the curves that are drawn? It probably expects you to draw the tool path and not the part.

Try downloading FreeMill from MecSoft.
http://www.mecsoft.com/freemill.shtml
Tweet this Post!Share on Facebook
Reply With Quote

  #4  
Old 02-28-2009, 10:54 PM
ger21's Avatar
Community Moderator
 
Join Date: Mar 2003
Location: Shelby Twp, MI....USA
Posts: 19,570
ger21 is on a distinguished road
Buy me a Beer?

Originally Posted by buddym View Post
This brings me two problems: first, I can find no way to tell the machine to "cut away" material to leave my part as drawn, where the tool is moved to remove material and leave my part in the desired dimensions. Instead, what I get is a simple x-y path that cuts along the center of that path. This results in a part that has tom be scaled prior to cutting in order to have the part come out the right size. If my tool path could be generated to cut the material away from the part, it would seem then that the part would be the correct size when finished, without regard to the tool diameter other than the offset required to avoid letting a 1/4" tool cut into the material.
What you should be doing is offsetting your lines in your CAD program by the tool radius, which would allow you to get correctly sized parts. Your next option would be a good 2D CAM program, that'll do the offsets for you. Vectric's Cut2D and SheetCAM are two good ones, both under $200



The second problem is that this style of cutting limits me to 2-D so I can't cut different depths, (like screw pockets that are only 1/2 as deep as the material) without manually editing the z in the g-code. This would seem to more a limit of my experience and skill level with CAD and g-code conversion than a problem with the programs or machine.
Cutting to different depths is typically done by drawing on different layers in the CAD program, with the different layers being assigned different depths. It depends on what you're using for g-code conversion, but even the free ACE converter let's you use multiple depths of cut from a single 2D .dxf file. It's all in the layers.


If you put some thought into it, it's actually possible to do some really complex parts with a 2D .dxf drawing.



All of this does get to a point, which is this question... with cad, say bobcad, turbocad, etc, mach3, and my x-y-z mill, how do I draw and cut parts that are 3-D and don't need manual scaling to keep the parts from being affected by a toolpath that cuts the "center" of a line?

Thanks,
Buddy
As was mentioned, the cheapest way is Freemill. Also look at www.Meshcam.com and Vectric's Cut3D.
__________________
Gerry

Mach3 2010 Screenset
http://home.comcast.net/~cncwoodworker/2010.html

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 03-03-2009, 02:12 PM
 
Join Date: Aug 2005
Location: USA
Posts: 226
Riceburner98 is on a distinguished road

Originally Posted by ger21 View Post
What you should be doing is offsetting your lines in your CAD program by the tool radius, which would allow you to get correctly sized parts. Your next option would be a good 2D CAM program, that'll do the offsets for you. Vectric's Cut2D and SheetCAM are two good ones, both under $200
^^- what he said! I've been doing it this way for years now. Just do a "contour" / offset line around the line where you want to cut. I have BobCad but never bothered learning how to fully use it; I still draw my parts in the free "emachineshop.com" software then just use BobCad to generate the G-code from the lines I drew. Draw the part, then "contour" say .125" for the toolpath, then just export only that toolpath as a DXF and convert it to G-code. I'll usually throw in another .01" contour outside as a rough pass, then use the .125" as a finish pass. I do some pretty complex parts that way. I always go over the G-code by hand to clean it up and optimize it, so that's where I adjust my depths as well..
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 03-03-2009, 02:50 PM
 
Join Date: Sep 2006
Location: US
Posts: 50
buddym is on a distinguished road

Tha sounds great, thanks very much for all of the help. I had one other question: Does the contour only apply to the outer perimeter of a part? What I mean is if I draw a part with cutouts in it, does the CAD automatically know not to cut away material it's not supposed to? Say if I had a 4" x 4" square part, with a 1" x 1" hole in the center...and I configure that CAD to do outside contour, will the CAD generate code that will contour the perimeter of the part but still cut the 1" hole the correct size?

Thanks again,
Buddy
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 03-03-2009, 03:21 PM
 
Join Date: Aug 2005
Location: USA
Posts: 226
Riceburner98 is on a distinguished road

It will only cut away what you tell it to with your toolpath. If the toolpath is only the outside contour, it would only cut that. (making sure you lift up your Z axis before moving anywhere else of course, so you don't plow through material when you do a rapid to move away) To cut the inside hole, you'd just do a "contour" on the *inside* of the line that makes that hole. So then you'd tell the G-code program to cut that toolpath also. I guess it really depends on what you're using to generate your G-code, and how automatic it is. The way I use BobCad I select one toolpath (say, the outside of the part), then hit "convert" then go down a few blank lines, select another toolpath (that inside 1"x1" square) and hit "convert" again so it does little chunks of code for each toolpath. Then I go in and manually add in my Z up and down's and change speeds and such. I'll usually put those chunks into a subroutine that I can call a few times dropping the Z .02" or so each time. (M98 P100, etc..) I started out doing all my G-code by hand before I was suckered into buying BobCad, so I wrote a lot of G-code by hand for 2D and 3D parts.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 03-03-2009, 03:36 PM
 
Join Date: Sep 2006
Location: US
Posts: 50
buddym is on a distinguished road

So my current method....draw part in simple cad, import into mach with lazycam, generate g-code is less than ideal you would say? Seems I need a bit more HP on the cad side of things to get toolpaths correct and not use lazycam to generate the g-code at all, but rather let the CAD program do it?

Buddy
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 03-03-2009, 04:17 PM
 
Join Date: Aug 2005
Location: USA
Posts: 226
Riceburner98 is on a distinguished road

Actually, that sounds about the same as I do it.. I haven't personally used lazycam so I can't say how it works, but it sounds like that's basically the same as what I do with BobCad for "CAM" / G-code and the free Emachineshop program for my CAD. Does your CAD program allow you to do "contours" where it pops a line out .125" (or whatever) distance from the line you pick? If so, then it sounds like you should be OK.. Just generate that line (which will now be your toolpath) then import that into lazycam and use that line to generate the G-code instead of the line that's your actual part drawing... I'd post a picture but I'm not sure how..
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cutting G10 material without metal tools? (CNC milling) burnthills General Metalwork Discussion 5 11-01-2006 02:34 PM
G33 Help,for Thread Cutting By Using Horizontal Milling M/c kg cia G-Code Programing 0 03-03-2006 03:45 AM
cutting forces milling guido General Metalwork Discussion 28 01-24-2006 12:48 PM
CNC milling/lathe cutting speed rEtarD General Material Machining Solutions 11 08-09-2005 03:51 PM
Cutting tool shape for PCB milling NeoMiller General Metal Working Machines 2 11-13-2003 12:09 PM




All times are GMT -5. The time now is 11:30 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353