mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Fixes for UM3NetworkPrinting
This commit is contained in:
parent
85be9cea07
commit
3321b23925
3 changed files with 20 additions and 9 deletions
|
@ -23,7 +23,7 @@ if TYPE_CHECKING:
|
|||
#
|
||||
# This way it won't freeze up the interface while sending those materials.
|
||||
class SendMaterialJob(Job):
|
||||
def __init__(self, device: "ClusterUM3OutputDevice"):
|
||||
def __init__(self, device: "ClusterUM3OutputDevice") -> None:
|
||||
super().__init__()
|
||||
self.device = device #type: ClusterUM3OutputDevice
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue