From 1e657c6e3c0270bde3f16dc6862a5e10fc1e646d Mon Sep 17 00:00:00 2001 From: "hg42@gmx.net" Date: Sat, 4 Jan 2014 18:31:05 +0100 Subject: [PATCH] make VirtualPrinter much faster --HG-- extra : source : fb98aa778d7f0cb761ad7fa860cdd4505a96759e --- Cura/util/machineCom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cura/util/machineCom.py b/Cura/util/machineCom.py index cf80b47c..5dced098 100644 --- a/Cura/util/machineCom.py +++ b/Cura/util/machineCom.py @@ -116,7 +116,7 @@ class VirtualPrinter(): return '' if self.readList is None: return '' - time.sleep(0.1) + time.sleep(0.001) #print "Recv: %s" % (self.readList[0].rstrip()) return self.readList.pop(0) -- 2.30.2