Prusa 2.7.2

This commit is contained in:
sunsets
2024-03-27 14:38:03 +08:00
parent 63daf0c087
commit 2387bc9cdb
203 changed files with 6053 additions and 15634 deletions

View File

@@ -207,7 +207,7 @@ static void check_nfp(const std::string & outfile_prefix,
auto orb_ex_offs_pos_r_ch = offset_ex(orb_ex_r_ch, scaled<float>(EPSILON));
auto orb_ex_offs_neg_r_ch = offset_ex(orb_ex_r_ch, -scaled<float>(EPSILON));
auto bedpoly_offs = offset_ex(bedpoly, SCALED_EPSILON);
auto bedpoly_offs = offset_ex(bedpoly, static_cast<float>(SCALED_EPSILON));
auto check_at_nfppos = [&](const Point &pos) {
ExPolygons orb_ex = orb_ex_r;