Added logging to start of uploading

CURA-2295
This commit is contained in:
Jaime van Kessel 2016-09-07 13:05:11 +02:00
parent d0823fda11
commit 357f1186da

View file

@ -563,7 +563,7 @@ class NetworkPrinterOutputDevice(PrinterOutputDevice):
self._send_gcode_start = time()
self._progress_message = Message(i18n_catalog.i18nc("@info:status", "Sending data to printer"), 0, False, -1)
self._progress_message.show()
Logger.log("d", "Started sending g-code to remote printer.")
## Mash the data into single string
single_string_file_data = ""
for line in self._gcode: