Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2015-07-01 02:26:43 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2015-07-01 02:27:43 +0300
commit9aa386c2b0dc0f26828adb3289bc59c93d5d3b8b (patch)
tree7b8c298dab52d64e4e286f56735145232a88a25a /plugins
parentff896907eac616b75affd9668870e44d2c3ed990 (diff)
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/USBPrinting/USBPrinterManager.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/USBPrinting/USBPrinterManager.py b/plugins/USBPrinting/USBPrinterManager.py
index 455fcd925d..c22d3d5a10 100644
--- a/plugins/USBPrinting/USBPrinterManager.py
+++ b/plugins/USBPrinting/USBPrinterManager.py
@@ -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: