On Thu, Jun 11, 2009 at 10:42:40AM -0700, Kirk Wallace wrote:
> I just tried to single step through a g-code program, and found that my
> while loop counts as one step. Is there a plan to have each run of the
> loop count as one step, so there is less danger of a crash if the loop
> doesn't travel as planned? Thanks.

The loop doesn't count as one step.  Each motion-causing line of
gcode is one step.  If there is only one motion-causing line in your
loop, it'll will not stop each time.  If there are two, though,
it'll stop on each one like you expect.

Chris


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to