mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
For this version, send all build plates. No print view when multiple build plates. CURA-4525
This commit is contained in:
parent
9ff15bf72d
commit
2c831ceb05
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class NetworkClusterPrinterOutputDevice(NetworkPrinterOutputDevice.NetworkPrinte
|
|||
|
||||
self._add_build_plate_number = len(self._job_list) > 1
|
||||
self.writeStarted.emit(self) # Allow postprocessing before sending data to the printer
|
||||
if len(self._printers) > 1 or len(gcodes) > 1:
|
||||
if len(self._printers) > 1:
|
||||
self.spawnPrintView() # Ask user how to print it.
|
||||
elif len(self._printers) == 1:
|
||||
# If there is only one printer, don't bother asking.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue