Hi:
     Is there any reason this should not work?   (in emc2.2.7)

o<A_routine1> sub
    g0 x0y0 z50
    g0 x10 y10 z40
    g0 x0 y0 z50
o<A_routine1> endsub

o<b_routine2> sub
    g0 x0y0 z50
    g0 x5 y5 z40
    g0 x0 y0 z50
o<b_routine2> endsub

o<A_routine1> call
o<b_routine2> call
o<A_routine1> call

it gives an error redefining sub O135995526    (on the defining of the second 
sub)

(it does work fine if I change the <b_routine2> to a number

Thanks,
   Mike

_________________________________________________________________

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to