mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Progress is now shown for LegacyPrinter while printing
CL-541
This commit is contained in:
parent
4597bb09ed
commit
c523a6ddf6
5 changed files with 64 additions and 21 deletions
|
@ -568,6 +568,7 @@ class LegacyUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
|
||||
if not self._printers:
|
||||
self._printers = [PrinterOutputModel(output_controller=None, number_of_extruders=self._number_of_extruders)]
|
||||
self.printersChanged.emit()
|
||||
|
||||
# LegacyUM3 always has a single printer.
|
||||
printer = self._printers[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue