mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add the slice_uuid to the slice info data
Contributes to CURA-9031
This commit is contained in:
parent
a712e7517a
commit
a88e31eddd
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ class SliceInfo(QObject, Extension):
|
|||
data["is_logged_in"] = self._application.getCuraAPI().account.isLoggedIn
|
||||
data["organization_id"] = org_id if org_id else None
|
||||
data["subscriptions"] = user_profile.get("subscriptions", []) if user_profile else []
|
||||
data["slice_uuid"] = print_information.slice_uuid
|
||||
|
||||
active_mode = self._application.getPreferences().getValue("cura/active_mode")
|
||||
if active_mode == 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue