On 26 July 2015 at 12:29, Andreas Pettersson <andr...@roughedge.se> wrote:
> It don't seem that LinuxCNC supports M98 and M99 for repetitive tasks..
> like cutting slots with a specific distance..

> M98 P1000 L9

I am not 100% certain what that does, but I think you can have the
same effect with

O200 REPEAT [9]
O1000 CALL
O200 ENDREPEAT

O1000 SUB
...
O1000 ENDSUB


-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to