mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Fixed some compiler warnings.
This commit is contained in:
parent
d590d5cad8
commit
1278aabf3e
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ namespace DoExport {
|
||||||
skirts.emplace_back(std::move(s));
|
skirts.emplace_back(std::move(s));
|
||||||
}
|
}
|
||||||
ooze_prevention.enable = true;
|
ooze_prevention.enable = true;
|
||||||
ooze_prevention.standby_points = offset(Slic3r::Geometry::convex_hull(skirts), scale_(3.f)).front().equally_spaced_points(scale_(10.));
|
ooze_prevention.standby_points = offset(Slic3r::Geometry::convex_hull(skirts), float(scale_(3.))).front().equally_spaced_points(float(scale_(10.)));
|
||||||
#if 0
|
#if 0
|
||||||
require "Slic3r/SVG.pm";
|
require "Slic3r/SVG.pm";
|
||||||
Slic3r::SVG::output(
|
Slic3r::SVG::output(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue