Linuxcnc supports subroutines with a different syntax http://linuxcnc.org/docs/html/gcode/o-code.html
Dave Caroline On 26/07/2015, John Thornton <[email protected]> wrote: > Just because code is available in other controls doesn't automagicly > mean it is included in LinuxCNC. That is an unrealistic expectation... > > On 7/26/2015 6:29 AM, Andreas Pettersson wrote: >> It don't seem that LinuxCNC supports M98 and M99 for repetitive tasks.. >> like cutting slots with a specific distance.. >> >> For example.. >> >> G91 G21 >> F30 >> G1x-4.12 >> G0x5 >> M98 P1000 L9 >> G0x2 >> G90 >> G0Z50 >> M30 >> >> o1000 >> G0Z2.34 >> G1x-5 >> G0x5 >> M99 >> % >> >> (this would work in Mach3, for making several grooves on a cnc lathe). >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Emc-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/emc-users > > > ------------------------------------------------------------------------------ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
