It looks like you’re missing a few calls in this loop. Not sure if that’s your 
problem, but it’s a place to start:

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]


> On Mar 6, 2024, at 5:28 PM, gene heskett <ghesk...@shentel.net> wrote:
> 
> On 3/6/24 15:49, gene heskett wrote:
>> specifically the command to set spindle speed MUST BE LOWERCASE
>> Nothing in a gcode file causing machine motion beyond
>> S1000 will execute. No error messages of any kind either. Found it by 
>> surround the first move with (debug, msg) statements.
>> I have not gone to the new number the spindle syntax because that reference 
>> in the docs is not very clear and doesn't actually explain it that well, at 
>> least to me. Does it require a $ sign in front of the spindle number? My 
>> limited exploration has not been successful at rotating a spindle. Since I 
>> don't have anything that does qualify as a spindle although I've both A and 
>> B axises now that can turn 400 rpms synched to x or y, I would not call then 
>> spindles as their chucks are in fact 3d printed square sockets.
>> The backplot showed the motion trace just fine for either s case. I have 
>> killed it a couple times, but changing the view fixes it.
>> I changed the file back to a lowercase s:
>> s1000
>> and everything then seems to run normally.
>> So the old canary will live. ;o)> But he is certainly surprised.
> 
> Looks like its more than just what looks like a case sensitivity. What its 
> doing is actually only running the attached gcode once. If there is any error 
> that stops it, such as a probe trip when not in a probe move, its all done 
> until shut down, restarted and rehomed. There are two places where one sub 
> calls another.  If there are no errors, it all works. Is that a no-no in 
> terms of error recovery, as in blowing away the call stack?
> 
> Take care & stay well everyubody.
> 
> Cheers, Gene Heskett, CET.
> --
> "There are four boxes to be used in defense of liberty:
> soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author, 1940)
> If we desire respect for the law, we must first make the law respectable.
> - Louis D. Brandeis
> <linear_bearing.ngc>
> _______________________________________________
> Emc-developers mailing list
> Emc-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-developers


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

Reply via email to