mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 00:31:11 -06:00
ENH: optimize the efficiency of auto lift
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: I9c1679cc80ae23ff066df6e2fe98b5530a9d2288
This commit is contained in:
parent
1b0b14c0f2
commit
1d0476fa44
7 changed files with 70 additions and 28 deletions
|
@ -149,7 +149,7 @@ public:
|
|||
|
||||
// BBS
|
||||
ExPolygons loverhangs;
|
||||
|
||||
BoundingBox loverhangs_bbox;
|
||||
size_t region_count() const { return m_regions.size(); }
|
||||
const LayerRegion* get_region(int idx) const { return m_regions[idx]; }
|
||||
LayerRegion* get_region(int idx) { return m_regions[idx]; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue