Added missing colon

This commit is contained in:
Ian Paschal 2018-05-24 11:46:46 +02:00
parent 717c11005b
commit 26e32dc08a

View file

@ -318,7 +318,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
continue continue
matched_extruder_nrs.append(extruder_nr) matched_extruder_nrs.append(extruder_nr)
if extruder_nr >= len(self._printers[0].extruders) if extruder_nr >= len(self._printers[0].extruders):
Logger.log("w", "Printer reports more temperatures than the number of configured extruders") Logger.log("w", "Printer reports more temperatures than the number of configured extruders")
continue continue