From 32ebec4973e8316a0f7cb8ab2bf692551d2ecfbb Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 12 Oct 2015 16:48:40 +0200 Subject: [PATCH] blabla --- src/octoprint/util/comm_acc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index dbaf24fd..59cbe44f 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1387,7 +1387,7 @@ 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("?") + self._sendCommand("?") def _poll_sd_status(self): """