mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:59:15 +08:00
Added name of output device
CURA-4160
This commit is contained in:
parent
17a615d30c
commit
33f843b73a
@ -182,6 +182,9 @@ class SliceInfo(Extension):
|
|||||||
|
|
||||||
data["print_settings"] = print_settings
|
data["print_settings"] = print_settings
|
||||||
|
|
||||||
|
# Send the name of the output device type that is used.
|
||||||
|
data["output_to"] = type(output_device).__name__
|
||||||
|
|
||||||
# Convert data to bytes
|
# Convert data to bytes
|
||||||
binary_data = json.dumps(data).encode("utf-8")
|
binary_data = json.dumps(data).encode("utf-8")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user