mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
Initial implementation of C++ supports,
some documentation of the existing code.
This commit is contained in:
parent
c16eca0065
commit
8f40d9b34e
5 changed files with 1632 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue