mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 07:17:52 -06:00
Added missing pyqtslot decorator
CURA-1339
This commit is contained in:
parent
0c09df71d9
commit
9e8d61aea2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue