Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-10-13 17:00:22 +0300
committerbubnikv <bubnikv@gmail.com>2016-10-13 17:00:22 +0300
commit8f40d9b34ea75c5e772dfb4aab18554c49536f8c (patch)
tree4a16483206f4bba2541f9f24f7aae30573d63ba2 /xs/src/libslic3r/Print.hpp
parentc16eca006512562b7f96f1941057749f044d31f5 (diff)
Initial implementation of C++ supports,
some documentation of the existing code.
Diffstat (limited to 'xs/src/libslic3r/Print.hpp')
-rw-r--r--xs/src/libslic3r/Print.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xs/src/libslic3r/Print.hpp b/xs/src/libslic3r/Print.hpp
index 311d0b8a5..755b39e9d 100644
--- a/xs/src/libslic3r/Print.hpp
+++ b/xs/src/libslic3r/Print.hpp
@@ -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