Re: Interesting problem
Posted by
Fred Smith
on 2003-07-14 15:18:27 UTC
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "Dan Mauch" <dmauch@s...>
wrote:
code from geometry with arcs smaller than the least increment in your
G-code. If you set your number of decimals to 6, 99.9% of your loops
will be eliminated. What happens is the first arc cuts correctly,
but the second one is extremely small, and results in the exact same
G code line, which makes a full circle!
There have been "extensive" discussions of this problem in past
threads of the Vector user forum. A sympathetic programmer donated a
small program that flags the duplicated arcs in a text editor. It
can be downloaded at no charge (Freeware) and used for checking.
http://www.imsrv.com/discus
Enter the General Vector Cad and Cam topics, about the 4th thread
down. "NC code generating loops and circles"
In Vector 9.4 filtering was added to eliminate the duplication, based
on the number of decimals in the output.
Best Regards, Fred Smith- IMService
Listserve Special discounts and offers are at:
http://www.imsrv.com/hobby
We are THE source for low cost Cad Cam
wrote:
>early
> I couldn't figure out why I should be
> getting these circles as the dxf file was perfect. It was also too
> in the year for mysterious crop circles to appear in my G code.selected
> Knowing that there wasn't a bug in Mach1 I returned to bobcad. I
> reloaded the G code and in the CAM program Selected All. Then I
> Geometry from code.Dan, this is the infamous "looping". It is caused by creating CNC
> To my shock the mysterious circles appeared on my drawing.
code from geometry with arcs smaller than the least increment in your
G-code. If you set your number of decimals to 6, 99.9% of your loops
will be eliminated. What happens is the first arc cuts correctly,
but the second one is extremely small, and results in the exact same
G code line, which makes a full circle!
There have been "extensive" discussions of this problem in past
threads of the Vector user forum. A sympathetic programmer donated a
small program that flags the duplicated arcs in a text editor. It
can be downloaded at no charge (Freeware) and used for checking.
http://www.imsrv.com/discus
Enter the General Vector Cad and Cam topics, about the 4th thread
down. "NC code generating loops and circles"
In Vector 9.4 filtering was added to eliminate the duplication, based
on the number of decimals in the output.
Best Regards, Fred Smith- IMService
Listserve Special discounts and offers are at:
http://www.imsrv.com/hobby
We are THE source for low cost Cad Cam
Discussion Thread
andyolney
2003-06-15 21:16:06 UTC
Blown Gecko 340
JanRwl@A...
2003-06-15 22:19:08 UTC
Re: [CAD_CAM_EDM_DRO] Blown Gecko 340
Jon Elson
2003-06-15 22:28:23 UTC
Re: [CAD_CAM_EDM_DRO] Blown Gecko 340
andyolney
2003-06-16 09:10:18 UTC
Re: Blown Gecko 340
Jon Elson
2003-06-16 10:34:52 UTC
Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340
andyolney
2003-06-16 21:19:55 UTC
Re: Blown Gecko 340
andyolney
2003-06-17 22:53:03 UTC
Re: Blown Gecko 340
Lee Studley
2003-06-18 10:17:32 UTC
Re: Blown Gecko 340
Jon Elson
2003-06-18 10:50:50 UTC
Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340
andyolney
2003-06-22 15:34:39 UTC
Re: Blown Gecko 340 Update
Jon Elson
2003-06-27 20:26:02 UTC
Re: [CAD_CAM_EDM_DRO] Re: Blown Gecko 340 Update
andyolney
2003-06-27 22:04:43 UTC
Re: Blown Gecko 340 Update
Lee Studley
2003-06-27 23:35:05 UTC
Re: Blown Gecko 340 Update
Dan Mauch
2003-07-14 10:51:50 UTC
Interesting problem
Fred Smith
2003-07-14 15:18:27 UTC
Re: Interesting problem
stevenson_engineers
2003-07-14 17:31:43 UTC
Re: Interesting problem