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:
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: