mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
1st installment of object/instance labels in 3D scene
This commit is contained in:
parent
69549af9ac
commit
d5b258c267
7 changed files with 190 additions and 0 deletions
|
@ -95,6 +95,11 @@ void AppConfig::set_defaults()
|
|||
set("use_free_camera", "0");
|
||||
#endif // ENABLE_6DOF_CAMERA
|
||||
|
||||
#if ENABLE_SHOW_SCENE_LABELS
|
||||
if (get("show_labels").empty())
|
||||
set("show_labels", "0");
|
||||
#endif // ENABLE_SHOW_SCENE_LABELS
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue