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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-08-02 15:24:32 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-02 15:24:32 +0300
commit777023c7a8f09754d158df39bf79c23e44b90a2f (patch)
treeff0e1deaaac3bf2fc872393f62aae2e44bd0e94f /xs/src/libslic3r/Print.hpp
parent933d5b261aa97d4ab530bcdefbe726526c7c118c (diff)
Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0
Diffstat (limited to 'xs/src/libslic3r/Print.hpp')
-rw-r--r--xs/src/libslic3r/Print.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Print.hpp b/xs/src/libslic3r/Print.hpp
index a5cab89ee..3b9b77982 100644
--- a/xs/src/libslic3r/Print.hpp
+++ b/xs/src/libslic3r/Print.hpp
@@ -191,6 +191,7 @@ public:
void _slice();
std::string _fix_slicing_errors();
void _simplify_slices(double distance);
+ void _prepare_infill();
bool has_support_material() const;
void detect_surfaces_type();
void process_external_surfaces();
@@ -198,6 +199,9 @@ public:
void bridge_over_infill();
void _make_perimeters();
void _infill();
+ void clip_fill_surfaces();
+ void discover_horizontal_shells();
+ void combine_infill();
void _generate_support_material();
private: