Commit 72d6bd27 authored by kliment's avatar kliment

Changes to make interactive mode use nicer - no RECV message on recv timeout

parent 86c76a19
......@@ -54,6 +54,7 @@ class printcore():
if(not self.printer or not self.printer.isOpen):
break
line=self.printer.readline()
if(len(line)>1):
print "RECV:",line
if(line.startswith('start')):
self.clear=True
......
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