mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 19:16:33 +08:00
Added missing pyqtslot decorator
CURA-1339
This commit is contained in:
parent
0c09df71d9
commit
9e8d61aea2
@ -74,6 +74,7 @@ class PrinterOutputDevice(OutputDevice, QObject):
|
|||||||
|
|
||||||
## Home the bed of the connected printer
|
## Home the bed of the connected printer
|
||||||
# This function is "final" (do not re-implement)
|
# This function is "final" (do not re-implement)
|
||||||
|
@pyqtSlot()
|
||||||
def homeBed(self):
|
def homeBed(self):
|
||||||
self._homeBed()
|
self._homeBed()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user