From e93ffe0dba150b07d418e284ca56f1fdd4dc9663 Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 12 Oct 2015 16:40:02 +0200 Subject: [PATCH] removed cmd_type temperature_poll --- src/octoprint/util/comm_acc.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index e8ccad21..dbaf24fd 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1386,7 +1386,8 @@ class MachineCom(object): """ if self.isOperational() and not self.isStreaming() and not self._long_running_command and not self._heating: - self.sendCommand("?", cmd_type="temperature_poll") + #self.sendCommand("?", cmd_type="temperature_poll") + self.sendCommand("?") def _poll_sd_status(self): """ @@ -1753,8 +1754,6 @@ class MachineCom(object): continue # wait until we have something in the queue - string = "qsize = %s" % self._send_queue.qsize() - self._log(string) entry = self._send_queue.get() # make sure we are still active