mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 01:39:03 +08:00
Added missing colon
This commit is contained in:
parent
717c11005b
commit
26e32dc08a
@ -318,7 +318,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
||||
continue
|
||||
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")
|
||||
continue
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user