mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Rename Orthogonal to Orthographic everywhere
This commit is contained in:
parent
2ce567ccfe
commit
846cbe79a3
5 changed files with 24 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue