Browse Source

Merge pull request #6004 from Ultimaker/add_camera_view_stats

Add camera_view as stats
Jaime van Kessel 5 years ago
parent
commit
c67f2cfcf5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      plugins/SliceInfoPlugin/SliceInfo.py

+ 2 - 0
plugins/SliceInfoPlugin/SliceInfo.py

@@ -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":