mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Added stub for AbstractCloudOutputDevice
It doesn't actually allow you to send a print, but it does ask some info from the API CURA-8463
This commit is contained in:
parent
38e4ca1e0f
commit
6fed6b824c
4 changed files with 146 additions and 16 deletions
|
@ -8,7 +8,6 @@ from ..BaseModel import BaseModel
|
|||
class CloudClusterResponse(BaseModel):
|
||||
"""Class representing a cloud connected cluster."""
|
||||
|
||||
|
||||
def __init__(self, cluster_id: str, host_guid: str, host_name: str, is_online: bool, status: str,
|
||||
host_internal_ip: Optional[str] = None, host_version: Optional[str] = None,
|
||||
friendly_name: Optional[str] = None, printer_type: str = "ultimaker3", printer_count: int = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue