mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Fix logic
This commit is contained in:
parent
6210135b92
commit
25130b63e2
2 changed files with 3 additions and 2 deletions
|
@ -16,5 +16,5 @@ class ClusterUM3PrinterOutputController(PrinterOutputController):
|
|||
self.can_control_manually = False
|
||||
self.can_send_raw_gcode = False
|
||||
|
||||
def setJobState(self, job: "PrintJobOutputModel", state: str):
|
||||
def setJobState(self, job: "PrintJobOutputModel", state: str) -> None:
|
||||
self._output_device.setJobState(job.key, state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue