Don't try to send empty g-code lines

This commit is contained in:
Jaime van Kessel 2017-03-23 19:42:52 +01:00
parent 6ff130c361
commit 645e3e8dfe
2 changed files with 7 additions and 2 deletions

View file

@ -238,7 +238,6 @@ class USBPrinterOutputDeviceManager(QObject, OutputDevicePlugin, Extension):
except KeyError:
Logger.log("w", "Connection state of %s changed, but it was not found in the list")
@pyqtProperty(QObject , notify = connectionStateChanged)
def connectedPrinterList(self):
self._usb_output_devices_model = ListModel()