1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Merge remote-tracking branch 'origin/new_main_page_ui' into dev

This commit is contained in:
YuSanka
2018-08-24 15:01:26 +02:00
42 changed files with 4600 additions and 217 deletions
+5
View File
@@ -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)