AXES =                  3
    COORDINATES =           X Y Z A

the error message you are seeing is emc2's way of complaining about this
configuration.  If you actually have an XYZ machine, then you should
write
    AXES =                  3
    COORDINATES =           X Y Z
instead.  AXES should be "One more than the number of the highest joint
number in the system" -- Z is joint 2, so the proper AXES number for an XYZ
mill is 3.
    http://linuxcnc.org/docs/html/config_ini_config.html#sub:[TRAJ]-Section

Jeff

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to