On Mon, Sep 10, 2012 at 10:58:28AM -0500, Daniel Rogge wrote:
> +    def report_gcode_error(self, result, seq, filename):
> +     error_str = gcode.strerror(result)      
> +     sys.stderr.write("G-Code error in " + os.path.basename(filename) + "\n" 
> + "Near line " 
> +                      + str(seq) + " of\n" + filename + "\n" + error_str + 
> "\n")
> +     
Btw regarding this block - why not to use string from axis with parameter
substitution instead of manual assembly + ... +...?
 
> I don't know why you're seeing that error with hal_gremlin
My bet is that it's instantiated from HAL and thus have all descriptor closed.
It's not a problem, i've post appropriate hal_gremlin function tomorrow.

                                        Pavel

------------------------------------------------------------------------------
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

Reply via email to