Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_plater_thumbnail
This commit is contained in:
commit
a481102fd4
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,8 @@ TEST_CASE("Fill: Pattern Path Length", "[Fill]") {
|
||||||
REQUIRE(paths.size() == 1);
|
REQUIRE(paths.size() == 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0 // Disabled temporarily due to precission issues on the Mac VM
|
||||||
SECTION("Solid surface fill") {
|
SECTION("Solid surface fill") {
|
||||||
Slic3r::Points points {
|
Slic3r::Points points {
|
||||||
Point::new_scale(6883102, 9598327.01296997),
|
Point::new_scale(6883102, 9598327.01296997),
|
||||||
|
@ -154,6 +156,8 @@ TEST_CASE("Fill: Pattern Path Length", "[Fill]") {
|
||||||
REQUIRE(test_if_solid_surface_filled(expolygon, 0.55) == true);
|
REQUIRE(test_if_solid_surface_filled(expolygon, 0.55) == true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
SECTION("Solid surface fill") {
|
SECTION("Solid surface fill") {
|
||||||
Slic3r::Points points {
|
Slic3r::Points points {
|
||||||
Slic3r::Point(59515297,5422499),Slic3r::Point(59531249,5578697),Slic3r::Point(59695801,6123186),
|
Slic3r::Point(59515297,5422499),Slic3r::Point(59531249,5578697),Slic3r::Point(59695801,6123186),
|
||||||
|
|
Loading…
Add table
Reference in a new issue