From a681048df6249517a2b106896fc2db276c80100d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Thu, 1 Jun 2017 17:08:28 +0200 Subject: [PATCH] Enable blockWhileDwelling for Malyan printers See #1941 and #1762 --- 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 2c262e31..e409ca2c 100644 --- a/src/octoprint/util/comm.py +++ b/src/octoprint/util/comm.py @@ -1294,6 +1294,7 @@ class MachineCom(object): self._logger.info("Detected Malyan firmware, enabling relevant features for issue free communication") self._alwaysSendChecksum = True + self._blockWhileDwelling = True sd_always_available = self._sdAlwaysAvailable self._sdAlwaysAvailable = True