Enable force override print job in local network, fix override button not enabled on older firmwares

This commit is contained in:
ChrisTerBeke 2019-08-15 20:16:55 +02:00
parent de3f82610a
commit 9e6e9a4beb
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263
3 changed files with 25 additions and 1 deletions

View file

@ -86,7 +86,7 @@ class LocalClusterOutputDevice(UltimakerNetworkedPrinterOutputDevice):
@pyqtSlot(str, name="forceSendJob")
def forceSendJob(self, print_job_uuid: str) -> None:
pass # TODO
self._getApiClient().forcePrintJob(print_job_uuid)
## Set the remote print job state.
# \param print_job_uuid: The UUID of the print job to set the state for.