mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 01:07:52 -06:00
Added handling for when connection was never correctly added to list
CURA-1339
This commit is contained in:
parent
4f3489233c
commit
58b216828a
2 changed files with 10 additions and 6 deletions
|
@ -117,7 +117,7 @@ class USBPrinterOutputDevice(PrinterOutputDevice):
|
|||
|
||||
def _homeBed(self):
|
||||
self._sendCommand("G28 Z")
|
||||
|
||||
|
||||
@pyqtSlot()
|
||||
def startPrint(self):
|
||||
self.writeStarted.emit(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue