mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
BoundingBox, Print - methods inlined, added const accessors.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user