mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Minor optimizations
This commit is contained in:
parent
6e22a82e7d
commit
4dce461aaf
8 changed files with 31 additions and 30 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue