On 14 November 2016 at 14:20, dragon <[email protected]> wrote: > I am working towards implementing lathe roughing cycles g71/g72. There > was some discussion in Wichita as to using remap or integrating this > into interp. I am trying to get a feel for what the devs would prefer.
Interesting, I was seriously considering doing this myself. What I was thinking of doing was doing it Python first to check the logic, then converting to C++ to move it to interp_cycles.cc What started me looking at it was that there is a moderately simple way to tell G71 where to find the code without considerably altering the way that LinuxCNC works with line numbers. All you need to do is define the profile in a numbered O-sub block. O100 SUB G0 G1 G2 G3 G1 O100 ENDSUB G71 P100 .... This way the profile will be automatically skipped by the interpreter. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
