Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-07-30 18:35:40 +0300
committerGhostkeeper <rubend@tutanota.com>2019-07-30 18:35:40 +0300
commit846cbe79a346a24cfba1acbd5546eba0e24de9e5 (patch)
treed0a0169045b17b4d42e028e5beda6dfc7c4aff01 /plugins/SliceInfoPlugin
parent2ce567ccfe094311842deeca51c26b92d4481ef0 (diff)
Rename Orthogonal to Orthographic everywhere
Diffstat (limited to 'plugins/SliceInfoPlugin')
-rwxr-xr-xplugins/SliceInfoPlugin/SliceInfo.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SliceInfoPlugin/SliceInfo.py b/plugins/SliceInfoPlugin/SliceInfo.py
index 843bacdc59..9308719227 100755
--- a/plugins/SliceInfoPlugin/SliceInfo.py
+++ b/plugins/SliceInfoPlugin/SliceInfo.py
@@ -127,6 +127,8 @@ class SliceInfo(QObject, Extension):
data["active_mode"] = "custom"
data["camera_view"] = application.getPreferences().getValue("general/camera_perspective_mode")
+ if data["camera_view"] == "orthographic":
+ data["camera_view"] = "orthogonal" #The database still only recognises the old name "orthogonal".
definition_changes = global_stack.definitionChanges
machine_settings_changed_by_user = False