Gene,

In the second block of code following the while loop you’re missing some more 
“call”s

o1 while[#50 le 7] ( stop short )
( Enf of MAIN WHILE LOOP )
o5 endif
o6 if [#<_measure> lt 1]
o7 do
o<get_hole> call
o<show_args>  call (see what its got)
o<show_hole> call (move to it)
(put drill hole call here)
#50     = [#50 +1]
o7 while [#50 le 7]
o6 endif
M2

> On Mar 7, 2024, at 11:20 AM, emc-developers-requ...@lists.sourceforge.net 
> wrote:
> 
> o1 while[#50 le 7] ( stop short )
> ( Enf of MAIN WHILE LOOP )
> o5 endif
> o6 if [#<_measure> lt 1]
> o7 do
> o<get_hole>
> o<show_args> (see what its got)
> o<show_hole> (move to it)
> (put drill hole call here)
> #50   = [#50 +1]
> o7 while [#50 le 7]
> o6 endif
> M2


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

Reply via email to