Hi all I am trying to get this to wok in axis: ================================================== g90 g20 g17 g0 x0 y0 z0 f30 x.5 g2 i-.5 j0 g0 z0.1 x0 y0 g20 f30 g0 z1 g20 f30 g90 g0 z.1 g0 x0 y0 z0 m2 =================================== (see also here: http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?SubProgramFiles)
it stopps giving this error message (in German) "Nahe Zeile 5 in file.ngc Keine Koordinaten für Wegbedingung" which should read in (pigeon) english: "Near line 5 in file.ngc no coordinates for way condition" I commented out the lines 5 and up, only when I commentet out line 4 "g2 i-.5 j0" the errormessage disappeared. Looking at the manual in the wiki (see section http://linuxcnc.org/docs/2.3/html/gcode_main.html#sub:G2,-G3:-Arc) I derive: - G17 coordinate system = (Z-axis, XY-plane) - "When the XY-plane is selected program: G2 or G3 axes I- J- The axis words are all optional except that at least one of X and Y must be used to program an arc of less than 360 degrees." - further down the manual: "Here is an example of a center format command to mill an arc: G17 G2 X10 Y16 I3 J4 Z9." => so I believe there should be an x or y coordinate stated, if the arc is less than 360 °. It is 360° however, still i modified line 4 as follows: "g2 x.5 i-.5 j0" now it loads and looks like indicated in http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?SubProgramFiles Was the http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?SubProgramFiles wrong or what else? greets chris ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
