Enable blockWhileDwelling for Malyan printers

See #1941 and #1762
This commit is contained in:
Gina Häußge 2017-06-01 17:08:28 +02:00
parent d689496802
commit a681048df6

View file

@ -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