Merge branch 'master' into feature_preheat_extruder

# Conflicts:
#	plugins/USBPrinting/USBPrinterOutputController.py
#	plugins/USBPrinting/USBPrinterOutputDevice.py
This commit is contained in:
fieldOfView 2018-01-27 16:35:55 +01:00
commit ed9943c732
114 changed files with 3794 additions and 3108 deletions

View file

@ -100,7 +100,7 @@ class NetworkedPrinterOutputDevice(PrinterOutputDevice):
if batched_lines_count >= max_chars_per_line:
file_data_bytes_list.append(self._compressDataAndNotifyQt("".join(batched_lines)))
batched_lines = []
batched_lines_count
batched_lines_count = 0
# Don't miss the last batch (If any)
if len(batched_lines) != 0: