mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 04:15:55 +08:00
Restore lost comment
CURA-7437
This commit is contained in:
parent
32f57b8770
commit
77878126cc
@ -74,6 +74,7 @@ class CloudOutputDevice(UltimakerNetworkedPrinterOutputDevice):
|
||||
b"name": cluster.friendly_name.encode() if cluster.friendly_name else b"",
|
||||
b"firmware_version": cluster.host_version.encode() if cluster.host_version else b"",
|
||||
b"printer_type": cluster.printer_type.encode() if cluster.printer_type else b"",
|
||||
# cloud devices are always clusters of at least one
|
||||
b"cluster_size": str(cluster.printer_count).encode() if cluster.printer_count else b"1"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user