clean & update vertex profiles

This commit is contained in:
supermerill 2021-11-16 20:17:34 +01:00
parent 69dec1531d
commit dea122ee92
2 changed files with 1 additions and 3 deletions

@ -1 +1 @@
Subproject commit 38cf62ab55e88865c21d8d8b15f8fd1d0b5139a4
Subproject commit bac080959a79df36f6cfb9f58d1589f54fa60b5a

View File

@ -2177,8 +2177,6 @@ namespace Slic3r {
ExPolygons not_bridge = diff_ex({ ExPolygon{ poly_to_check_for_thin } }, collapsed);
int try1_count = bridge.size() + not_bridge.size();
if (try1_count > 1) {
if (layer->id() == 15)
std::cout << "lol\n";
min_width = float(bridge_flow.scaled_width()) * 1.5f;
collapsed = offset2_ex({ poly_to_check_for_thin }, -min_width, +min_width * 1.5f);
ExPolygons bridge2 = intersection_ex(collapsed, { ExPolygon{ poly_to_check_for_thin } });