Fix setting gcode list on output device

This commit is contained in:
ChrisTerBeke 2018-01-12 10:54:48 +01:00
parent b086e9cb53
commit 06f35096ad

View file

@ -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: