mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Remove the check for connected printers
Not doing anything at all is actually worse because it looks like it is broken. Contributes to Ultimaker/Uranium#8
This commit is contained in:
parent
ff896907ea
commit
9aa386c2b0
1 changed files with 0 additions and 4 deletions
|
@ -119,10 +119,6 @@ class USBPrinterManager(QObject, SignalEmitter, Extension):
|
|||
time.sleep(5) # Throttle, as we don"t need this information to be updated every single second.
|
||||
|
||||
def updateAllFirmware(self):
|
||||
if not self._printer_connections:
|
||||
Logger.log("e", "No printer connected to update firmware of!")
|
||||
return
|
||||
|
||||
self.spawnFirmwareInterface("")
|
||||
for printer_connection in self._printer_connections:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue