Commit bdba2b14 authored by Kliment Yanev's avatar Kliment Yanev

Fixes issue #49

parent 419d3062
......@@ -252,7 +252,7 @@ class printcore():
self.sendcb(command)
except:
pass
self.printer.write(command+"\n")
self.printer.write(str(command+"\n"))
if __name__ == '__main__':
#print "Usage: python printcore.py filename.gcode"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment