Add missing include
This commit is contained in:
parent
23e7945a38
commit
eebf9b5a95
@ -543,6 +543,7 @@ ExPolygons Emboss::heal_shape(const Polygons &shape)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#include "libslic3r/SVG.hpp"
|
||||||
void priv::visualize_heal(const std::string &svg_filepath, const ExPolygons &expolygons) {
|
void priv::visualize_heal(const std::string &svg_filepath, const ExPolygons &expolygons) {
|
||||||
double svg_scale = SHAPE_SCALE / unscale<double>(1.);
|
double svg_scale = SHAPE_SCALE / unscale<double>(1.);
|
||||||
Points pts = to_points(expolygons);
|
Points pts = to_points(expolygons);
|
||||||
|
Loading…
Reference in New Issue
Block a user