Commit d088e2d3 authored by kliment's avatar kliment

Suppress echo from printer

parent 34204899
......@@ -32,7 +32,7 @@ if __name__ == '__main__':
tfilename=os.path.basename(sys.argv[1])
print "Uploading: "+filename," as "+dosify(tfilename)
p=printcore.printcore('/dev/ttyUSB0',115200)
p.loud=True
p.loud=False
time.sleep(2)
blupload(p,tfilename,filename)
......
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