mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 10:35:52 +08:00
Merge branch 'tm_rpi_arrange_test_fix'
This commit is contained in:
commit
2cabe4f544
@ -930,7 +930,7 @@ TEST_CASE("Optimal nfp position search with GravityKernel using RectangleItem an
|
|||||||
|
|
||||||
Slic3r::Vec2crd D = bed.center - item.shape.center();
|
Slic3r::Vec2crd D = bed.center - item.shape.center();
|
||||||
REQUIRE(item.translation == D);
|
REQUIRE(item.translation == D);
|
||||||
REQUIRE(score == Approx(0.).epsilon(EPSILON));
|
REQUIRE(score == Approx(0.).margin(EPSILON));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user