On Sat, Jun 13, 2009 at 10:30:01AM -0400, Rainer Schmidt wrote:
> As I understand the parsing
> G1z1x1y1
> is the same as
> g1z1
> x1y1

Certainly not.  The first is one move.  The second is two moves.

> I am sure that a end of line or cr/lf or any combination is not part
> of the parser rules regarding a command structure. 

Please see "format of a line" section 1.1 of the gcode docs:

http://www.linuxcnc.org/docview/html//gcode_overview.html#r1_1

> g1z1
> g1x1
> g1y1
> 
> are the same as
> 
> g1z1g1x1g1y1

The first is three moves; the second is a syntax error.

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