mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-31 11:15:52 +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