mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 06:48:58 +08:00
Also send if the user changed the machine definition
CURA-3858
This commit is contained in:
parent
d38eb7f4e4
commit
9db00fa9c0
@ -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…
x
Reference in New Issue
Block a user