mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Plater -> View Menu
This commit is contained in:
parent
7d1828df05
commit
2e274b5646
4 changed files with 32 additions and 21 deletions
|
@ -3204,7 +3204,7 @@ void GLCanvas3D::select_view(const std::string& direction)
|
|||
else if (direction == "rear")
|
||||
dir_vec = VIEW_REAR;
|
||||
|
||||
if ((dir_vec != nullptr) && !empty(volumes_bounding_box()))
|
||||
if (dir_vec != nullptr)
|
||||
{
|
||||
m_camera.phi = dir_vec[0];
|
||||
m_camera.set_theta(dir_vec[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue