Merge pull request #6004 from Ultimaker/add_camera_view_stats

Add camera_view as stats
This commit is contained in:
Jaime van Kessel 2019-07-19 10:38:25 +02:00 committed by GitHub
commit c67f2cfcf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,6 +126,8 @@ class SliceInfo(QObject, Extension):
else:
data["active_mode"] = "custom"
data["camera_view"] = application.getPreferences().getValue("general/camera_perspective_mode")
definition_changes = global_stack.definitionChanges
machine_settings_changed_by_user = False
if definition_changes.getId() != "empty":