mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added missing colon
This commit is contained in:
parent
717c11005b
commit
26e32dc08a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue