mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fixes that the firmware update kan be called from the add machine -> add UMO wizard
fixes #CURA-256
This commit is contained in:
parent
f9f0969a6d
commit
ed693d57a9
2 changed files with 2 additions and 3 deletions
|
@ -84,6 +84,7 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
|||
|
||||
self._firmware_view.show()
|
||||
|
||||
@pyqtSlot()
|
||||
def updateAllFirmware(self):
|
||||
self.spawnFirmwareInterface("")
|
||||
for printer_connection in self._printer_connections:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue