mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Const version of a PrintObject::get_region(). Made get_region() inline.
This commit is contained in:
@@ -133,12 +133,6 @@ Print::clear_regions()
|
||||
this->delete_region(i);
|
||||
}
|
||||
|
||||
PrintRegion*
|
||||
Print::get_region(size_t idx)
|
||||
{
|
||||
return regions.at(idx);
|
||||
}
|
||||
|
||||
PrintRegion*
|
||||
Print::add_region()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user