mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix setting gcode list on output device
This commit is contained in:
parent
b086e9cb53
commit
06f35096ad
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
# Unable to find g-code. Nothing to send
|
||||
return
|
||||
|
||||
self._gcode = gcode_list
|
||||
|
||||
if len(self._printers) > 1:
|
||||
self._spawnPrinterSelectionDialog()
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue