Feature Requests item #3563833, was opened at 2012-08-31 14:18 Message generated for change (Tracker Item Submitted) made by drogge You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=356744&aid=3563833&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: GUI - AXIS Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Daniel Rogge (drogge) Assigned to: Chris Radek (cradek) Summary: Add error messaging to gremlin.py Initial Comment: Axis has some nice error reporting when you try to load a program with bad g code: “G-Code error in testcode.ngc, near line xx of home/rogge/Desktop/testcode.ngc. Radius to end of arc differs from radius to start:” Unfortunately, it’s only a part of the Axis.py code and not present in gremlin.py, and therefore not present in the gladevcp gremlin widget. The attached patch duplicates Jeff’s code, but instead of displaying it in a tk window simply reports it to stderr via a self.report_gcode_error(result, seq, filename) method that gui writers or gladevcp widgets can override if desired. Rogge ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=356744&aid=3563833&group_id=6744 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
