mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 13:09:04 +08:00
clean & update vertex profiles
This commit is contained in:
parent
69dec1531d
commit
dea122ee92
@ -1 +1 @@
|
||||
Subproject commit 38cf62ab55e88865c21d8d8b15f8fd1d0b5139a4
|
||||
Subproject commit bac080959a79df36f6cfb9f58d1589f54fa60b5a
|
@ -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 } });
|
||||
|
Loading…
x
Reference in New Issue
Block a user