mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
1st installment of tech ENABLE_ENVIRONMENT_MAP
This commit is contained in:
parent
4b6bcd7028
commit
c63e03c367
11 changed files with 93 additions and 6 deletions
|
@ -93,6 +93,11 @@ void AppConfig::set_defaults()
|
|||
if (get("use_free_camera").empty())
|
||||
set("use_free_camera", "0");
|
||||
|
||||
#if ENABLE_ENVIRONMENT_MAP
|
||||
if (get("use_environment_map").empty())
|
||||
set("use_environment_map", "0");
|
||||
#endif // ENABLE_ENVIRONMENT_MAP
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue