1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

gcode preview - first installment - wip

This commit is contained in:
Enrico Turri
2018-01-08 13:44:10 +01:00
parent 696d420dc8
commit 0f4bec8af0
25 changed files with 2552 additions and 27 deletions
+12
View File
@@ -129,6 +129,18 @@ class ThickPolyline : public Polyline {
void reverse();
};
//############################################################################################################
#if ENRICO_GCODE_PREVIEW
class Polyline3 : public MultiPoint3
{
public:
virtual Lines3 lines() const;
};
typedef std::vector<Polyline3> Polylines3;
#endif // ENRICO_GCODE_PREVIEW
//############################################################################################################
}
#endif