Bugs item #1937281, was opened at 2008-04-07 22:44 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=1937281&group_id=6744
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: EMC2 Task Controller Group: None Status: Open Resolution: None Priority: 7 Private: No Submitted By: Stephen Wille Padnos (swpadnos) Assigned to: Chris Radek (cradek) Summary: Last line of G-code sometimes not executed with % file end Initial Comment: I copied a section of G-code when trying to see another problem, and found that the last block was not executed when the file start and end are % signs. When the end is M2 or M30, the block is executed. Further testing showed that adding another line, with a G0 movement type, caused all blocks (including the ending G0) to execute correctly with %. The error code is here: % G90 G20 F300 G0 X0.6 Y0.6 Z1 G1 X0.74450 Y0.20000 G3 X1.14381 Y0.45801 I0.00000 J0.43800 G3 X1.16002 Y0.53550 I-0.17140 J0.07730 G1 X6.000 Y0.0000 % When the block "G0Z0.9" is added on the line prior to the trailing %, all segments execute as expected. If that line is just "Z0.9", then it fails to execute (though the long move above does execute correctly) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=1937281&group_id=6744 ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
