mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Also send if the user changed the machine definition
CURA-3858
This commit is contained in:
parent
d38eb7f4e4
commit
9db00fa9c0
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ class SliceInfo(Extension):
|
|||
data["schema_version"] = 0
|
||||
data["cura_version"] = Application.getInstance().getVersion()
|
||||
data["active_mode"] = "" # TODO
|
||||
data["machine_settings_changed_by_user"] = global_container_stack.definitionChanges.getId() != "empty"
|
||||
data["language"] = Preferences.getInstance().getValue("general/language")
|
||||
data["os"] = {"type": platform.system(), "version": platform.version()}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue