mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-03 02:22:46 +00:00
Finished porting PerimeterGenerator to C++
This commit is contained in:
@@ -127,7 +127,7 @@ class ExtrusionLoop : public ExtrusionEntity
|
||||
Polygons grow() const;
|
||||
double min_mm3_per_mm() const;
|
||||
Polyline as_polyline() const {
|
||||
return this->polygon()->split_at_first_point();
|
||||
return this->polygon().split_at_first_point();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user