Merge branch 'experiment/issueYellowGTO' into devel

This commit is contained in:
Gina Häußge 2015-04-29 18:16:42 +02:00
commit a6a3a1365f

View file

@ -1068,6 +1068,7 @@ class MachineCom(object):
if line == "" and time.time() > self._timeout:
if not self._blocking_command:
self._log("Communication timeout during printing, forcing a line")
self._sendCommand("M105")
self._clear_to_send.set()
else:
self._logger.debug("Ran into a communication timeout, but a blocking command is currently active")