mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch '2.7'
This commit is contained in:
commit
b74c09dec8
2 changed files with 4 additions and 1 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