When emc shows an error message with a "line number", it refers to the
physical line number in the file, not an O- or N-number.

In emc 2.1, parameters are numbers, not letters.  So, for instance, you
can't write
    #D=1.4
you must write
    #7=1.4
and remember that later on, #7 refers to the o.d. of the part you're
making.

I spotted another error further down:
> Y-[#L]
Unfortunately emc2 gcode omits the "negation" operator.  You could write
this as
    Y[-1*#8]
or
    Y[0-#8]
but what you wrote will not be accepted.

Jeff

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to