Bugs item #3610734, was opened at 2013-04-13 01:25 Message generated for change (Tracker Item Submitted) made by grandixximo You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3610734&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: G-code Interpreter Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: grandixximo (grandixximo) Assigned to: Nobody/Anonymous (nobody) Summary: G10 L10 run from line without tool loaded error Initial Comment: The Example G-code runs smooth if played from the beginning, but upon running it from line 6 (T2M6), without a tool loaded, the P value out of range error will come up, the #5400 stores the current loaded tool, so if no tool is loaded that is 0, loading any tool will do the trick, still the interpreter should account that in the first G10 L10 the #5400 should have been one and not zero, because at that point in the G-code tool one was supposed to be loaded. To put it simply, the interpreter doesn't account for read only parameters changes due to tool change in the code, when doing a check of the code to run from line. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=106744&aid=3610734&group_id=6744 ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
