mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-15 20:35:56 +08:00
fix end of non void function
This commit is contained in:
parent
b82b23ee13
commit
89a5e5071e
@ -1103,6 +1103,7 @@ bool GLGizmoEmboss::choose_svg_file()
|
|||||||
auto project = std::make_unique<Emboss::ProjectScale>(
|
auto project = std::make_unique<Emboss::ProjectScale>(
|
||||||
std::make_unique<Emboss::ProjectZ>(m_font_prop.emboss / scale), scale);
|
std::make_unique<Emboss::ProjectZ>(m_font_prop.emboss / scale), scale);
|
||||||
indexed_triangle_set its = Emboss::polygons2model(polys, *project);
|
indexed_triangle_set its = Emboss::polygons2model(polys, *project);
|
||||||
|
return false;
|
||||||
// test store:
|
// test store:
|
||||||
// for (auto &poly : polys) poly.scale(1e5);
|
// for (auto &poly : polys) poly.scale(1e5);
|
||||||
// SVG svg("converted.svg", BoundingBox(polys.front().contour.points));
|
// SVG svg("converted.svg", BoundingBox(polys.front().contour.points));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user