RE: [CAD_CAM_EDM_DRO] EMC backplot
Posted by
Tim Goldstein
on 2003-03-09 09:04:25 UTC
There are plenty of Windows backplot utilities already available. So if
the goal is to check your G-code I would suggest taking a look at what
exists. I use Discriminator from:
http://www.cncsimulator.com
Here is a freeware one that I have heard people mention they use:
http://www.cncsimulator.com
Tim
[Denver, CO]
Sherline products at Deep Discount
Mach1 & DeskCNC with credit card ordering
www.KTMarketing.com/Sherline
Now selling Visual Mill
the goal is to check your G-code I would suggest taking a look at what
exists. I use Discriminator from:
http://www.cncsimulator.com
Here is a freeware one that I have heard people mention they use:
http://www.cncsimulator.com
Tim
[Denver, CO]
Sherline products at Deep Discount
Mach1 & DeskCNC with credit card ordering
www.KTMarketing.com/Sherline
Now selling Visual Mill
> -----Original Message-----
>
> For a simple backplotter, I don't think you'd need to go to
> all the trouble
> of hacking EMC to run in a M$ environment. Parsing the G code
> file and
> converting it in to a format that can be plotted should be
> fairly trivial.
> Most programming languages that have a Draw or Plot function
> just require an
> end point coordinate. G code files already contain this
> information, so all
> that you'd need to do is to scale and shift the origin. Arcs
> would be the
> only part that would need any real work to plot.
>
> Regards, Paul.
Discussion Thread
Ray Henry
2003-03-08 20:29:43 UTC
Re: [CAD_CAM_EDM_DRO] Digest Number 2987
Paul
2003-03-09 08:00:21 UTC
Re: [CAD_CAM_EDM_DRO] EMC backplot
Tim Goldstein
2003-03-09 09:04:25 UTC
RE: [CAD_CAM_EDM_DRO] EMC backplot
Paul
2003-03-09 13:13:31 UTC
Re: [CAD_CAM_EDM_DRO] EMC backplot
pcfw
2003-03-09 15:29:11 UTC
Re: EMC backplot