mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 00:49:05 +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
|
||||
# This function is "final" (do not re-implement)
|
||||
@pyqtSlot()
|
||||
def homeBed(self):
|
||||
self._homeBed()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user