From 546b6e81af86223badfb3df08ac10b52bfa73442 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 12 Oct 2015 11:54:03 +0200 Subject: [PATCH] blabla bug? --- src/octoprint/util/comm_acc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index dcad2339..f3b1c431 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1758,6 +1758,7 @@ class MachineCom(object): if(self.RX_BUFFER_SIZE - sum(self.acc_line_lengths) - len(p_command) < 5): time.sleep(0.001) + self._log("--- wait") continue # wait until we have something in the queue