Initial implementation of C++ supports,

some documentation of the existing code.
This commit is contained in:
bubnikv 2016-10-13 16:00:22 +02:00
parent c16eca0065
commit 8f40d9b34e
5 changed files with 1632 additions and 28 deletions

View file

@ -76,7 +76,7 @@ class PrintObject
{
friend class Print;
public:
public:
// map of (vectors of volume ids), indexed by region_id
/* (we use map instead of vector so that we don't have to worry about
resizing it and the [] operator adds new items automagically) */
@ -141,7 +141,7 @@ class PrintObject
void discover_vertical_shells();
void bridge_over_infill();
private:
private:
Print* _print;
ModelObject* _model_object;
Points _copies; // Slic3r::Point objects in scaled G-code coordinates