mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Merge pull request #6004 from Ultimaker/add_camera_view_stats
Add camera_view as stats
This commit is contained in:
commit
c67f2cfcf5
@ -126,6 +126,8 @@ class SliceInfo(QObject, Extension):
|
|||||||
else:
|
else:
|
||||||
data["active_mode"] = "custom"
|
data["active_mode"] = "custom"
|
||||||
|
|
||||||
|
data["camera_view"] = application.getPreferences().getValue("general/camera_perspective_mode")
|
||||||
|
|
||||||
definition_changes = global_stack.definitionChanges
|
definition_changes = global_stack.definitionChanges
|
||||||
machine_settings_changed_by_user = False
|
machine_settings_changed_by_user = False
|
||||||
if definition_changes.getId() != "empty":
|
if definition_changes.getId() != "empty":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user