mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 14:43:14 +08:00
Fix setting gcode list on output device
This commit is contained in:
parent
b086e9cb53
commit
06f35096ad
@ -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…
x
Reference in New Issue
Block a user