mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
1) Perspective camera set as default camera type
2) Camera type selection added to Preferences dialog
This commit is contained in:
parent
5320ed9374
commit
992170c5f6
8 changed files with 30 additions and 16 deletions
|
@ -73,8 +73,8 @@ void AppConfig::set_defaults()
|
|||
if (get("custom_toolbar_size").empty())
|
||||
set("custom_toolbar_size", "100");
|
||||
|
||||
if (get("camera_type").empty())
|
||||
set("camera_type", "1");
|
||||
if (get("use_perspective_camera").empty())
|
||||
set("use_perspective_camera", "1");
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue