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-12-20 14:19:13 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-20 14:19:13 +0300
commit955bc957bac5afafca26ead0894c9fdf1e0a3a20 (patch)
tree243a426ede0ee7048819eb355c6da0dd90c9517b /xs/src/libslic3r/EdgeGrid.hpp
parent5614e997a4bca88b29b806293cc7e548b3348211 (diff)
New supports now do rafts at least to the extent the test cases run through.
New supports enabled, old supports will go away soon.
Diffstat (limited to 'xs/src/libslic3r/EdgeGrid.hpp')
-rw-r--r--xs/src/libslic3r/EdgeGrid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/EdgeGrid.hpp b/xs/src/libslic3r/EdgeGrid.hpp
index 2473ce423..a0b23211e 100644
--- a/xs/src/libslic3r/EdgeGrid.hpp
+++ b/xs/src/libslic3r/EdgeGrid.hpp
@@ -58,7 +58,7 @@ public:
const size_t cols() const { return m_cols; }
// For supports: Contours enclosing the rasterized edges.
- Polygons contours_simplified() const;
+ Polygons contours_simplified(coord_t offset) const;
protected:
struct Cell {