mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Removed broken timer
This commit is contained in:
parent
3eedb15637
commit
dd67ec7167
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ class USBPrinterManager(QObject, SignalEmitter, OutputDevicePlugin, Extension):
|
||||||
|
|
||||||
@pyqtSlot(str, result = bool)
|
@pyqtSlot(str, result = bool)
|
||||||
def updateFirmwareBySerial(self, serial_port):
|
def updateFirmwareBySerial(self, serial_port):
|
||||||
print("OMG ZOMG: ", serial_port)
|
|
||||||
if serial_port in self._printer_connections:
|
if serial_port in self._printer_connections:
|
||||||
self.spawnFirmwareInterface(self._printer_connections[serial_port].getSerialPort())
|
self.spawnFirmwareInterface(self._printer_connections[serial_port].getSerialPort())
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue