mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Added logging to start of uploading
CURA-2295
This commit is contained in:
parent
d0823fda11
commit
357f1186da
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue