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! > CAM Software > General CAM Discussion


General CAM Discussion Discuss CAD/CAM software and Design software methods here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-01-2008, 10:54 AM
 
Join Date: May 2008
Location: US
Posts: 5
CRWConstruction is on a distinguished road
Arcs and Stepping question?

I'm new to working with CAMs but one thing I'm wondering is I noticed that with Visualmill, RhinoCAM and a few others that arcs and circles are all produced with stepping a bunch of straightaways. Is there a cam program that will create a real arc as it's toolpath or a way to make the CAMs I mentioned, use true arcs? The sales rep for the CNC machine we have told us before purchasing that the machine could make true arcs and not stepping like most others...but seems all the CAMs force it to use stepping as far as I've seen. Any suggestions?
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 08-01-2008, 11:10 AM
 
Join Date: Mar 2003
Location: Orange County, California
Posts: 317
jemmyell is on a distinguished road

Hi,

Most CAM programs will generate ARCs if they are present in the input artwork. It is probably the DXF file you are using. For CorelDRAW, use the DXFTool from CandCNC to generate a DXF with real ARCs and then use SheetCAM to make your GCODE.

-James
__________________
James Leonard - www.DragonCNC.com - www.LeonardCNCSoftware.com - www.CorelDRAWCadCam.com - www.LeonardMusicalInstruments.com
Tweet this Post!Share on Facebook
Reply With Quote

  #3  
Old 08-01-2008, 11:13 AM
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?

As James said, either you CAD drawing is drawn with line segments, or you're missing a setting in your CAM program. All the CAM programs you mentioned should cut regular G2/G3 arcs.
__________________
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

  #4   Ban this user!
Old 08-01-2008, 11:55 AM
 
Join Date: May 2008
Location: US
Posts: 5
CRWConstruction is on a distinguished road

Don't know I've been using Rhinoceros 4.0 for designing all files so far and that produces arcs when the circle or arc tools are used but when I use RhinoCAM or import file into Visualmill or other CAMs to produce a G-code comes out with stepped toolpaths. You mentioned could be missing a setting, any idea what setting that would be? I've been scouring the file and operation settings since yesterday evening and can't find anything.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 08-02-2008, 09:10 AM
 
Join Date: Aug 2006
Location: USA
Posts: 106
RandK is on a distinguished road

In VM5.0 it is in preferences>machining preferences. UNCHECK the 3 boxes that make it use linear segments (lines) for arcs.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-04-2008, 02:46 PM
Hirudin's Avatar  
Join Date: Jun 2008
Location: USA
Posts: 353
Hirudin is on a distinguished road

I noticed the same thing CRWConstruction and also started my own topic... oops.

After you try changing the settings RandK mentioned please let me/us know whether it worked.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 08-06-2008, 10:27 PM
 
Join Date: Jul 2008
Location: USA
Posts: 38
etzz is on a distinguished road

I too noticed the same thing with Rhino4.0 and Madcam. Ive just been using the software for a couple of days. I was about to post a question, but found this post. I havent investigated yet, but just noticed the circles were made of segments. I was wondering if mach3 would still drive the machine as a continous arc. Will post if I learn anything.
Regards,
Eric
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 08-07-2008, 10:53 AM
 
Join Date: Jul 2008
Location: USA
Posts: 38
etzz is on a distinguished road

Pasted below is what the developer of MAdcam (Joakim) replied to the same question in the MAdcam forum. I tried the suggestions and did see improvement, but there are still miniature line sigments. I checked the G-code, and there are no G2/G3 just smaller straight line moves (from what I can tell...I'm also new to this). So maybe to get perfect arcs for this sofware I would have to mod the G-code. Not sure if it would really matter much anyways (?).
Regards,
Eric


*************
There are two things to check.

1) The mesh tolerance in Rhino.
If the model is shaded when you select surfaces for toolpathing, madCAM use the Rhino render mesh. To control this, please select Rhino options/mesh. The settings should be something like this for inch (custom settings, maximum dist edge to surface = 0.001, Refine mesh and Jagged seams) for mm it should be (custom settings, maximum dist edge to surface = 0.01, Refine mesh and Jagged seams). If the model isn’t shaded, madCAM will calculate the mesh and use the tolerance set from madCAM options. I would recommend to always having the model shaded when selecting for toolpaths calculation. This way is faster and if setting the flat shaded view option in Rhino, you will get what you see. Please also have a look in the madCAM help-file/select-model.

2) The tolerance set for the cutter.
It is also a tolerance set for each cutter and this tolerance is used when calculating the toolpath. Smaller tolerance will give a smoother toolpath.

If still having trouble, you are welcome to send me the model and I will have a look and create some sample toolpaths and send it back together with settings.
************************
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 08-07-2008, 06:54 PM
 
Join Date: Jul 2008
Location: USA
Posts: 38
etzz is on a distinguished road

After some reading, the whole G2/G3 (circular interp) -vs- G0/G1 moves (tiny straight lines) is sort of tied to the machine controller (mach3 in my case) and its implementation of CV motion (constant velocity). CV motion tends to remove sharp corners in motion. So with CV enabled, you should get smooth motion and a decent finish anyway. A short blurb pasted from a mach3 doc:

http://www.machsupport.com/docs/Mach3_CVSettings_v2.pdf

**********************
Constant Velocity “CV” – This mode attempts to maintain a constant velocity during
ALL angular or arc moves while obeying the acceleration parameter. This is not possible
during some moves...such as single axis moves that change direction (i.e. Motion must
stop at some point during these moves). On moves where constant velocity can be
maintained, the corners will be rounded depending on how high the acceleration is set
combined with the CV Distance Tolerance (see below) . Higher accelerations and
smaller CV Distance Tolerance values will result in tighter corners and lower following
errors. Note, this is NOT the same as servo following error and has nothing to do with
PID control. Servo/Stepper following errors will be slightly WORSE than the CV
induced following error depending on how “tight” the servo loop is. Stepper motors will
lag as well (+- 1 full step), and will lose steps if pushed too far (VERY BAD).

Exact Stop – This mode accelerates and decelerates to each “point” in the gcode. Mach-3
only sees one move at a time and usually machines run somewhat rough and very slowly
in this mode. Exact stop should only be used where a machine must not round any
corners (inside or outside). However, remember that most CAM software will output
many tiny G01 moves to form arcs. In exact stop mode this type of movement will leave
very bad surface finishes and can be hard on tooling and machine components.
*************
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 08-07-2008, 07:17 PM
 
Join Date: Aug 2006
Location: USA
Posts: 106
RandK is on a distinguished road

The OP was asking about 2.5d work and getting interpolation of arcs/circles. The VM settings should fix that. Note that there is also a setting in the circle tab of the post configuration that can be set to segment circles (ie 180 degrees) if the controller needs that. That should make it use multiple G02/3.

In 3d solids/mesh work most CAMs do interpolation of the surface using G01's based on accuracy settings in the software. Higher accuracy means more short lines and code. I haven't set up VM since a computer change but I checked some old programs and they were all G01's for surfacing. I don't know about madcam.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11  
Old 08-07-2008, 07:24 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 etzz View Post
After some reading, the whole G2/G3 (circular interp) -vs- G0/G1 moves (tiny straight lines) is sort of tied to the machine controller (mach3 in my case) and its implementation of CV motion (constant velocity).
Sort of, but not really. Cutting a circle with a series of straight segments will not cut the same as one using G2/G3. When using G2/G3, the cutter will stay on the path. If you're using straight segments and CV mode, Mach3 may clip the corners of your straight segments. This can vary greatly with acceleration and velocity settings. The smaller the segments, the closer it'll be, but G2/G3 is far better. Another reason that G2/G3 is better, is because the machine should run smoother making the continuous arc, rather than the series of short segments. Even with CV mode on, Mach may not be able to maintain the same velocity and smoothness of the G2/G3 moves.

As the previous poster said, if you're using 2D drawings from Rhino, you should be getting G2's and G3's. But if your working with a 3D model, it's normal to have all G1's.
__________________
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

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
Need Help!- I and J 3D arcs mmachining BobCad-Cam 7 02-14-2008 02:01 PM
Which is better Polygon or Arcs? Normsthename Mach Plasma / Laser 9 02-03-2008 04:45 PM
3d arcs? stevespo BobCad-Cam 10 08-31-2007 09:02 PM
Trouble with arcs warpedmephisto TurboCNC 3 12-07-2006 06:36 PM
Cutting !@#$% Arcs... Joe Petro General CAM Discussion 5 01-12-2004 09:17 PM




All times are GMT -5. The time now is 11:19 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