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>2014-11-09 18:23:50 +0300
committerAlessandro Ranellucci <aar@cpan.org>2014-11-09 18:24:07 +0300
commitb69caff93cce5ba932a79b613a40ee8ff499c5a2 (patch)
tree565a4800e53da593f62c0f94759732ed9861a421 /xs/src/libslic3r/Layer.hpp
parent948793e570889737eaeab1e626367cf1f3500d7e (diff)
Ported LayerRegion::make_slices() to XS
Diffstat (limited to 'xs/src/libslic3r/Layer.hpp')
-rw-r--r--xs/src/libslic3r/Layer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/libslic3r/Layer.hpp b/xs/src/libslic3r/Layer.hpp
index cea1535b0..cd0250089 100644
--- a/xs/src/libslic3r/Layer.hpp
+++ b/xs/src/libslic3r/Layer.hpp
@@ -52,6 +52,7 @@ class LayerRegion
ExtrusionEntityCollection fills;
Flow flow(FlowRole role, bool bridge = false, double width = -1) const;
+ void merge_slices();
private:
Layer *_layer;