mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Implement modifier volumes and port _merge_loops() to XS
This commit is contained in:
@@ -5,6 +5,13 @@
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
Polygon::operator Polygons() const
|
||||
{
|
||||
Polygons pp;
|
||||
pp.push_back(*this);
|
||||
return pp;
|
||||
}
|
||||
|
||||
Point*
|
||||
Polygon::last_point() const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user