This is the solution.. Just needed to change the output to a diff. 
syntax model. It does basicly the same thing so. =)

Thanks.

// A

Den 2015-07-26 kl. 14:55, skrev Dave Caroline:
> Linuxcnc supports subroutines with a different syntax
>
> http://linuxcnc.org/docs/html/gcode/o-code.html
>
> Dave Caroline
>
> On 26/07/2015, John Thornton <j...@gnipsel.com> 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
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
> ------------------------------------------------------------------------------
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


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

Reply via email to