mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 17:12:56 +00:00
Minor optimizations
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Slic3r {
|
||||
class Polyline : public MultiPoint {
|
||||
public:
|
||||
Point* last_point() const;
|
||||
void lines(Lines &lines) const;
|
||||
Lines lines() const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
SV* to_SV_ref();
|
||||
|
||||
Reference in New Issue
Block a user