Hello Guest it is April 24, 2024, 11:27:07 AM

Author Topic: Zero Radius Arcline  (Read 4805 times)

0 Members and 1 Guest are viewing this topic.

Zero Radius Arcline
« on: March 20, 2010, 04:33:36 PM »
Sorry for the double post.

I've cut some parts using LazyCam to generate Gcode and all went fine, but I'm now regularly getting these "zero radius arcline 564" errors after offseting in LCam.
There are many other lines with a zero radius...
Why is LazyCam generating this error when creating offsets, and how can I get away with it?

Thanks for your help, after all the time it took me to get there, this is rather depressing :(
Bob

PS : here is the Gcode file
« Last Edit: March 20, 2010, 04:43:49 PM by bob.titus »
Re: Zero Radius Arcline
« Reply #1 on: March 26, 2011, 08:44:20 AM »
I have noticed in the past that I have run up against the same problem.

Some where along the line, one of the programs used in drawing, or creating G-cod (Lazy-Cam), has rounded down a very small number, say ".0002" to ".000". What I did for a quick fix was to just make the zero radius the smallest number acceptable by my CNC program.

For me it wasn't a serious problem, but I would check to see the settings in all your programs, to make sure they all have a decimal place setting of 4 (".0000") to allow for small fractional numbers without rounding down.

Hope it helps a little

Offline RICH

*
  • *
  •  7,427 7,427
    • View Profile
Re: Zero Radius Arcline
« Reply #2 on: March 27, 2011, 07:49:45 AM »
Bob,
Can you post the  DXF drawing?
RICH
Re: Zero Radius Arcline
« Reply #3 on: March 27, 2011, 03:47:21 PM »
Once I corrected the two or three lines by changing "0.0000" to "0.0001" everything looks good. Ready to run on your CNC.