diff --git a/cura/PrinterOutput/PrinterOutputModel.py b/cura/PrinterOutput/PrinterOutputModel.py index 02c1f9e489..95e0daf34f 100644 --- a/cura/PrinterOutput/PrinterOutputModel.py +++ b/cura/PrinterOutput/PrinterOutputModel.py @@ -91,7 +91,7 @@ class PrinterOutputModel(QObject): self._controller.homeBed(self) @pyqtSlot(str) - def sendCustomCommand(self, command): + def sendCustomCommand(self, command: str): self._controller.sendCustomCommand(self, command) @pyqtProperty("QVariantList", constant = True)