mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Added name of output device
CURA-4160
This commit is contained in:
parent
17a615d30c
commit
33f843b73a
1 changed files with 3 additions and 0 deletions
|
@ -182,6 +182,9 @@ class SliceInfo(Extension):
|
|||
|
||||
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
|
||||
binary_data = json.dumps(data).encode("utf-8")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue