From 85060b972a3d22b127ac31d46ae997ed9fc1aa57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 11 Mar 2016 17:20:13 +0100 Subject: [PATCH] Fix _handle_timeout not correctly honoring long runners Issue was introduced through #1271 fix. --- src/octoprint/util/comm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/octoprint/util/comm.py b/src/octoprint/util/comm.py index 1405a0f0..fb26c5bb 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1230,6 +1230,7 @@ class MachineCom(object): if self._long_running_command: self._logger.debug("Ran into a communication timeout, but a command known to be a long runner is currently active") + return general_message = "Configure long running commands or increase communication timeout if that happens regularly on specific commands or long moves." if self._resendActive: