mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 00:04:27 +08:00
Fix line length
Contributes to CL-1237
This commit is contained in:
parent
8e569126ff
commit
19f1a2f2d0
@ -356,7 +356,10 @@ 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…
x
Reference in New Issue
Block a user