mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix camera stream
This commit is contained in:
parent
64c7b2e737
commit
cf1dff3fdc
2 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,7 @@ class NetworkOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
|||
|
||||
@pyqtSlot(str, name="forceSendJob")
|
||||
def forceSendJob(self, print_job_uuid: str) -> None:
|
||||
self._cluster_api.forcePrintJob(print_job_uuid)
|
||||
pass # TODO
|
||||
|
||||
## Set the remote print job state.
|
||||
# \param print_job_uuid: The UUID of the print job to set the state for.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue