1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

More unfinished work

This commit is contained in:
Alessandro Ranellucci
2013-11-22 02:16:10 +01:00
parent 518798beb3
commit df8d889481
16 changed files with 74 additions and 48 deletions
+1
View File
@@ -17,6 +17,7 @@ class Polyline : public MultiPoint {
void clip_end(double distance);
void clip_start(double distance);
Points equally_spaced_points(double distance) const;
void simplify(double tolerance);
#ifdef SLIC3RXS
SV* to_SV_ref();