1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-12 08:14:26 +00:00

BoundingBox, Print - methods inlined, added const accessors.

This commit is contained in:
bubnikv
2017-03-13 16:03:11 +01:00
parent e6fddd364d
commit c96d794604
4 changed files with 17 additions and 49 deletions
-6
View File
@@ -36,12 +36,6 @@ Print::clear_objects()
this->clear_regions();
}
PrintObject*
Print::get_object(size_t idx)
{
return objects.at(idx);
}
void
Print::delete_object(size_t idx)
{