mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
parent
19f1a2f2d0
commit
729f4c9d52
1 changed files with 1 additions and 4 deletions
|
@ -356,10 +356,7 @@ class ClusterUM3OutputDevice(NetworkedPrinterOutputDevice):
|
|||
# This function is part of the output device (and not of the printjob output model) as this type of operation
|
||||
# is a modification of the cluster queue and not of the actual job.
|
||||
data = "{\"to_position\": 0}"
|
||||
self.put(
|
||||
"print_jobs/{uuid}/move_to_position".format( uuid = print_job_uuid),
|
||||
data,
|
||||
on_finished=None)
|
||||
self.put("print_jobs/{uuid}/move_to_position".format(uuid = print_job_uuid), data, on_finished=None)
|
||||
|
||||
@pyqtSlot(str)
|
||||
def deleteJobFromQueue(self, print_job_uuid: str) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue