Re: [Emc-developers] conversational G-code generators

2013-07-02 Thread Kirk Wallace
On 07/02/2013 10:27 AM, Jon Elson wrote: > I've been tinkering with learning Python and converting my > C programs that generate G-code for the common operations ... snip > Some others do a ramp-down version of treprect, > step-down and ramp down versions of a round hole, > a round pocket program,

Re: [Emc-developers] conversational G-code generators

2013-07-02 Thread John Thornton
There are a bunch of them on the wiki... JT On 7/2/2013 12:27 PM, Jon Elson wrote: > I've been tinkering with learning Python and converting my > C programs that generate G-code for the common operations > I perform to Python. I have the first one done, a program > to cut rectangular slots, call

[Emc-developers] conversational G-code generators

2013-07-02 Thread Jon Elson
I've been tinkering with learning Python and converting my C programs that generate G-code for the common operations I perform to Python. I have the first one done, a program to cut rectangular slots, called treprect, for trepan rectangle. It makes one cut inside the final diameter and spirals dow