mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Merge remote-tracking branch 'origin/new_main_page_ui' into dev
This commit is contained in:
commit
8b148a4fe4
42 changed files with 4600 additions and 217 deletions
|
@ -258,6 +258,11 @@ const Vec3d& GLVolume::get_origin() const
|
|||
return m_origin;
|
||||
}
|
||||
|
||||
float GLVolume::get_angle_z()
|
||||
{
|
||||
return m_angle_z;
|
||||
}
|
||||
|
||||
void GLVolume::set_origin(const Vec3d& origin)
|
||||
{
|
||||
if (m_origin != origin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue