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:
authorAlessandro Ranellucci <aar@cpan.org>2015-11-01 21:12:13 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-11-01 21:12:13 +0300
commit9b21ac877adb4f768fcfb268dfc3384dd6fb3efc (patch)
treec5525e2ebbd38bcd45b3c51f58853f056cd94a6d /xs/src/libslic3r/Print.hpp
parente58c32bee87cd7b4286f46d1a897f06d9f24f871 (diff)
parent2811af349ae17230a525ddcf819b1ddffaa250c9 (diff)
Merge branch 'master' into sender
Conflicts: Build.PL lib/Slic3r.pm xs/MANIFEST xs/src/libslic3r/PrintConfig.hpp
Diffstat (limited to 'xs/src/libslic3r/Print.hpp')
-rw-r--r--xs/src/libslic3r/Print.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/xs/src/libslic3r/Print.hpp b/xs/src/libslic3r/Print.hpp
index 05a60001b..c648dd834 100644
--- a/xs/src/libslic3r/Print.hpp
+++ b/xs/src/libslic3r/Print.hpp
@@ -61,7 +61,7 @@ class PrintRegion
private:
Print* _print;
-
+
PrintRegion(Print* print);
~PrintRegion();
};
@@ -135,6 +135,7 @@ class PrintObject
bool invalidate_all_steps();
bool has_support_material() const;
+ void process_external_surfaces();
void bridge_over_infill();
private: